Home
last modified time | relevance | path

Searched refs:STORE_FP (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h31 STORE_FP, enumerator
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c2209 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2214 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2231 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
2235 op->type = MKOP(STORE_FP, 0, 4); in analyse_instr()
2526 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2532 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2593 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
3033 case STORE_FP: in emulate_loadstore()
/Linux-v5.4/arch/powerpc/kvm/
Demulate_loadstore.c243 case STORE_FP: in kvmppc_emulate_loadstore()