Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c106 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore()
126 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore()
222 1, op.type & SIGNEXT); in kvmppc_emulate_loadstore()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h67 #define SIGNEXT 0x20 macro
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c606 else if (op->type & SIGNEXT) in do_fp_load()
816 if (op->type & SIGNEXT) { in emulate_vsx_load()
2417 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2423 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2479 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2537 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2786 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2882 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2996 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3091 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
[all …]