Home | History | Annotate | Download | only in libyasm

Lines Matching full:t_base

1066     N_word  t_base;
1100 t_base = t_lo_base;
1105 t_base = t_hi_base;
1110 X += t_base;
1121 if (t_base == t_hi_base) break;
1122 t_base++;
1127 if (t_base == t_lo_base) break;
1128 t_base--;
1132 sel = ((t_base == t_hi_base) << 1) OR (t_base == t_lo_base);