Home | History | Annotate | Download | only in x86_64

Lines Matching refs:ScaleFactor

70   ScaleFactor scale() const {
71 return static_cast<ScaleFactor>((encoding_at(1) >> 6) & 3);
121 void SetSIB(ScaleFactor scale_in, CpuRegister index_in, CpuRegister base_in) {
211 Address(CpuRegister index_in, ScaleFactor scale_in, int32_t disp) {
218 Address(CpuRegister base_in, CpuRegister index_in, ScaleFactor scale_in, int32_t disp) {