Home | History | Annotate | Download | only in sljit

Lines Matching defs:rex

331 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, sljit_sw imm)
334 sljit_s32 length = 1 + (rex ? 1 : 0) + sizeof(sljit_s32);
339 if (rex)
340 *inst++ = rex;
354 sljit_u8 rex = 0;
376 rex |= REX_W;
378 rex |= REX;
406 rex |= REX_B;
421 rex |= REX_X;
426 rex |= REX_B;
453 rex |= REX_R;
456 if (rex)
470 if (rex)
471 *inst++ = rex;