Lines Matching refs:rex
344 static sljit_si emit_do_imm32(struct sljit_compiler *compiler, sljit_ub rex, sljit_ub opcode, sljit… in emit_do_imm32() argument
347 sljit_si length = 1 + (rex ? 1 : 0) + sizeof(sljit_si); in emit_do_imm32()
352 if (rex) in emit_do_imm32()
353 *inst++ = rex; in emit_do_imm32()
367 sljit_ub rex = 0; in emit_x86_instruction() local
389 rex |= REX_W; in emit_x86_instruction()
391 rex |= REX; in emit_x86_instruction()
419 rex |= REX_B; in emit_x86_instruction()
434 rex |= REX_X; in emit_x86_instruction()
439 rex |= REX_B; in emit_x86_instruction()
466 rex |= REX_R; in emit_x86_instruction()
469 if (rex) in emit_x86_instruction()
483 if (rex) in emit_x86_instruction()
484 *inst++ = rex; in emit_x86_instruction()