Lines Matching refs:REG_MASK
393 if (b & REG_MASK) in emit_x86_instruction()
398 else if (reg_lmap[b & REG_MASK] == 4) in emit_x86_instruction()
402 if ((b & REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
405 if (reg_map[b & REG_MASK] >= 8) in emit_x86_instruction()
415 else if (reg_lmap[b & REG_MASK] == 5) in emit_x86_instruction()
499 else if ((b & REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
501 if (immb != 0 || reg_lmap[b & REG_MASK] == 5) { in emit_x86_instruction()
509 *buf_ptr++ |= reg_lmap[b & REG_MASK]; in emit_x86_instruction()
512 *buf_ptr++ = reg_lmap[b & REG_MASK] | (reg_lmap[OFFS_REG(b)] << 3); in emit_x86_instruction()
515 if (immb != 0 || reg_lmap[b & REG_MASK] == 5) { in emit_x86_instruction()
525 if (reg_lmap[b & REG_MASK] == 5) in emit_x86_instruction()
528 *buf_ptr++ = reg_lmap[b & REG_MASK] | (reg_lmap[OFFS_REG(b)] << 3) | (immb << 6); in emit_x86_instruction()
529 if (reg_lmap[b & REG_MASK] == 5) in emit_x86_instruction()