Lines Matching full:base
289 // [base + disp/r]
290 Operand(Register base, int32_t disp);
292 // [base + index*scale + disp/r]
293 Operand(Register base,
316 inline void set_sib(ScaleFactor scale, Register index, Register base);
1174 // the top bit of the destination, index, and base register codes.
1175 // The high bit of reg is used for REX.R, the high bit of op's base
1188 // the top bit of the index and base register codes.
1189 // The high bit of op's base register is used for REX.B, and the high
1201 // The high bit of reg is used for REX.R, the high bit of op's base
1210 // High bit of base goes to REX.B and high bit of index to REX.X.
1218 // The high bit of reg is used for REX.R, the high bit of op's base
1226 inline void emit_optional_rex_32(XMMRegister reg, XMMRegister base);
1230 inline void emit_optional_rex_32(XMMRegister reg, Register base);