Home | History | Annotate | Download | only in aarch64

Lines Matching defs:unspec

3272   if (GET_CODE (search) == UNSPEC && XINT (search, 1) == UNSPEC_SALT_ADDR)
4171 rtx unspec = XVECEXP (pat, 0, 1);
4172 gcc_assert (GET_CODE (unspec) == UNSPEC
4173 && XINT (unspec, 1) == UNSPEC_CALLEE_ABI);
4174 return function_abis[INTVAL (XVECEXP (unspec, 0, 0))];
6940 rtx unspec = gen_rtx_UNSPEC (GET_MODE (dest), gen_rtvec (2, ptrue, src),
6942 emit_insn (gen_rtx_SET (dest, unspec));
6961 /* Return the SVE REV[BHW] unspec for reversing quantites of mode MODE
6991 unsigned int unspec = aarch64_sve_rev_unspec (mode_with_narrower_elts);
6998 emit_insn (gen_aarch64_pred (unspec, mode_with_wider_elts,
10248 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_TLS)
12401 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_SALT_ADDR)
12421 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_TLS)
14891 if (GET_CODE (x) == UNSPEC)
14978 case UNSPEC:
21329 (const (unspec [PATTERN ZERO] UNSPEC_PTRUE))
21343 if (GET_CODE (x) != UNSPEC || XINT (x, 1) != UNSPEC_PTRUE)
23740 /* Generate (set TARGET (unspec [OP0 OP1] CODE)). */
24031 unsigned int i, size, unspec;
24046 unspec = UNSPEC_REV64;
24051 unspec = UNSPEC_REV32;
24056 unspec = UNSPEC_REV16;
24078 rtx src = gen_rtx_UNSPEC (d->vmode, gen_rtvec (1, d->op0), unspec);
24485 (set TARGET (unspec [PRED KNOWN_PTRUE_P OP0 OP1] UNSPEC_COND_<X>))
24495 rtx unspec = gen_rtx_UNSPEC (GET_MODE (pred),
24498 emit_set_insn (target, unspec);
24503 (set TMP1 (unspec [PRED KNOWN_PTRUE_P OP0 OP1] UNSPEC_COND_<X1>))
24504 (set TMP2 (unspec [PRED KNOWN_PTRUE_P OP0 OP1] UNSPEC_COND_<X2>))
24524 (set TMP (unspec [PRED KNOWN_PTRUE_P OP0 OP1] UNSPEC_COND_<X>))
25880 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_SHA1H)