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

  /art/compiler/utils/mips/
assembler_mips.h 82 void SetSIB(ScaleFactor scale, Register index, Register base) {
143 if (base == ESP) SetSIB(TIMES_1, ESP, base);
146 if (base == ESP) SetSIB(TIMES_1, ESP, base);
150 if (base == ESP) SetSIB(TIMES_1, ESP, base);
159 SetSIB(scale, index, EBP);
167 SetSIB(scale, index, base);
170 SetSIB(scale, index, base);
174 SetSIB(scale, index, base);
  /art/compiler/utils/x86/
assembler_x86.h 98 void SetSIB(ScaleFactor scale, Register index, Register base) {
159 if (base == ESP) SetSIB(TIMES_1, ESP, base);
162 if (base == ESP) SetSIB(TIMES_1, ESP, base);
166 if (base == ESP) SetSIB(TIMES_1, ESP, base);
175 SetSIB(scale, index, EBP);
183 SetSIB(scale, index, base);
186 SetSIB(scale, index, base);
190 SetSIB(scale, index, base);

Completed in 84 milliseconds