Searched refs:LOAD_FP (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | sstep.h | 27 LOAD_FP, enumerator
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | sstep.c | 2301 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2306 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr() 2321 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr() 2325 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr() 2329 op->type = MKOP(LOAD_FP, 0, 4); in analyse_instr() 2642 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2648 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr() 2680 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr() 2898 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 2901 op->type = MKOP(LOAD_FP, PREFIXED, 8); in analyse_instr() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| D | emulate_loadstore.c | 118 case LOAD_FP: in kvmppc_emulate_loadstore()
|