Home | History | Annotate | Download | only in frv

Lines Matching defs:BINARY

5928       /* Check for normal binary operators.  */
8305 #define BINARY(RET, T1, T2) \
8317 tree void_ftype_uw4_uw1 = BINARY (voidt, uword4, uword1);
8318 tree void_ftype_uw4_uw2 = BINARY (voidt, uword4, uword2);
8319 tree void_ftype_acc_uw1 = BINARY (voidt, accumulator, uword1);
8320 tree void_ftype_acc_acc = BINARY (voidt, accumulator, accumulator);
8330 tree uw1_ftype_uh_uh = BINARY (uword1, uhalf, uhalf);
8331 tree uw1_ftype_uw1_uw1 = BINARY (uword1, uword1, uword1);
8332 tree uw1_ftype_uw1_int = BINARY (uword1, uword1, integer);
8333 tree uw1_ftype_acc_uw1 = BINARY (uword1, accumulator, uword1);
8334 tree uw1_ftype_acc_sw1 = BINARY (uword1, accumulator, sword1);
8335 tree uw1_ftype_uw2_uw1 = BINARY (uword1, uword2, uword1);
8336 tree uw1_ftype_uw2_int = BINARY (uword1, uword2, integer);
8339 tree sw1_ftype_sw1_sw1 = BINARY (sword1, sword1, sword1);
8340 tree sw1_ftype_sw1_int = BINARY (sword1, sword1, integer);
8343 tree uw2_ftype_uw1_int = BINARY (uword2, uword1, integer);
8344 tree uw2_ftype_uw2_uw2 = BINARY (uword2, uword2, uword2);
8345 tree uw2_ftype_uw2_int = BINARY (uword2, uword2, integer);
8346 tree uw2_ftype_acc_int = BINARY (uword2, accumulator, integer);
8349 tree sw2_ftype_sw2_sw2 = BINARY (sword2, sword2, sword2);
8350 tree sw2_ftype_sw2_int = BINARY (sword2, sword2, integer);
8351 tree uw2_ftype_uw1_uw1 = BINARY (uword2, uword1, uword1);
8352 tree sw2_ftype_sw1_sw1 = BINARY (sword2, sword1, sword1);
8353 tree void_ftype_sw1_sw1 = BINARY (voidt, sword1, sword1);
8354 tree void_ftype_iacc_sw2 = BINARY (voidt, iacc, sword2);
8355 tree void_ftype_iacc_sw1 = BINARY (voidt, iacc, sword1);
8362 tree void_ftype_vptr_ub = BINARY (voidt, vptr, ubyte);
8363 tree void_ftype_vptr_uh = BINARY (voidt, vptr, uhalf);
8364 tree void_ftype_vptr_uw1 = BINARY (voidt, vptr, uword1);
8365 tree void_ftype_vptr_uw2 = BINARY (voidt, vptr, uword2);
8482 #undef BINARY