Searched refs:SIGNEXT (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 105 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore() 125 if (op.type & SIGNEXT) in kvmppc_emulate_loadstore() 221 1, op.type & SIGNEXT); in kvmppc_emulate_loadstore()
|
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 67 #define SIGNEXT 0x20 macro
|
/linux/arch/powerpc/lib/ |
A D | sstep.c | 609 else if (op->type & SIGNEXT) in do_fp_load() 811 if (op->type & SIGNEXT) { in emulate_vsx_load() 2423 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr() 2429 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr() 2485 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr() 2543 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr() 2792 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr() 2888 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr() 3002 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr() 3097 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr() [all …]
|
Completed in 18 milliseconds