Searched refs:NOT_HALFWORD (Results 1 – 2 of 2) sorted by relevance
135 #define NOT_HALFWORD(x) ((x) > HALFWORD_MAX || (x) < HALFWORD_MIN) macro1033 if (NOT_HALFWORD(srcw)) in emit_mov()1041 if (!compiler->mode32 && NOT_HALFWORD(srcw)) { in emit_mov()3294 if (NOT_HALFWORD(offset)) {
104 if (!(b & OFFS_REG_MASK) && NOT_HALFWORD(immb)) { in emit_x86_instruction()