Home | History | Annotate | Download | only in x64

Lines Matching refs:rex_

148 Operand::Operand(Register base, int32_t disp) : rex_(0) {
170 int32_t disp) : rex_(0) {
190 int32_t disp) : rex_(0) {
199 Operand::Operand(Label* label) : rex_(0), len_(1) {
231 rex_ = operand.rex_;
262 int index_code = ((buf_[1] >> 3) & 0x07) | ((rex_ & 0x02) << 2);
266 base_code = (buf_[1] & 0x07) | ((rex_ & 0x01) << 3);
274 base_code |= ((rex_ & 0x01) << 3);