Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h26 LOAD_FP, enumerator
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c2455 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2460 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2475 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
2479 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2483 op->type = MKOP(LOAD_FP, 0, 4); in analyse_instr()
2811 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2817 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2849 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
3097 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3100 op->type = MKOP(LOAD_FP, PREFIXED, 8); in analyse_instr()
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c119 case LOAD_FP: in kvmppc_emulate_loadstore()