Searched refs:FPCONV (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 123 if (op.type & FPCONV) in kvmppc_emulate_loadstore() 249 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 70 #define FPCONV 0x100 macro
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 604 if (op->type & FPCONV) in do_fp_load() 652 if (op->type & FPCONV) in do_fp_store() 2455 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2465 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2811 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2823 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 3097 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 3103 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
|