Searched refs:SIGNEXT (Results 1 – 2 of 2) sorted by relevance
59 #define SIGNEXT 0x20 macro
1431 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()