Searched refs:modemaski (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390.c | 4103 rtx modemaski; /* ~modemask */ member 4155 ac->modemaski = expand_simple_unop (SImode, NOT, ac->modemask, NULL_RTX, 1); in init_alignment_context() 4185 val = expand_simple_binop (SImode, AND, ac.memsi, ac.modemaski, in s390_expand_cs_hqi() 4218 resv = expand_simple_binop (SImode, AND, res, ac.modemaski, in s390_expand_cs_hqi() 4262 val = expand_simple_binop (SImode, XOR, val, ac.modemaski, in s390_expand_atomic() 4287 new = expand_simple_binop (SImode, AND, new, ac.modemaski, in s390_expand_atomic()
|