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

  /art/compiler/utils/x86/
assembler_x86.h 94 void SetModRM(int mod_in, Register rm_in) {
135 explicit Operand(Register reg) : fixup_(nullptr) { SetModRM(3, reg); }
174 SetModRM(0, ESP);
193 result.SetModRM(0, EBP);
207 SetModRM(0, base_in);
210 SetModRM(1, base_in);
214 SetModRM(2, base_in);
223 SetModRM(0, ESP);
226 SetModRM(1, ESP);
230 SetModRM(2, ESP)
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 111 void SetModRM(uint8_t mod_in, CpuRegister rm_in) {
156 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); }
190 SetModRM(0, base_in);
195 SetModRM(1, base_in);
201 SetModRM(2, base_in);
212 SetModRM(0, CpuRegister(RSP));
220 SetModRM(0, CpuRegister(RSP));
223 SetModRM(1, CpuRegister(RSP));
227 SetModRM(2, CpuRegister(RSP));
237 result.SetModRM(0, CpuRegister(RSP))
    [all...]

Completed in 47 milliseconds