Lines Matching full:base_reg
274 int base_reg = (has_sib ? operand.buf_[1] : modrm) & 0x07;277 bool is_baseless = (mode == 0) && (base_reg == 0x05); // No base or RIP base.297 } else if (disp_value != 0 || (base_reg == 0x05)) {