Searched refs:DECREMENT (Results 1 – 7 of 7) sorted by relevance
112 enum incr_number_result { BAD, ABSOLUTE, INCREMENT, DECREMENT }; enumerator128 case DECREMENT: in get_vunits()149 case DECREMENT: in get_hunits()170 case DECREMENT: in get_number()191 case DECREMENT: in get_integer()212 result = DECREMENT; in get_incr_number()
46 #define DECREMENT 02 macro1243 pp_fix = DECREMENT; in xgate_parse_operand()
46 #define DECREMENT 02 macro1241 pp_fix = DECREMENT; in xgate_parse_operand()
196 #define DECREMENT(C_128, exp) \ macro
1614 /* DECREMENT */1621 Store ("++++++++ Checking result from DECREMENT", Debug)
25060 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with25061 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.