Searched refs:IX (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DEnumeratedArray.h27 for (IndexType IX = 0; IX < Size; ++IX) {
28 Underlying[IX] = V;
32 auto IX = static_cast<const IndexType>(Index); local
33 assert(IX >= 0 && IX < Size && "Index is out of bounds.");
34 return Underlying[IX];
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Datend.s6 LD A, (IX + offsetAtStart)
9 LD A, (IX + offsetAtEnd)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmodify.c707 #define IX(x) ix[x] macro
748 COMP(cv[IX(i)], a);
762 COMP( cv[IX(l)], cv[IX(ir)] );
769 COMP( cv[IX(l+1)], cv[IX(ir)] );
776 COMP( cv[IX(l)], cv[IX(l+1)] );
785 a = cv[IX(i)];
789 COMP( cv[IX(
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dcpustate.h264 IX = (1 << IX_IDX), enumerator in enum:FPSRMask
268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
H A Dsimulator.c8282 Out of Range raises IO and IX and saturates value
8283 Denormal raises ID and IX and sets to zero. */
8301 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8306 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8312 aarch64_set_FPSR_bits (cpu, IO | IX | ID, IX | ID); \
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dcpustate.h263 IX = (1 << IX_IDX), enumerator in enum:FPSRMask
267 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
H A Dsimulator.c8270 Out of Range raises IO and IX and saturates value
8271 Denormal raises ID and IX and sets to zero. */
8289 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8294 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \
8300 aarch64_set_FPSR_bits (cpu, IO | IX | ID, IX | ID); \
/netbsd-current/external/gpl2/xcvs/dist/doc/
H A Dmkman.pl274 s/^\@cindex\s+(.*)$/.IX "$1"/;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h143 #define BINDING_VECTOR_CLUSTER(NODE,IX) \
144 (((tree_binding_vec *)BINDING_VECTOR_CHECK (NODE))->vec[IX])
/netbsd-current/libexec/makewhatis/
H A Dmakewhatis.c876 static const char IX[] = ".IX TITLE"; local
896 } while (strncasecmp(buffer, IX, sizeof(IX) - 1) != 0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp546 BBInfo(unsigned IX) : Group(this), Index(IX) {} argument
1011 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} argument
1013 UseBBInfo(unsigned IX, uint64_t C) argument
1014 : BBInfo(IX), CountValue(C), CountValid(true) {}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h1100 value of each element (stored within VAL). IX must be a scratch variable
1102 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \
1103 for (IX = 0; (IX >= vec_safe_length (V)) \
1105 : ((VAL = (*(V))[IX].value), \
1107 (IX)++)
1111 within INDEX). IX must be a scratch variable of unsigned integer type. */
1112 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \
1113 for (IX = 0; (IX >
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree.h1125 value of each element (stored within VAL). IX must be a scratch variable
1127 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \
1128 for (IX = 0; (IX >= vec_safe_length (V)) \
1130 : ((VAL = (*(V))[IX].value), \
1132 (IX)++)
1136 within INDEX). IX must be a scratch variable of unsigned integer type. */
1137 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \
1138 for (IX = 0; (IX >
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3877 #define SKIP_BITFIELDS(IX, ENDIX, VEC) { \
3878 while ((IX < ENDIX) && VEC[IX]->isBitField()) \
3879 ++IX; \
3880 if (IX < ENDIX) \
3881 --IX; \
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dppc-opc.c2467 /* The IX field in xxsplti32dx. */ macro
2468 #define IX UIM8 + 1
2472 #define PMSK8 IX + 1
8828 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c2992 /* The IX field in xxsplti32dx. */ macro
2993 #define IX UIM8 + 1
2997 #define PMSK8 IX + 1
9518 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dppc-opc.c3067 /* The IX field in xxsplti32dx. */ macro
3068 #define IX UIM8 + 1
3072 #define PMSK8 IX + 1
9782 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c2992 /* The IX field in xxsplti32dx. */ macro
2993 #define IX UIM8 + 1
2997 #define PMSK8 IX + 1
9518 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},

Completed in 653 milliseconds