| 3213 | } |
| 3214 | |
| 3215 | void AddInstrExecutionMode(int ID, ExecutionMode mode, int op1 = -1, int op2 = -1, int op3 = -1) |
| 3216 | { |
| 3217 | CodeGen.OpExecutionMode(ID, mode, op1, op2, op3); |
| 3218 | } |
| 3219 | |
| 3220 | int AddInstrDot(ILOperand *op, RefPtr<ILType> typeIL, int ID0, int ID1) |
| 3221 | { |
no test coverage detected