| 1780 | } |
| 1781 | |
| 1782 | void OpFwidth(const int ID, const int typeID, const int Op0) |
| 1783 | { |
| 1784 | sbTextFunctionBody << LR"(%)" << ID << LR"( = OpFwidth %)" << typeID << LR"( %)" << Op0 << EndLine; |
| 1785 | |
| 1786 | streamFunctionBody.Add(209 + (4 << 16)); |
| 1787 | streamFunctionBody.Add(typeID); |
| 1788 | streamFunctionBody.Add(ID); |
| 1789 | streamFunctionBody.Add(Op0); |
| 1790 | } |
| 1791 | |
| 1792 | void OpName(int ID, String Name) |
| 1793 | { |