Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Demulate_loadstore.c129 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore()
149 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore()
245 1, op.type & SIGNEXT); in kvmppc_emulate_loadstore()
/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h68 #define SIGNEXT 0x20 macro
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c491 else if (op->type & SIGNEXT) in do_fp_load()
691 if (op->type & SIGNEXT) { in emulate_vsx_load()
2055 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2061 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2117 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2175 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2383 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2475 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2842 if (op->type & SIGNEXT) in emulate_loadstore()