Searched refs:expand_and (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dexpr.h330 extern rtx expand_and (enum machine_mode, rtx, rtx, rtx);
H A Dexpmed.c3403 tem = expand_and (mode, tem, op1, NULL_RTX);
3411 tem = expand_and (mode, tem, op0, NULL_RTX);
5089 expand_and (enum machine_mode mode, rtx op0, rtx op1, rtx target)
5372 op0 = expand_and (compare_mode, op0, const1_rtx, subtarget);
5074 expand_and (enum machine_mode mode, rtx op0, rtx op1, rtx target) function
H A Dexpr.c3980 value = expand_and (str_mode, value, const1_rtx, NULL);
4015 value = expand_and (GET_MODE (str_rtx), value, mask,
7434 op0 = expand_and (imode, op0, op1, target);
8879 return expand_and (GET_MODE (exp), exp, mask, target);
H A Dexcept.c2936 expand_and (Pmode, addr, MASK_RETURN_ADDR, addr);
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.c7187 expand_and (SImode, fnaddr, GEN_INT (0x3ff), NULL_RTX),
7194 expand_and (SImode, cxt, GEN_INT (0x3ff), NULL_RTX),

Completed in 107 milliseconds