Lines Matching refs:rex
95 unsigned char op1, op2, rex = 0, rex_b = 0, rex_r = 0, rex_w = 0,
123 rex = insn.rex_prefix.bytes[0];
124 rex_w = X86_REX_W(rex) >> 3;
125 rex_r = X86_REX_R(rex) >> 2;
126 rex_x = X86_REX_X(rex) >> 1;
127 rex_b = X86_REX_B(rex);
193 if (rex != 0x48)
322 } else if (rex == 0x48 && modrm == 0x65) {
333 } else if (rex == 0x49 && modrm == 0x62 &&
350 } else if (rex == 0x49 && modrm == 0x65 &&