Searched refs:INDEX (Results 51 - 75 of 77) sorted by relevance

1234

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.c170 INDEX = 259, /* INDEX */ enumerator in enum:yytokentype
186 #define INDEX 259 macro
227 YYSYMBOL_INDEX = 4, /* INDEX */
645 "\"end of file\"", "error", "\"invalid token\"", "ET", "INDEX",
1227 case 11: /* statement: INDEX NUMBER */
H A Dlex.c826 { return INDEX; }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Davx512fintrin.h10505 #define _mm512_i32gather_ps(INDEX, ADDR, SCALE) \
10508 (__v16si)(__m512i) (INDEX), \
10512 #define _mm512_mask_i32gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
10515 (__v16si)(__m512i) (INDEX), \
10519 #define _mm512_i32gather_pd(INDEX, ADDR, SCALE) \
10522 (__v8si)(__m256i) (INDEX), \
10525 #define _mm512_mask_i32gather_pd(V1OLD, MASK, INDEX, ADDR, SCALE) \
10528 (__v8si)(__m256i) (INDEX), \
10532 #define _mm512_i64gather_ps(INDEX, ADDR, SCALE) \
10535 (__v8di)(__m512i) (INDEX), \
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Davx512fintrin.h10647 #define _mm512_i32gather_ps(INDEX, ADDR, SCALE) \
10650 (__v16si)(__m512i) (INDEX), \
10654 #define _mm512_mask_i32gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
10657 (__v16si)(__m512i) (INDEX), \
10661 #define _mm512_i32gather_pd(INDEX, ADDR, SCALE) \
10664 (__v8si)(__m256i) (INDEX), \
10667 #define _mm512_mask_i32gather_pd(V1OLD, MASK, INDEX, ADDR, SCALE) \
10670 (__v8si)(__m256i) (INDEX), \
10674 #define _mm512_i64gather_ps(INDEX, ADDR, SCALE) \
10677 (__v8di)(__m512i) (INDEX), \
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in7225 open (INDEX, ">", $html_output_file)
7236 print INDEX $html_header;
7237 print INDEX $html_gprofng;
7238 print INDEX "$_" for @g_html_experiment_stats;
7239 print INDEX "$_" for @table_execution_stats;
7257 print INDEX "<br>\n";
7258 ## print INDEX "<b>\n";
7259 print INDEX $html_experiment_info;
7260 print INDEX $html_warnings_page;;
7261 ## print INDEX "<b
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in10091 open (INDEX, ">", $html_output_file)
10102 print INDEX $html_header;
10103 print INDEX $html_gprofng;
10104 print INDEX "$_" for @g_html_experiment_stats;
10105 print INDEX "$_" for @table_execution_stats;
10124 print INDEX "<br>\n";
10125 ## print INDEX "<b>\n";
10126 print INDEX $html_experiment_info;
10127 print INDEX $html_warnings_page;
10128 ## print INDEX "<b
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-address.c97 #define TEMPL_IDX(AS, SYMBOL, BASE, INDEX, STEP, OFFSET) \
101 | ((INDEX != 0) << 2) \
105 /* Stores address for memory reference with parameters SYMBOL, BASE, INDEX,
H A Dtree.h1111 within INDEX). IX must be a scratch variable of unsigned integer type. */
1112 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \
1116 (INDEX = (*V)[IX].index), \
1120 /* Append a new constructor element to V, with the specified INDEX and VAL. */
1121 #define CONSTRUCTOR_APPEND_ELT(V, INDEX, VALUE) \
1123 constructor_elt _ce___ = {INDEX, VALUE}; \
H A Dreload.c5567 #define REG_OK_FOR_CONTEXT(CONTEXT, REGNO, MODE, AS, OUTER, INDEX) \
5569 ? regno_ok_for_base_p (REGNO, MODE, AS, OUTER, INDEX) \
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dctl.c245 #define INDEX(i) {false}, i##_index macro
338 {INDEX(arena_i)}
351 {INDEX(arenas_bin_i)}
362 {INDEX(arenas_lextent_i)}
444 {INDEX(stats_arenas_i_bins_j)}
458 {INDEX(stats_arenas_i_lextents_j)}
504 {INDEX(stats_arenas_i)}
560 #undef INDEX macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-address.cc97 #define TEMPL_IDX(AS, SYMBOL, BASE, INDEX, STEP, OFFSET) \
101 | ((INDEX != 0) << 2) \
105 /* Stores address for memory reference with parameters SYMBOL, BASE, INDEX,
H A Dtree.h1136 within INDEX). IX must be a scratch variable of unsigned integer type. */
1137 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \
1141 (INDEX = (*V)[IX].index), \
1145 /* Append a new constructor element to V, with the specified INDEX and VAL. */
1146 #define CONSTRUCTOR_APPEND_ELT(V, INDEX, VALUE) \
1148 constructor_elt _ce___ = {INDEX, VALUE}; \
H A Dreload.cc5538 #define REG_OK_FOR_CONTEXT(CONTEXT, REGNO, MODE, AS, OUTER, INDEX) \
5540 ? regno_ok_for_base_p (REGNO, MODE, AS, OUTER, INDEX) \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprincipal.c412 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c122 #define DEF_OV_TYPE(INDEX, args...) { args },
H A Ds390.c653 #define DEF_TYPE(INDEX, NODE, CONST_P) \
654 if (s390_builtin_types[INDEX] == NULL) \
655 s390_builtin_types[INDEX] = (!CONST_P) ? \
659 #define DEF_POINTER_TYPE(INDEX, INDEX_BASE) \
660 if (s390_builtin_types[INDEX] == NULL) \
661 s390_builtin_types[INDEX] = \
665 #define DEF_DISTINCT_TYPE(INDEX, INDEX_BASE) \
666 if (s390_builtin_types[INDEX] == NULL) \
667 s390_builtin_types[INDEX] = \
671 #define DEF_VECTOR_TYPE(INDEX, INDEX_BAS
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc122 #define DEF_OV_TYPE(INDEX, args...) { args },
H A Ds390.cc689 #define DEF_TYPE(INDEX, NODE, CONST_P) \
690 if (s390_builtin_types[INDEX] == NULL) \
691 s390_builtin_types[INDEX] = (!CONST_P) ? \
695 #define DEF_POINTER_TYPE(INDEX, INDEX_BASE) \
696 if (s390_builtin_types[INDEX] == NULL) \
697 s390_builtin_types[INDEX] = \
701 #define DEF_DISTINCT_TYPE(INDEX, INDEX_BASE) \
702 if (s390_builtin_types[INDEX] == NULL) \
703 s390_builtin_types[INDEX] = \
707 #define DEF_VECTOR_TYPE(INDEX, INDEX_BAS
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsve.s13336 INDEX Z0.B, W0, W0
13338 INDEX Z1.B, W0, W0
13340 INDEX Z31.B, W0, W0
13342 INDEX Z0.B, W2, W0
13344 INDEX Z0.B, WZR, W0
13346 INDEX Z0.B, W0, W3
13348 INDEX Z0.B, W0, WZR
13350 INDEX Z0.H, W0, W0
13352 INDEX Z1.H, W0, W0
13354 INDEX Z3
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dytab.c175 INDEX = 305, enumerator in enum:yytokentype
588 "GSUB", "IF", "INDEX", "LSUBSTR", "MATCHFCN", "NEXT", "NEXTFILE", "ADD",
3342 { (yyval.p) = op2(INDEX, (yyvsp[-3].p), (yyvsp[-1].p)); }
3349 (yyval.p) = op2(INDEX, (yyvsp[-3].p), (Node*)(yyvsp[-1].s)); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp364 STRINGIFY_CODE(METADATA, INDEX)
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dnid.h715 #define INDEX(x) ((x) << 6) macro
H A Dradeon_ni_dpm.c3370 INDEX(0x09D4));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c87 enum insn_type { MOV, MVN, INDEX, PTRUE }; enumerator in enum:simd_immediate_info::insn_type
118 /* For INDEX. */
161 : elt_mode (elt_mode_in), insn (INDEX)
4982 N + I * INDEX of the SVE register. */
5017 /* Try using INDEX. */
17886 /* Return true if BASE_OR_STEP is a valid immediate operand for an SVE INDEX
18267 /* Get the corresponding container mode. E.g. an INDEX on V2SI
18364 has a step in the range of INDEX. Return the index expression if so,
20390 if (info.insn == simd_immediate_info::INDEX)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc94 enum insn_type { MOV, MVN, INDEX, PTRUE }; enumerator in enum:simd_immediate_info::insn_type
125 /* For INDEX. */
168 : elt_mode (elt_mode_in), insn (INDEX)
6269 N + I * INDEX of the SVE register. */
6304 /* Try using INDEX. */
21032 /* Return true if BASE_OR_STEP is a valid immediate operand for an SVE INDEX
21413 /* Get the corresponding container mode. E.g. an INDEX on V2SI
21510 has a step in the range of INDEX. Return the index expression if so,
23530 if (info.insn == simd_immediate_info::INDEX)

Completed in 881 milliseconds

1234