Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h26 LOAD_FP, enumerator
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c2448 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2453 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2468 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
2472 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2476 op->type = MKOP(LOAD_FP, 0, 4); in analyse_instr()
2804 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2810 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2842 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
3090 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3093 op->type = MKOP(LOAD_FP, PREFIXED, 8); in analyse_instr()
[all …]
/linux-6.1.9/arch/powerpc/kvm/
Demulate_loadstore.c119 case LOAD_FP: in kvmppc_emulate_loadstore()