Searched refs:modemaski (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c1409 rtx modemaski; /* ~modemask */
1477 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1);
1506 ac.modemaski, NULL_RTX, 1,
1522 tmp = expand_simple_binop (SImode, AND, res, ac.modemaski,
1581 val = expand_simple_binop (SImode, XOR, val, ac.modemaski,
1605 tmp = expand_simple_binop (SImode, AND, old, ac.modemaski,
1407 rtx modemaski; /* ~modemask */ member in struct:alignment_context
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c6356 rtx modemaski; /* ~modemask */
6409 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask,
6470 val = expand_simple_binop (SImode, AND, ac.memsi, ac.modemaski,
6517 force_expand_binop (SImode, and_optab, res, ac.modemaski, val,
6562 val = expand_simple_binop (SImode, XOR, val, ac.modemaski,
6588 new_rtx = expand_simple_binop (SImode, AND, new_rtx, ac.modemaski,
6355 rtx modemaski; /* ~modemask */ member in struct:alignment_context

Completed in 203 milliseconds