Searched refs:FPCONV (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/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-v6.6/arch/powerpc/include/asm/ |
| D | sstep.h | 70 #define FPCONV 0x100 macro
|
| /Linux-v6.6/arch/powerpc/lib/ |
| D | sstep.c | 602 if (op->type & FPCONV) in do_fp_load() 648 if (op->type & FPCONV) in do_fp_store() 2449 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2459 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2805 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2817 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 3091 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 3097 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
|