Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsstep.h59 #define SIGNEXT 0x20 macro
/arch/powerpc/lib/
Dsstep.c1431 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
1437 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1587 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1654 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
1870 if (op.type & SIGNEXT) in emulate_step()