Searched refs:has_sib (Results 1 – 1 of 1) sorted by relevance
154 bool has_sib = ((modrm & 0x07) == 0x04); in Operand() local156 int disp_offset = has_sib ? 2 : 1; in Operand()157 int base_reg = (has_sib ? operand.buf_[1] : modrm) & 0x07; in Operand()190 if (has_sib) { in Operand()