Home | History | Annotate | Download | only in sljit

Lines Matching refs:rex

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