Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsstep.h32 STORE_FP, enumerator
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dsstep.c2305 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2310 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2327 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
2331 op->type = MKOP(STORE_FP, 0, 4); in analyse_instr()
2648 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2654 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2719 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
2898 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
2901 op->type = MKOP(STORE_FP, PREFIXED, 8); in analyse_instr()
2920 case STORE_FP: in analyse_instr()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Demulate_loadstore.c236 case STORE_FP: in kvmppc_emulate_loadstore()