Lines Matching defs:UNARY
8302 #define UNARY(RET, T1) \
8316 tree void_ftype_acc = UNARY (voidt, accumulator);
8326 tree uw1_ftype_uw1 = UNARY (uword1, uword1);
8327 tree uw1_ftype_sw1 = UNARY (uword1, sword1);
8328 tree uw1_ftype_uw2 = UNARY (uword1, uword2);
8329 tree uw1_ftype_acc = UNARY (uword1, accumulator);
8338 tree sw1_ftype_int = UNARY (sword1, integer);
8342 tree uw2_ftype_uw1 = UNARY (uword2, uword1);
8356 tree sw1_ftype_sw1 = UNARY (sword1, sword1);
8357 tree sw2_ftype_iacc = UNARY (sword2, iacc);
8358 tree sw1_ftype_iacc = UNARY (sword1, iacc);
8359 tree void_ftype_ptr = UNARY (voidt, const_ptr_type_node);
8360 tree uw1_ftype_vptr = UNARY (uword1, vptr);
8361 tree uw2_ftype_vptr = UNARY (uword2, vptr);
8481 #undef UNARY