Lines Matching defs:RESULT
24 #define RESULT XCONCAT3(ALU,N,_RESULT)
82 print_hex (tst->result, N);
101 if ((unsignedN) CARRY_BORROW_RESULT != (unsignedN) tst->result)
103 printf (" -- result for carry/borrow wrong ");
107 if ((unsignedN) OVERFLOW_RESULT != (unsignedN) tst->result)
109 printf (" -- result for overflow wrong ");
113 if ((unsignedN) RESULT != (unsignedN) tst->result)
115 printf (" -- result wrong ");
116 print_hex (RESULT, N);
253 #undef RESULT