| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| mk_error.c | 81 static char unspec[] = "<unspecified realm>"; local 82 msg.realm = unspec;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-functions.h | 240 unspec code, with separate codes for signed integers, unsigned 254 /* Return the unspec code to use for INSTANCE, based on type suffix 0. */ 263 /* The unspec code associated with signed-integer, unsigned-integer 270 /* A function_base for functions that have an associated unspec code. 316 CODE (UNSPEC, M) instead of using the generic predication-based 318 This is useful if the unspec doesn't describe the full operation or 338 /* A function that performs an unspec and then adds it to another value. */ 344 /* Generic unspec-based _lane function. */ 367 /* A function that performs an unspec and then subtracts it from 391 int unspec = unspec_for (e) variable 426 int unspec = unspec_for (e); variable 553 int unspec = (!e.type_suffix (0).integer_p ? m_unspec_for_fp variable 643 int unspec = (e.type_suffix (1).unsigned_p variable [all...] |
| aarch64-sve-builtins-base.cc | 52 /* Return the UNSPEC_CMLA* unspec for rotation amount ROT. */ 66 /* Return the UNSPEC_FCMLA* unspec for rotation amount ROT. */ 80 /* Return the UNSPEC_COND_FCMLA* unspec for rotation amount ROT. */ 114 /* Expand a call to svmla_lane or svmls_lane using floating-point unspec 115 UNSPEC. */ 117 expand_mla_mls_lane (function_expander &e, int unspec) 123 insn_code icode = code_for_aarch64_lane (unspec, e.vector_mode (0)); 179 CONSTEXPR svac_impl (int unspec) : m_unspec (unspec) {} 189 /* The unspec code for the underlying comparison. * 466 int unspec = (unsigned_p ? m_unspec_for_uint : m_unspec_for_sint); variable 679 int unspec = (e.type_suffix (1).unsigned_p variable 693 int unspec = (!e.type_suffix (0).integer_p ? UNSPEC_COND_FCVT variable 744 int unspec = unspec_for (e); variable 2346 int unspec = e.type_suffix (0).unsigned_p ? unpacku : unpacks; variable [all...] |
| aarch64.cc | 3272 if (GET_CODE (search) == UNSPEC && XINT (search, 1) == UNSPEC_SALT_ADDR) 4171 rtx unspec = XVECEXP (pat, 0, 1); local 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) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-functions.h | 264 unspec code, with separate codes for signed integers, unsigned 280 /* Return the unspec code to use for INSTANCE, based on type suffix 0. */ 290 /* The unspec code associated with signed-integer, unsigned-integer 300 /* A function_base for functions that have an associated unspec code. 337 CODE (UNSPEC, M) instead of using the generic predication-based 339 This is useful if the unspec doesn't describe the full operation or 358 /* A function that performs an unspec and then adds it to another value. */ 364 /* Generic unspec-based _lane function. */ 387 /* A function that performs an unspec and then subtracts it from 395 forms being associated with a single unspec each. * 490 int unspec = unspec_for (e); variable 520 int unspec = unspec_for (e); variable 672 int unspec; variable 718 int unspec = (!e.type_suffix (0).integer_p ? m_unspec_for_fp variable 808 int unspec = (e.type_suffix (1).unsigned_p variable [all...] |
| aarch64-sve-builtins-base.cc | 75 /* Return the UNSPEC_CMLA* unspec for rotation amount ROT. */ 89 /* Return the UNSPEC_FCMLA* unspec for rotation amount ROT. */ 103 /* Return the UNSPEC_COND_FCMLA* unspec for rotation amount ROT. */ 137 /* Expand a call to svmla_lane or svmls_lane using floating-point unspec 138 UNSPEC. */ 140 expand_mla_mls_lane (function_expander &e, int unspec) 146 insn_code icode = code_for_aarch64_lane (unspec, e.vector_mode (0)); 202 CONSTEXPR svac_impl (int unspec) : m_unspec (unspec) {} 212 /* The unspec code for the underlying comparison. * 489 int unspec = (unsigned_p ? m_unspec_for_uint : m_unspec_for_sint); variable 716 int unspec = (e.type_suffix (1).unsigned_p variable 730 int unspec = (!e.type_suffix (0).integer_p ? UNSPEC_COND_FCVT variable 786 int unspec = unspec_for (e); variable 2791 int unspec = e.type_suffix (0).unsigned_p ? unpacku : unpacks; variable [all...] |
| aarch64-ldp-fusion.cc | 1104 // interpret the unspec pair representation directly. 3112 rtx unspec = XEXP (pat, 1); local 3113 gcc_checking_assert (GET_CODE (unspec) == UNSPEC); 3114 rtx this_mem = XVECEXP (unspec, 0, 0); 3133 rtx unspec = XEXP (pattern, 1); local 3134 gcc_checking_assert (GET_CODE (unspec) == UNSPEC); 3136 regs[i] = XVECEXP (unspec, 0, i);
|
| aarch64-early-ra.cc | 3284 auto unspec = XINT (SET_SRC (pat), 1); local 3286 pat = gen_aarch64_strided2 (unspec, GET_MODE (op), regs[0], regs[1], 3290 pat = gen_aarch64_strided4 (unspec, GET_MODE (op), 3297 auto unspec = XINT (SET_SRC (pat), 1); local 3299 pat = gen_aarch64_strided2 (unspec, GET_MODE (op), 3303 pat = gen_aarch64_strided4 (unspec, GET_MODE (op),
|
| aarch64.cc | 1266 if (GET_CODE (search) == UNSPEC && XINT (search, 1) == UNSPEC_SALT_ADDR) 2431 rtx unspec = XVECEXP (pat, 0, 1); local 2432 gcc_assert (GET_CODE (unspec) == UNSPEC 2433 && XINT (unspec, 1) == UNSPEC_CALLEE_ABI); 2434 return XVECEXP (unspec, 0, 0); 3982 rtx unspec = gen_rtx_UNSPEC (mode, vec, UNSPEC_SME_VQ); local 3983 return gen_rtx_CONST (mode, unspec); 3997 if (GET_CODE (x) != UNSPEC 6270 rtx unspec = gen_rtx_UNSPEC (GET_MODE (dest), gen_rtvec (2, ptrue, src) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-p8swap.cc | 749 case UNSPEC: 877 body instead of a SET; and UNSPEC_STVE, which has an UNSPEC 906 && GET_CODE (SET_SRC (body)) != UNSPEC 928 && GET_CODE (SET_SRC (body)) == UNSPEC 944 || GET_CODE (SET_SRC (use_body)) != UNSPEC 977 && GET_CODE (SET_SRC (body)) == UNSPEC 1278 rtx unspec = XEXP (body, 1); local 1279 int half_elts = GET_MODE_NUNITS (GET_MODE (unspec)) >> 1; 1280 int lane = INTVAL (XVECEXP (unspec, 0, 1)); 1282 XVECEXP (unspec, 0, 1) = GEN_INT (lane) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-p8swap.cc | 747 case UNSPEC: 875 body instead of a SET; and UNSPEC_STVE, which has an UNSPEC 904 && GET_CODE (SET_SRC (body)) != UNSPEC 926 && GET_CODE (SET_SRC (body)) == UNSPEC 942 || GET_CODE (SET_SRC (use_body)) != UNSPEC 975 && GET_CODE (SET_SRC (body)) == UNSPEC 1276 rtx unspec = XEXP (body, 1); local 1277 int half_elts = GET_MODE_NUNITS (GET_MODE (unspec)) >> 1; 1278 int lane = INTVAL (XVECEXP (unspec, 0, 1)); 1280 XVECEXP (unspec, 0, 1) = GEN_INT (lane) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| c6x.cc | 1280 int unspec = UNSPEC_LOAD_GOT; 1300 tmp = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, addr), unspec); 1847 && GET_CODE (SET_SRC (pat)) == UNSPEC 1945 case UNSPEC: 2409 && GET_CODE (XEXP (x, 1)) == UNSPEC 2416 && GET_CODE (XEXP (x, 1)) == UNSPEC 2447 /* With -fpic, we must wrap it in an unspec to show the B14 3765 || (GET_CODE (t) == UNSPEC && XINT (t, 1) == UNSPEC_REAL_JUMP) 4505 if (GET_CODE (set) == UNSPEC) 5345 gcc_assert (GET_CODE (prev_pat) == UNSPEC 1270 int unspec = UNSPEC_LOAD_GOT; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| m68k.cc | 2411 /* M68K relocations, used to distinguish GOT and TLS relocations in UNSPEC 2418 /* Wrap symbol X into unspec representing relocation RELOC. 2486 if (GET_CODE (x) == UNSPEC) 2528 (const (unspec [(symbol)])) 2530 (const (plus (unspec [(symbol)]) 2533 The decoration is emitted when processing (unspec), so the 2538 (const (unspec [(plus (symbol) 2556 rtx unspec; 2559 unspec = XEXP (plus, 0); 2560 gcc_assert (GET_CODE (unspec) == UNSPEC) 2547 rtx unspec; local 5170 rtx unspec; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| c6x.cc | 1280 int unspec = UNSPEC_LOAD_GOT; 1300 tmp = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, addr), unspec); 1847 && GET_CODE (SET_SRC (pat)) == UNSPEC 1945 case UNSPEC: 2409 && GET_CODE (XEXP (x, 1)) == UNSPEC 2416 && GET_CODE (XEXP (x, 1)) == UNSPEC 2447 /* With -fpic, we must wrap it in an unspec to show the B14 3764 || (GET_CODE (t) == UNSPEC && XINT (t, 1) == UNSPEC_REAL_JUMP) 4504 if (GET_CODE (set) == UNSPEC) 5344 gcc_assert (GET_CODE (prev_pat) == UNSPEC 1270 int unspec = UNSPEC_LOAD_GOT; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| m68k.cc | 2407 /* M68K relocations, used to distinguish GOT and TLS relocations in UNSPEC 2414 /* Wrap symbol X into unspec representing relocation RELOC. 2482 if (GET_CODE (x) == UNSPEC) 2524 (const (unspec [(symbol)])) 2526 (const (plus (unspec [(symbol)]) 2529 The decoration is emitted when processing (unspec), so the 2534 (const (unspec [(plus (symbol) 2552 rtx unspec; 2555 unspec = XEXP (plus, 0); 2556 gcc_assert (GET_CODE (unspec) == UNSPEC) 2543 rtx unspec; local 5151 rtx unspec; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| tilegx.cc | 626 case UNSPEC: 1384 if (GET_CODE (x) == CONST && GET_CODE (XEXP (x, 0)) == UNSPEC) 4543 && GET_CODE (XEXP (src, 0)) == UNSPEC local 4553 rtx unspec; 4562 unspec = XEXP (SET_SRC (pattern), 0); 4563 gcc_assert (GET_CODE (unspec) == UNSPEC); 4564 gcc_assert (XINT (unspec, 1) == UNSPEC_HW1_LAST_PCREL); 4565 opnds[1] = XVECEXP (unspec, 0, 0); 4593 rtx unspec; 4583 rtx unspec; local 4611 rtx unspec; local 4668 rtx unspec; local 5133 int unspec = XINT (XEXP (x, 0), 1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| tilepro.cc | 574 case UNSPEC: 1147 if (GET_CODE (x) == CONST && GET_CODE (XEXP (x, 0)) == UNSPEC) 1503 /* Fixup for UNSPEC addresses. */ 1507 && GET_CODE (XEXP (XEXP (operands[1], 0), 0)) == UNSPEC) 1509 rtx unspec = XEXP (XEXP (operands[1], 0), 0); 1510 int unspec_num = XINT (unspec, 1); 1514 XVECEXP (unspec, 0, 0), 1515 XVECEXP (unspec, 0, 1))); 1521 XVECEXP (unspec, 0, 0))); 1527 XVECEXP (unspec, 0, 0))) 1505 rtx unspec = XEXP (XEXP (operands[1], 0), 0); local 4058 rtx unspec; local 4082 rtx unspec; local 4116 rtx unspec; local 4144 rtx unspec; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| bfin.cc | 145 int unspec; 149 unspec = UNSPEC_MOVE_PIC; 152 unspec = UNSPEC_FUNCDESC_GOT17M4; 154 unspec = UNSPEC_MOVE_FDPIC; 162 tmp = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, addr), unspec); 1228 && GET_CODE (XEXP (x, 1)) == UNSPEC 1256 if (GET_CODE (XEXP (op, 1)) == UNSPEC) 1589 case UNSPEC: 2743 && ((GET_CODE (XEXP (x, 1)) == UNSPEC && mode == SImode) 4063 && GET_CODE (SET_SRC (pat)) == UNSPEC 144 int unspec; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/csky/ |
| csky.cc | 2799 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_TLS) 2885 rtx label, labelno, unspec, tmp; local 2892 unspec = gen_rtx_UNSPEC (Pmode, 2896 emit_move_insn (reg, unspec); 2913 rtx dest, tp, label, labelno, unspec, ret, eqv, addend, tmp; local 2947 unspec = gen_rtx_UNSPEC (Pmode, 2951 emit_move_insn (reg, unspec); 2959 unspec = gen_rtx_UNSPEC (Pmode, 2962 emit_move_insn (reg, unspec); 3139 else if (code == UNSPEC) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2.cc | 1662 nios2_large_offset_p (int unspec) 1664 gcc_assert (nios2_unspec_reloc_name (unspec) != NULL); 1669 && (unspec == UNSPEC_PIC_SYM || unspec == UNSPEC_PIC_CALL_SYM)) 1673 if (unspec == UNSPEC_PIC_GOTOFF_SYM) 1679 /* Return true for conforming unspec relocations. Also used in 1685 && GET_CODE (XEXP (op, 0)) == UNSPEC 1693 && GET_CODE (XEXP (op, 0)) == UNSPEC 1697 /* Helper to generate unspec constant. */ 1699 nios2_unspec_offset (rtx loc, int unspec) 2680 rtx unspec, offset; local 3044 rtx unspec = XEXP (op, 0); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-v.cc | 2142 slide1_sew64_helper (int unspec, machine_mode mode, machine_mode demote_mode, 2174 if (unspec == UNSPEC_VSLIDE1UP) 2198 emit_insn (gen_pred_slide (unspec, demote_mode, temp, 2202 emit_insn (gen_pred_slide (unspec, demote_mode, 2418 unsigned int unspec local 2420 insn_code icode = code_for_pred_slide (unspec, mode); 2574 unsigned int unspec local 2576 insn_code icode = code_for_pred_slide (unspec, mode); 3619 unsigned int unspec local 3621 insn_code icode = code_for_pred_slide (unspec, d->vmode) [all...] |
| riscv-vector-builtins-bases.cc | 206 int unspec = ORDERED_P ? UNSPEC_ORDERED : UNSPEC_UNORDERED; variable 209 code_for_pred_indexed_store (unspec, e.vector_mode (), 219 code_for_pred_indexed_load_same_eew (unspec, e.vector_mode ())); 228 unspec, e.vector_mode ())); 232 unspec, e.vector_mode ())); 236 unspec, e.vector_mode ())); 249 unspec, e.vector_mode ())); 253 unspec, e.vector_mode ())); 257 unspec, e.vector_mode ())); 370 template<int UNSPEC> [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| bfin.cc | 145 int unspec; 149 unspec = UNSPEC_MOVE_PIC; 152 unspec = UNSPEC_FUNCDESC_GOT17M4; 154 unspec = UNSPEC_MOVE_FDPIC; 162 tmp = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, addr), unspec); 1228 && GET_CODE (XEXP (x, 1)) == UNSPEC 1256 if (GET_CODE (XEXP (op, 1)) == UNSPEC) 1589 case UNSPEC: 2742 && ((GET_CODE (XEXP (x, 1)) == UNSPEC && mode == SImode) 4062 && GET_CODE (SET_SRC (pat)) == UNSPEC 144 int unspec; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| csky.cc | 2793 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_TLS) 2879 rtx label, labelno, unspec, tmp; local 2886 unspec = gen_rtx_UNSPEC (Pmode, 2890 emit_move_insn (reg, unspec); 2907 rtx dest, tp, label, labelno, unspec, ret, eqv, addend, tmp; local 2941 unspec = gen_rtx_UNSPEC (Pmode, 2945 emit_move_insn (reg, unspec); 2953 unspec = gen_rtx_UNSPEC (Pmode, 2956 emit_move_insn (reg, unspec); 3133 else if (code == UNSPEC) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2.cc | 1662 nios2_large_offset_p (int unspec) 1664 gcc_assert (nios2_unspec_reloc_name (unspec) != NULL); 1669 && (unspec == UNSPEC_PIC_SYM || unspec == UNSPEC_PIC_CALL_SYM)) 1673 if (unspec == UNSPEC_PIC_GOTOFF_SYM) 1679 /* Return true for conforming unspec relocations. Also used in 1685 && GET_CODE (XEXP (op, 0)) == UNSPEC 1693 && GET_CODE (XEXP (op, 0)) == UNSPEC 1697 /* Helper to generate unspec constant. */ 1699 nios2_unspec_offset (rtx loc, int unspec) 2676 rtx unspec, offset; local 3040 rtx unspec = XEXP (op, 0); local [all...] |