Searched refs:SIGNEXT (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | emulate_loadstore.c | 111 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore() 131 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore() 227 1, op.type & SIGNEXT); in kvmppc_emulate_loadstore()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | sstep.h | 64 #define SIGNEXT 0x20 macro
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | sstep.c | 487 else if (op->type & SIGNEXT) in do_fp_load() 687 if (op->type & SIGNEXT) { in emulate_vsx_load() 2161 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr() 2167 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr() 2223 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr() 2281 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr() 2489 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr() 2581 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr() 2948 if (op->type & SIGNEXT) in emulate_loadstore()
|