Home | History | Annotate | Download | only in x64

Lines Matching refs:index_code

322     int index_code = ((buf_[1] >> 3) & 0x07) | ((rex_ & 0x02) << 2);
324 if (index_code != rsp.code() && index_code == code) return true;