Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c123 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
250 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
/linux/arch/powerpc/include/asm/
H A Dsstep.h70 #define FPCONV 0x100 macro
/linux/arch/powerpc/lib/
H A Dsstep.c604 if (op->type & FPCONV) in do_fp_load()
652 if (op->type & FPCONV) in do_fp_store()
2459 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2469 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2815 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2827 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
3101 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3107 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()