as: D30V-Guarded

1 
1 9.10.2.4 Guarded Execution
1 ..........................
1 
1 'as' supports the full range of guarded execution directives for each
1 instruction.  Just append the directive after the instruction proper.
1 The directives are:
1 
1 '/tx'
1      Execute the instruction if flag f0 is true.
1 '/fx'
1      Execute the instruction if flag f0 is false.
1 '/xt'
1      Execute the instruction if flag f1 is true.
1 '/xf'
1      Execute the instruction if flag f1 is false.
1 '/tt'
1      Execute the instruction if both flags f0 and f1 are true.
1 '/tf'
1      Execute the instruction if flag f0 is true and flag f1 is false.
1