Searched refs:FPCONV (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 122 if (op.type & FPCONV) in kvmppc_emulate_loadstore() 248 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | sstep.h | 71 #define FPCONV 0x100 macro
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | sstep.c | 528 if (op->type & FPCONV) in do_fp_load() 574 if (op->type & FPCONV) in do_fp_store() 2295 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2305 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2636 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2648 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2892 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 2898 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
|