Home
last modified time | relevance | path

Searched refs:VEX_R (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c3041 #define VEX_R 0x08 /* REX.R in 1's complement form */ macro
3270 if (reg != NULL && ((VEX_R & vex_byte1) == 0)) in dtrace_vex_adjust()
3335 if ((VEX_R & evex_byte1) == 0) { in dtrace_evex_adjust_reg()
4350 if ((evex_byte1 & VEX_R) == 0) in dtrace_disx86()
4417 vex_R = ((opcode3 & VEX_R) & 0x0F) >> 3; in dtrace_disx86()
4425 vex_byte1 = (opcode3 & VEX_R) | VEX_X | VEX_B; in dtrace_disx86()
4457 vex_R = (opcode3 & VEX_R) >> 3; in dtrace_disx86()
4461 vex_byte1 = opcode3 & (VEX_R | VEX_X | VEX_B); in dtrace_disx86()