Searched refs:FPCONV (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 122 if (op.type & FPCONV) in kvmppc_emulate_loadstore() 248 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
|
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 70 #define FPCONV 0x100 macro
|
/linux/arch/powerpc/lib/ |
A D | sstep.c | 607 if (op->type & FPCONV) in do_fp_load() 653 if (op->type & FPCONV) in do_fp_store() 2461 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2471 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2817 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2829 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 3103 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 3109 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
|
Completed in 9 milliseconds