Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dsstep.h59 #define SIGNEXT 0x20 macro
/linux-4.1.27/arch/powerpc/lib/
Dsstep.c1416 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
1422 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1572 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1639 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
1861 if (op.type & SIGNEXT) in emulate_step()