Searched refs:SetModRM (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/mips/ |
D | 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);
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 92 void SetModRM(int mod, Register rm) { in SetModRM() function 122 explicit Operand(Register reg) { SetModRM(3, reg); } in Operand() 158 SetModRM(0, base); in Init() 161 SetModRM(1, base); in Init() 165 SetModRM(2, base); in Init() 174 SetModRM(0, ESP); in Address() 182 SetModRM(0, ESP); in Address() 185 SetModRM(1, ESP); in Address() 189 SetModRM(2, ESP); in Address() 197 result.SetModRM(0, EBP); in Absolute()
|