Searched refs:FPCONV (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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.1.9/arch/powerpc/include/asm/ |
D | sstep.h | 70 #define FPCONV 0x100 macro
|
/linux-6.1.9/arch/powerpc/lib/ |
D | sstep.c | 602 if (op->type & FPCONV) in do_fp_load() 648 if (op->type & FPCONV) in do_fp_store() 2448 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2458 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2804 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2816 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 3090 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 3096 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
|