Searched refs:rex_b (Results 1 – 3 of 3) sorted by relevance
156 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, in arch_decode_instruction() local191 rex_b = X86_REX_B(rex); in arch_decode_instruction()198 modrm_rm = X86_MODRM_RM(modrm) + 8*rex_b; in arch_decode_instruction()205 sib_base = X86_SIB_BASE(sib) + 8*rex_b; in arch_decode_instruction()229 op->src.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()241 op->dest.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
111 uint8_t rex_b; member221 #define REX_B(S) ((S)->rex_b + 0)
2536 s->rex_b = 0;2593 s->rex_b = (b & 0x1) << 3;2636 s->rex_b = (~vex2 >> 2) & 8;