Lines Matching refs:rex
324 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32() argument
327 sljit_s32 length = 1 + (rex ? 1 : 0) + sizeof(sljit_s32); in emit_do_imm32()
332 if (rex) in emit_do_imm32()
333 *inst++ = rex; in emit_do_imm32()
347 sljit_u8 rex = 0; in emit_x86_instruction() local
369 rex |= REX_W; in emit_x86_instruction()
371 rex |= REX; in emit_x86_instruction()
398 rex |= REX_B; in emit_x86_instruction()
413 rex |= REX_X; in emit_x86_instruction()
418 rex |= REX_B; in emit_x86_instruction()
445 rex |= REX_R; in emit_x86_instruction()
448 if (rex) in emit_x86_instruction()
462 if (rex) in emit_x86_instruction()
463 *inst++ = rex; in emit_x86_instruction()