Lines Matching refs:rex
331 static sljit_si emit_do_imm32(struct sljit_compiler *compiler, sljit_ub rex, sljit_ub opcode, sljit… in emit_do_imm32() argument
334 sljit_si length = 1 + (rex ? 1 : 0) + sizeof(sljit_si); in emit_do_imm32()
339 if (rex) in emit_do_imm32()
340 *inst++ = rex; in emit_do_imm32()
354 sljit_ub rex = 0; in emit_x86_instruction() local
376 rex |= REX_W; in emit_x86_instruction()
378 rex |= REX; in emit_x86_instruction()
406 rex |= REX_B; in emit_x86_instruction()
421 rex |= REX_X; in emit_x86_instruction()
426 rex |= REX_B; in emit_x86_instruction()
453 rex |= REX_R; in emit_x86_instruction()
456 if (rex) in emit_x86_instruction()
470 if (rex) in emit_x86_instruction()
471 *inst++ = rex; in emit_x86_instruction()