Home | History | Annotate | Download | only in mips

Lines Matching refs:SetModRM

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);