Searched refs:SIGNEXT (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | sstep.h | 68 #define SIGNEXT 0x20 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | sstep.c | 530 else if (op->type & SIGNEXT) in do_fp_load() 730 if (op->type & SIGNEXT) { in emulate_vsx_load() 2263 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr() 2269 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr() 2325 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr() 2383 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr() 2617 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr() 2713 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr() 2811 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr() 2892 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr() [all …]
|