Searched refs:LOAD_FP (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | sstep.h | 30 LOAD_FP, enumerator
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 2093 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2098 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr() 2113 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr() 2117 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr() 2121 op->type = MKOP(LOAD_FP, 0, 4); in analyse_instr() 2408 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2414 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr() 2446 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr() 2850 case LOAD_FP: in emulate_loadstore()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 142 case LOAD_FP: in kvmppc_emulate_loadstore()
|