HomeSort by relevance Sort by last modified time
    Searched refs:SetSIB (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/x86_64/
assembler_x86_64.h 118 void SetSIB(ScaleFactor scale, CpuRegister index, CpuRegister base) {
187 SetSIB(TIMES_1, CpuRegister(RSP), base);
192 SetSIB(TIMES_1, CpuRegister(RSP), base);
198 SetSIB(TIMES_1, CpuRegister(RSP), base);
208 SetSIB(scale, index, CpuRegister(RBP));
216 SetSIB(scale, index, base);
219 SetSIB(scale, index, base);
223 SetSIB(scale, index, base);
233 result.SetSIB(TIMES_1, CpuRegister(RSP), CpuRegister(RBP));
  /art/compiler/utils/x86/
assembler_x86.h 98 void SetSIB(ScaleFactor scale, Register index, Register base) {
158 if (base == ESP) SetSIB(TIMES_1, ESP, base);
161 if (base == ESP) SetSIB(TIMES_1, ESP, base);
165 if (base == ESP) SetSIB(TIMES_1, ESP, base);
174 SetSIB(scale, index, EBP);
182 SetSIB(scale, index, base);
185 SetSIB(scale, index, base);
189 SetSIB(scale, index, base);

Completed in 378 milliseconds