Lines Matching refs:rex
378 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32() argument
381 sljit_s32 length = 1 + (rex ? 1 : 0) + sizeof(sljit_s32); in emit_do_imm32()
386 if (rex) in emit_do_imm32()
387 *inst++ = rex; in emit_do_imm32()
401 sljit_u8 rex = 0; in emit_x86_instruction() local
423 rex |= REX_W; in emit_x86_instruction()
425 rex |= REX; in emit_x86_instruction()
452 rex |= REX_B; in emit_x86_instruction()
467 rex |= REX_X; in emit_x86_instruction()
473 rex |= REX_B; in emit_x86_instruction()
476 rex |= REX_B; in emit_x86_instruction()
504 rex |= REX_R; in emit_x86_instruction()
507 rex |= REX_R; in emit_x86_instruction()
510 if (rex) in emit_x86_instruction()
524 if (rex) in emit_x86_instruction()
525 *inst++ = rex; in emit_x86_instruction()