Lines Matching refs:rex
46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32() argument
49 sljit_uw length = (rex ? 2 : 1) + sizeof(sljit_s32); in emit_do_imm32()
54 if (rex) in emit_do_imm32()
55 *inst++ = rex; in emit_do_imm32()
69 sljit_u8 rex = 0; in emit_x86_instruction() local
92 rex |= REX_W; in emit_x86_instruction()
94 rex |= REX; in emit_x86_instruction()
121 rex |= REX_B; in emit_x86_instruction()
136 rex |= REX_X; in emit_x86_instruction()
142 rex |= REX_B; in emit_x86_instruction()
145 rex |= REX_B; in emit_x86_instruction()
173 rex |= REX_R; in emit_x86_instruction()
176 rex |= REX_R; in emit_x86_instruction()
179 if (rex) in emit_x86_instruction()
193 if (rex) in emit_x86_instruction()
194 *inst++ = rex; in emit_x86_instruction()