Searched refs:FPCONV (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 123 if (op.type & FPCONV) in kvmppc_emulate_loadstore() 249 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | sstep.h | 70 #define FPCONV 0x100 macro
|
/linux-6.6.21/arch/powerpc/lib/ |
D | sstep.c | 604 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()
|