Searched refs:STORE_FP (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/powerpc/include/asm/ |
D | sstep.h | 32 STORE_FP, enumerator
|
/Linux-v5.10/arch/powerpc/lib/ |
D | sstep.c | 2293 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2298 op->type = MKOP(STORE_FP, u, 8); in analyse_instr() 2315 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr() 2319 op->type = MKOP(STORE_FP, 0, 4); in analyse_instr() 2610 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2616 op->type = MKOP(STORE_FP, u, 8); in analyse_instr() 2677 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr() 2843 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr() 2846 op->type = MKOP(STORE_FP, PREFIXED, 8); in analyse_instr() 3235 case STORE_FP: in emulate_loadstore()
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 236 case STORE_FP: in kvmppc_emulate_loadstore()
|