Searched refs:AssembleOp (Results 1 – 1 of 1) sorted by relevance
455 static inline int AssembleOp(Instruction* instr, RType r, MType m, IType i) { in AssembleOp() function470 return AssembleOp<2>(instr, _rr, _rm, _ri); in AssembleBinOp()475 return AssembleOp<1>(instr, _r, _m, _i); in AssembleUnaryOp()