Home
last modified time | relevance | path

Searched refs:FPCONV (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kvm/
A Demulate_loadstore.c122 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
248 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
/linux/arch/powerpc/include/asm/
A Dsstep.h70 #define FPCONV 0x100 macro
/linux/arch/powerpc/lib/
A Dsstep.c607 if (op->type & FPCONV) in do_fp_load()
653 if (op->type & FPCONV) in do_fp_store()
2461 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2471 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2817 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2829 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
3103 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3109 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()

Completed in 9 milliseconds