Searched refs:maskval (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | predicates.md | 1594 int maskval; 1610 maskval = 1 << (MAX_CR_REGNO - REGNO (src_reg)); 1617 || INTVAL (XVECEXP (unspec, 0, 1)) != maskval) 1648 int maskval; 1656 maskval = 1 << (MAX_CR_REGNO - REGNO (SET_DEST (exp))); 1663 || INTVAL (XVECEXP (unspec, 0, 1)) != maskval)
|
| /netbsd/src/sys/dev/i2o/ |
| D | iop.c | 771 iop_configure_devices(struct iop_softc *sc, int mask, int maskval) in iop_configure_devices() argument 798 (iop_class[j].ic_flags & mask) != maskval) in iop_configure_devices()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | builtins.cc | 6284 rtx maskval = val; in expand_ifn_atomic_bit_test_and() local 6313 result = expand_simple_binop (mode, AND, result, maskval, target, true, in expand_ifn_atomic_bit_test_and()
|