| 1600 | streamFunctionBody.Add(operandID); |
| 1601 | } |
| 1602 | void OpConvertFToU(const int ID, const int typeID, const int operandID) |
| 1603 | { |
| 1604 | sbTextFunctionBody << LR"(%)" << ID << LR"( = OpConvertFToU %)" << typeID << LR"( %)" << operandID << EndLine; |
| 1605 | |
| 1606 | streamFunctionBody.Add(109 + (4 << 16)); |
| 1607 | streamFunctionBody.Add(typeID); |
| 1608 | streamFunctionBody.Add(ID); |
| 1609 | streamFunctionBody.Add(operandID); |
| 1610 | } |
| 1611 | void OpConvertUToF(const int ID, const int typeID, const int operandID) |
| 1612 | { |
| 1613 | sbTextFunctionBody << LR"(%)" << ID << LR"( = OpConvertUToF %)" << typeID << LR"( %)" << operandID << EndLine; |
no test coverage detected