Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/include/asm/
Dsstep.h31 STORE_FP, enumerator
/Linux-v5.15/arch/powerpc/lib/
Dsstep.c2388 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2393 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2410 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
2414 op->type = MKOP(STORE_FP, 0, 4); in analyse_instr()
2746 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2752 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2833 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
3026 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3029 op->type = MKOP(STORE_FP, PREFIXED, 8); in analyse_instr()
3048 case STORE_FP: in analyse_instr()
[all …]
/Linux-v5.15/arch/powerpc/kvm/
Demulate_loadstore.c236 case STORE_FP: in kvmppc_emulate_loadstore()