Searched refs:i1 (Results 76 - 100 of 150) sorted by relevance

123456

/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h197 int bridge_compare_sysidx(uint32_t i1, uint32_t i2);
H A Dbridge_if.c165 * i1 < i2 : -1
166 * i1 > i2 : +1
167 * i1 = i2 : 0
170 bridge_compare_sysidx(uint32_t i1, uint32_t i2) argument
175 if (i1 == i2)
178 if ((b1 = bridge_if_find_name(i1)) == NULL) {
179 syslog(LOG_ERR, "Bridge interface %d does not exist", i1);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c292 unsigned i1 = U2I(newNU); local
293 if (i0 == i1)
295 if (p->FreeList[i1] != 0)
297 void *ptr = RemoveNode(p, i1);
302 SplitBlock(p, oldPtr, i0, i1);
/freebsd-10.0-release/contrib/gcc/
H A Dreload1.c5689 int i1;
5707 for (i1 = 0; i1 < n_earlyclobbers; i1++)
5710 reload_earlyclobbers[i1]))
5713 if (i1 != n_earlyclobbers
7907 rtx i1;
7958 for (i1 = reg_equiv_alt_mem_list [REGNO (reg)]; i1; i1
5666 int i1; local
7880 rtx i1; local
[all...]
H A Dreg-stack.c824 rtx i1; /* the stack-reg insn prior to INSN */
851 i1 = NULL;
864 i1 = tmp;
871 if (i1 != NULL_RTX
872 && (i1set = single_set (i1)) != NULL_RTX)
883 && find_regno_note (i1, REG_DEAD, FIRST_STACK_REG) == NULL_RTX)
891 && find_regno_note (i1, REG_DEAD, FIRST_STACK_REG) == NULL_RTX)
908 if (i1)
909 emit_insn_after (swap_rtx, i1);
814 rtx i1; /* the stack-reg insn prior to INSN */ local
H A Dtree-data-ref.c2975 | i1 = u21
2980 | x0 = i0 + i1 * t,
2983 int i0, j0, i1, j1;
3011 i1 = U[1][0];
3014 if ((i1 == 0 && i0 < 0)
3028 if (i1 > 0)
3030 tau1 = CEIL (-i0, i1);
3031 tau2 = FLOOR_DIV (niter - i0, i1);
3039 x0 = i1 * tau1 + i0;
3046 min_multiple = MIN (x0 / i1, y
2979 int i0, j0, i1, j1; local
[all...]
H A Dloop-unroll.c1477 const struct iv_to_split *i1 = ivts1; local
1480 return i1->insn == i2->insn;
1497 const struct var_to_expand *i1 = ivts1; local
1500 return i1->insn == i2->insn;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1354 (VT == MVT::i1 ||
1386 cast<VTSDNode>(Op0.getOperand(1))->getVT() == MVT::i1)
1775 if (N0.getValueType() == MVT::i1 && foldBooleans) {
1779 Temp = DAG.getNode(ISD::XOR, dl, MVT::i1, N0, N1);
1780 N0 = DAG.getNOT(dl, Temp, MVT::i1);
1785 N0 = DAG.getNode(ISD::XOR, dl, MVT::i1, N0, N1);
1789 Temp = DAG.getNOT(dl, N0, MVT::i1);
1790 N0 = DAG.getNode(ISD::AND, dl, MVT::i1, N1, Temp);
1796 Temp = DAG.getNOT(dl, N1, MVT::i1);
1797 N0 = DAG.getNode(ISD::AND, dl, MVT::i1, N
[all...]
H A DFastISel.cpp152 if (VT == MVT::i1 || VT == MVT::i8 || VT == MVT::i16)
369 // MVT::i1 is special. Allow AND, OR, or XOR because they
371 if (VT == MVT::i1 &&
930 // allow i1 because it's easy.
935 if (!TLI.isTypeLegal(VT) && VT != MVT::i1)
1477 if (VT == MVT::i1 || VT == MVT::i8 || VT == MVT::i16)
H A DLegalizeTypesGeneric.cpp493 assert(Cond.getValueType().getVectorElementType() == MVT::i1 &&
496 EVT VCondTy = EVT::getVectorVT(*DAG.getContext(), MVT::i1, NumElements / 2);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c1292 int i1, i2, lasti2; local
1297 i1 = 0;
1301 while (i1 < rangelist1->nelts && i2 < rangelist2->nelts)
1305 elt1 = APR_ARRAY_IDX(rangelist1, i1, svn_merge_range_t *);
1346 i1++;
1415 i1++;
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1703 struct pfi_entry *i1, *i2; local
1710 i1 = TAILQ_FIRST(&pfi_table);
1711 while (i1 != NULL) {
1712 i2 = TAILQ_NEXT(i1, link);
1713 free(i1);
1714 i1 = i2;
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsparccpuid.S102 clr %i1
199 add %i2,%i1,%i2
/freebsd-10.0-release/sys/kern/
H A Dsubr_witness.c1988 int i1, i2; local
1990 i1 = w1->w_index;
1992 WITNESS_INDEX_ASSERT(i1);
1994 r1 = w_rmatrix[i1][i2] & WITNESS_RELATED_MASK;
1995 r2 = w_rmatrix[i2][i1] & WITNESS_RELATED_MASK;
2003 fname, w1->w_name, i1, w2->w_name, i2, i1, i2, r1,
2004 i2, i1, r2);
/freebsd-10.0-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp828 uint16 i1 = f.get_uint16(); local
831 if (char_table[i1].symbol_set != NO_SYMBOL_SET
833 && char_table[i1].charcode < charcode_name_table_size
835 for (name_list *p = charcode_name_table[char_table[i1].charcode];
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipfcomp.c251 const mc_t *i1 = (const mc_t *)c1, *i2 = (const mc_t *)c2; local
253 if (i1->n == i2->n) {
254 return i1->c - i2->c;
256 return i2->n - i1->n;
/freebsd-10.0-release/gnu/usr.bin/rcs/
H A Drcstest228 ident a.c >a.i1 &&
229 sed -e 1d -e 's/^[ ]*//' a.i1 >a.i2 &&
/freebsd-10.0-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp803 int i1 = lig_chars[lig_table[i].c1].i; local
806 if (i1 >= 0 && i2 >= 0 && r >= 0) {
808 if (t.get_lig(i1, i2, &c) && c == r) {
/freebsd-10.0-release/contrib/libreadline/
H A Dtext.c1563 return (_rl_char_search (data->count, data->i1, data->i2));
1575 _rl_callback_data->i1 = FFIND;
1593 _rl_callback_data->i1 = BFIND;
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp916 // Pattern: (select:i32 (setcc:i1 (sext_inreg:i32 IntRegs:i32:$src2,
926 N0.getNode()->getValueType(N0.getResNo()) == MVT::i1 &&
940 // Pattern: (select:i32 (setcc:i1 (sext_inreg:i32 IntRegs:i32:$src2,
950 N0.getNode()->getValueType(N0.getResNo()) == MVT::i1 &&
1228 SDNode *PdRs = CurDAG->getMachineNode(Hexagon::TFR_PdRs, dl, MVT::i1,
1275 if (N->getValueType(0) == MVT::i1) {
1285 SDNode* Pd = CurDAG->getMachineNode(Hexagon::TFR_PdRs, dl, MVT::i1,
1289 SDNode* NotPd = CurDAG->getMachineNode(Hexagon::NOT_p, dl, MVT::i1,
1293 Result = CurDAG->getMachineNode(Hexagon::XOR_pp, dl, MVT::i1,
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp174 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
189 case MVT::i1:
247 case MVT::i1: {
254 // FALLTHROUGH, handling i1 as i8.
298 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
781 if (SrcVT != MVT::i1 && SrcVT != MVT::i8 && SrcVT != MVT::i16)
789 if (SrcVT == MVT::i1) {
1009 // Handle zero-extension from i1 to i8, which is common.
1118 // Handle things like "%cond = trunc i32 %X to i1 / br i1
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp2975 uint64_t i1 = api.getRawData()[0];
2978 uint64_t mysignificand = i1;
3009 uint64_t i1 = api.getRawData()[0];
3015 initFromDoubleAPInt(APInt(64, i1));
3035 uint64_t i1 = api.getRawData()[0];
3038 uint64_t mysignificand = i1;
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp86 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
87 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
88 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
140 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1063 case MVT::i1:
1074 case MVT::i1:
1097 case MVT::i1:
1109 case MVT::i1:
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Demmintrin.h1091 _mm_set_epi32(int i3, int i2, int i1, int i0) argument
1093 return (__m128i)(__v4si){ i0, i1, i2, i3};
1145 _mm_setr_epi32(int i0, int i1, int i2, int i3) argument
1147 return (__m128i)(__v4si){ i0, i1, i2, i3};

Completed in 477 milliseconds

123456