Home
last modified time | relevance | path

Searched refs:DUP (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl15.c39 #define DUP 0 macro
65 {DUP, 1, "dup"},
139 case DUP: in run_test()
/third_party/curl/lib/
Durlapi.c1078 #define DUP(dest, src, name) \ macro
1091 DUP(u, in, scheme); in curl_url_dup()
1092 DUP(u, in, user); in curl_url_dup()
1093 DUP(u, in, password); in curl_url_dup()
1094 DUP(u, in, options); in curl_url_dup()
1095 DUP(u, in, host); in curl_url_dup()
1096 DUP(u, in, port); in curl_url_dup()
1097 DUP(u, in, path); in curl_url_dup()
1098 DUP(u, in, query); in curl_url_dup()
1099 DUP(u, in, fragment); in curl_url_dup()
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/
Dparser.hpp204 token_stack_.push (token::DUP); in reduce()
210 token_stack_.push (token::DUP); in reduce()
216 token_stack_.push (token::DUP); in reduce()
222 token_stack_.push (token::DUP); in reduce()
284 BOOST_ASSERT(handle_.top ()._type == token::DUP); in repeat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleSwift.td933 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
935 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)(wb|_UPD)",
939 (instregex "VLD2(DUP|LN)(d|q)(8|16|32|8x2|16x2|32x2)$",
953 (instregex "VLD3(DUP|LN)(d|q)(8|16|32)$",
954 "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
957 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)_UPD")>;
960 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo_UPD")>;
964 (instregex "VLD4(LN|DUP)(d|q)(8|16|32)$",
965 "VLD4(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
969 (instregex "VLD4(DUP|LN)(d|q)(8|16|32)_UPD")>;
[all …]
DARMScheduleA57.td158 "VLD(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
160 "VST(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
1284 "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
1286 "VLD1(LN|DUP)(d|q)(8|16|32)(wb|_UPD)", "VLD1LNq(8|16|32)Pseudo_UPD")>;
1301 (instregex "VLD2(DUP|LN)(d|q)(8|16|32|8x2|16x2|32x2)$",
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dnum_token.hpp24 DUP, OR, CHARSET, MACRO, OPENPAREN, CLOSEPAREN, OPT, AOPT, enumerator
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/
Dstateful-lambdas.patch63 // after which we need to insert our NEW/DUP pair
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td362 // DUP V,R
365 // DUP V,V[x] is a WriteV.
DAArch64SchedFalkorDetails.td909 def : InstRW<[FalkorWr_1GTOV_1cyc], (instregex "^DUP(v8i8|v4i16|v2i32)(gpr|lane)$")>;
910 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^DUP(v16i8|v8i16)(gpr|lane)$")>;
937 def : InstRW<[FalkorWr_2GTOV_1cyc], (instregex "^DUP(v4i32|v2i64)(gpr|lane)$")>;
DAArch64ISelLowering.h74 DUP, enumerator
DAArch64ISelLowering.cpp1262 case AArch64ISD::DUP: return "AArch64ISD::DUP"; in getTargetNodeName()
7232 return DAG.getNode(AArch64ISD::DUP, dl, V1.getValueType(), in LowerVECTOR_SHUFFLE()
7238 return DAG.getNode(AArch64ISD::DUP, dl, VT, V1.getOperand(Lane)); in LowerVECTOR_SHUFFLE()
7412 return DAG.getNode(AArch64ISD::DUP, dl, VT, SplatVal); in LowerSPLAT_VECTOR()
7415 return DAG.getNode(AArch64ISD::DUP, dl, VT, SplatVal); in LowerSPLAT_VECTOR()
8023 return DAG.getNode(AArch64ISD::DUP, dl, VT, Value); in LowerBUILD_VECTOR()
8072 Val = DAG.getNode(AArch64ISD::DUP, dl, VT, ConstantValue); in LowerBUILD_VECTOR()
10233 if (N->getOpcode() == AArch64ISD::DUP || N->getOpcode() == ISD::SPLAT_VECTOR) in isConstantSplatVectorMaskForType()
10491 case AArch64ISD::DUP: in tryExtendDUPToExtractHigh()
10905 if (Comparator.getOpcode() == AArch64ISD::DUP || in tryConvertSVEWideCompare()
[all …]
DAArch64InstrInfo.td431 def AArch64dup : SDNode<"AArch64ISD::DUP", SDT_AArch64Dup>;
4759 // AdvSIMD INS/DUP instructions
4778 // DUP from a 64-bit register to a 64-bit register is just a copy
4832 Instruction DUP, SDNodeXForm IdxXFORM> {
4835 (DUP V128:$Rn, (IdxXFORM imm:$idx))>;
4839 (DUP (SUBREG_TO_REG (i64 0), V64:$Rn, dsub), (IdxXFORM imm:$idx))>;
4850 multiclass DUPWithTrunci64Pats<ValueType ResVT, Instruction DUP,
4854 (DUP V128:$Rn, (IdxXFORM imm:$idx))>;
4858 (DUP (SUBREG_TO_REG (i64 0), V64:$Rn, dsub), (IdxXFORM imm:$idx))>;
5052 // subregister extractions, or a MOV (aka CPY here, alias for DUP) if
[all …]
DAArch64SchedKryoDetails.td573 (instregex "DUP(v8i8|v4i16|v2i32)(gpr|lane)")>;
579 (instregex "DUP(v16i8|v8i16|v4i32|v2i64)(gpr|lane)")>;
DAArch64InstrFormats.td6950 // AdvSIMD INS/DUP instructions
7411 // 'DUP' mnemonic aliases.
7816 // 2 variants for the .2s version: DUPLANE from 128-bit and DUP scalar.
7828 // 2 variants for the .4s version: DUPLANE from 128-bit and DUP scalar.
7839 // 2 variants for the .2d version: DUPLANE from 128-bit and DUP scalar.
DAArch64ISelDAGToDAG.cpp144 case AArch64ISD::DUP: in SelectDupZeroOrUndef()
DSVEInstrFormats.td1329 // All Zd.b forms have a CPY/DUP equivalent, hence no byte alias here.
/third_party/python/Lib/
Dpickle.py115 DUP = b'2' # duplicate top stack item variable
1606 dispatch[DUP[0]] = load_dup
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m42529 # m4_append_uniq(MACRO-NAME, STRING, [SEPARATOR], [IF-UNIQ], [IF-DUP])
2532 # expand IF-UNIQ if STRING was appended, or IF-DUP if STRING was already
2946 # m4_set_add(SET, VALUE, [IF-UNIQ], [IF-DUP])
2949 # addition, and IF-DUP if it is already in the set. Addition of one
/third_party/python/Modules/
D_pickle.c42 DUP = '2', enumerator
6919 OP(DUP, load_dup) in load()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenFastISel.inc574 // FastEmit functions for AArch64ISD::DUP.
4703 case AArch64ISD::DUP: return fastEmit_AArch64ISD_DUP_r(VT, RetVT, Op0, Op0IsKill);
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
DUnicodeData.txt11319 A117;YI SYLLABLE DUP;Lo;0;L;;;;;N;;;;;
/third_party/boost/libs/spirit/workbench/unicode/
DUnicodeData.txt11319 A117;YI SYLLABLE DUP;Lo;0;L;;;;;N;;;;;
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DUnicodeData.txt12487 A117;YI SYLLABLE DUP;Lo;0;L;;;;;N;;;;;
/third_party/pcre2/pcre2/maint/Unicode.tables/
DUnicodeData.txt12580 A117;YI SYLLABLE DUP;Lo;0;L;;;;;N;;;;;
/third_party/skia/third_party/externals/icu/source/data/unidata/
DUnicodeData.txt12487 A117;YI SYLLABLE DUP;Lo;0;L;;;;;N;;;;;

12