Lines Matching refs:Form
376 // Defines form that assembly instruction should be synthesized.
535 /// Instructions of the form x := op(y).
576 /// Instructions of the form x := op(y), for vector/FP.
640 /// Instructions of the form x := x op y.
720 /// Instructions of the form x := y op z. May have the side-effect of setting
769 /// Instructions of the form x := y op z, for vector/FP. We leave these as
853 /// Instructions of the form x := a op1 (y op2 z). E.g., multiply accumulate.
899 /// Instructions of the form x := x op1 (y op2 z). E.g., multiply accumulate.
948 /// Instructions of the form x cmpop y (setting flags).
1146 /// Technically bl and the register form of blx can be predicated, but we'll
1183 void emitUsingForm(const Cfg *Func, const EmitForm Form) const;
1194 virtual void emitSingleGPR(const Cfg *Func, const EmitForm Form,
1196 virtual void emitMultipleGPRs(const Cfg *Func, const EmitForm Form,
1198 virtual void emitSRegs(const Cfg *Func, const EmitForm Form,
1221 void emitSingleGPR(const Cfg *Func, const EmitForm Form,
1223 void emitMultipleGPRs(const Cfg *Func, const EmitForm Form,
1225 void emitSRegs(const Cfg *Func, const EmitForm Form, const Variable *BaseReg,
1249 void emitSingleGPR(const Cfg *Func, const EmitForm Form,
1251 void emitMultipleGPRs(const Cfg *Func, const EmitForm Form,
1253 void emitSRegs(const Cfg *Func, const EmitForm Form, const Variable *BaseReg,