Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dsstep.h26 LOAD_FP, enumerator
/linux-6.12.1/arch/powerpc/lib/
Dsstep.c2459 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2464 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2479 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
2483 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2487 op->type = MKOP(LOAD_FP, 0, 4); in analyse_instr()
2815 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2821 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2853 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
3101 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3104 op->type = MKOP(LOAD_FP, PREFIXED, 8); in analyse_instr()
[all …]
/linux-6.12.1/arch/powerpc/kvm/
Demulate_loadstore.c119 case LOAD_FP: in kvmppc_emulate_loadstore()