| 975 | } |
| 976 | |
| 977 | SimNode * SimNode_Op1::visitOp1 ( SimVisitor & vis, const char * op, int typeSize, const string & typeName ) { |
| 978 | V_BEGIN(); |
| 979 | vis.op(op, typeSize, typeName); |
| 980 | V_SUB(x); |
| 981 | V_END(); |
| 982 | } |
| 983 | |
| 984 | SimNode * SimNode_Op2::visitOp2 ( SimVisitor & vis, const char * op, int typeSize, const string & typeName ) { |
| 985 | V_BEGIN(); |