Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsstep.h27 LOAD_FP, enumerator
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dsstep.c2301 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/
Demulate_loadstore.c118 case LOAD_FP: in kvmppc_emulate_loadstore()