`define COND_LT 4'b1011 /* N not equal to V */
`define COND_GT 4'b1100 /* Z clear AND (N equals V) */
`define COND_LE 4'b1101 /* Z set OR (N not equals V) */
`define COND_AL 4'b1110 /* TRUE */
`define COND_NV 4'b1111 /* FALSE */
`define COND_LT 4'b1011 /* N not equal to V */
`define COND_GT 4'b1100 /* Z clear AND (N equals V) */
`define COND_LE 4'b1101 /* Z set OR (N not equals V) */
`define COND_AL 4'b1110 /* TRUE */
`define COND_NV 4'b1111 /* FALSE */