Searched refs:tmask (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/mep/
H A Dtramp.c90 int tmask = ~imask; local
99 if ((*tags & tmask) == (i & tmask))
/haiku-buildtools/legacy/gcc/gcc/
H A Dfold-const.c2988 tree tmask;
2990 tmask = build_int_2 (~0, ~0);
2991 TREE_TYPE (tmask) = signed_type (type);
2992 force_fit_type (tmask, 0);
2996 const_binop (LSHIFT_EXPR, tmask,
2966 tree tmask; local
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c7165 int tmask = (TMASK (TYPE_IALU) | TMASK (TYPE_BINARY) |
7169 tmask |= TMASK (TYPE_COMPARE);
7170 ip = ultra_find_type (tmask, ready, this_insn);
7140 int tmask = (TMASK (TYPE_IALU) | TMASK (TYPE_BINARY) | local
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c13574 tree tres, tmask = build_int_cst (val_type, mask_f ^ 0xff);
13577 tres = fold_build2 (BIT_AND_EXPR, val_type, tres, tmask);
13572 tree tres, tmask = build_int_cst (val_type, mask_f ^ 0xff); local

Completed in 573 milliseconds