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

  /art/compiler/utils/mips/
assembler_mips.h 76 void SetModRM(int mod, Register rm) {
106 explicit Operand(Register reg) { SetModRM(3, reg); }
142 SetModRM(0, base);
145 SetModRM(1, base);
149 SetModRM(2, base);
158 SetModRM(0, ESP);
166 SetModRM(0, ESP);
169 SetModRM(1, ESP);
173 SetModRM(2, ESP);
181 result.SetModRM(0, EBP)
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 92 void SetModRM(int mod, Register rm) {
122 explicit Operand(Register reg) { SetModRM(3, reg); }
158 SetModRM(0, base);
161 SetModRM(1, base);
165 SetModRM(2, base);
174 SetModRM(0, ESP);
182 SetModRM(0, ESP);
185 SetModRM(1, ESP);
189 SetModRM(2, ESP);
197 result.SetModRM(0, EBP)
    [all...]

Completed in 705 milliseconds