/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_64.c | 38 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 41 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate() 45 return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SLJIT_SUCCESS; in load_immediate() 79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate() 81 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate() 88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate() 89 return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 113 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar)); in load_immediate() 114 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_a in load_immediate() [all...] |
H A D | sljitNativeMIPS_common.c | 120 #define TA(t) ((sljit_ins)(t) << 16) macro 858 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter() 859 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | TA(OTHER_FLAG) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter() 867 FAIL_IF(push_inst(compiler, STORE_W | base | TA(RETURN_ADDR_REG) | IMM(offset), UNMOVABLE_INS)); in sljit_emit_enter() 923 FAIL_IF(push_inst(compiler, MTC1 | TA(4 + arg_count) | FS(float_arg_count), MOVABLE_INS)); in sljit_emit_enter() 924 FAIL_IF(push_inst(compiler, MTC1 | TA(5 + arg_count) | FS(float_arg_count) | (1 << 11), MOVABLE_INS)); in sljit_emit_enter() 936 FAIL_IF(push_inst(compiler, MTC1 | TA(4 + arg_count) | FS(float_arg_count), MOVABLE_INS)); in sljit_emit_enter() 952 FAIL_IF(push_inst(compiler, ADDU_W | SA(4 + arg_count) | TA(0) | D(tmp), DR(tmp))); in sljit_emit_enter() 991 FAIL_IF(push_inst(compiler, ADDU_W | SA(3 + arg_count) | TA(0) | D(tmp), DR(tmp))); in sljit_emit_enter() 1069 FAIL_IF(push_inst(compiler, LOAD_W | S(SLJIT_SP) | TA(RETURN_ADDR_RE in emit_stack_frame_release() [all...] |
H A D | sljitNativeMIPS_32.c | 32 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 35 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate() 38 return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SLJIT_SUCCESS; in load_immediate() 149 prev_ins = MFC1 | TA(6) | FS(float_arg_count) | (1 << 11); in call_with_args() 150 ins = MFC1 | TA(7) | FS(float_arg_count); in call_with_args() 160 ins = MFC1 | TA(4 + (*offsets_ptr >> 2)) | FS(float_arg_count); in call_with_args() 172 ins = ADDU | S(word_arg_count) | TA(0) | DA(4 + (*offsets_ptr >> 2)); in call_with_args() 174 ins = ADDU | S(SLJIT_R0) | TA(0) | DA(4); in call_with_args() 271 FAIL_IF(push_inst(compiler, ADDU | S(src) | TA( in sljit_emit_icall() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFLiveness.cpp | 141 auto TA = DFG.addr<DefNode*>(DefQ[i]); in getAllReachingDefs() local 142 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs() 145 RegisterRef RR = TA.Addr->getRegRef(DFG); in getAllReachingDefs() 146 if (!DFG.IsPreservingDef(TA)) in getAllReachingDefs() 151 for (auto S : DFG.getRelatedRefs(TA.Addr->getOwner(DFG), TA)) in getAllReachingDefs() 160 auto TA = DFG.addr<DefNode*>(N); in getAllReachingDefs() local 161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() 162 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs() 164 Defs.insert(TA in getAllReachingDefs() 233 auto TA = DFG.addr<InstrNode*>(T); getAllReachingDefs() local [all...] |
H A D | RDFGraph.cpp | 1158 auto Related = [this,RA](NodeAddr<RefNode*> TA) -> bool { in getNextRelated() 1159 if (TA.Addr->getKind() != RA.Addr->getKind()) in getNextRelated() 1161 if (TA.Addr->getRegRef(*this) != RA.Addr->getRegRef(*this)) in getNextRelated() 1165 auto RelatedStmt = [&Related,RA](NodeAddr<RefNode*> TA) -> bool { in getNextRelated() 1166 return Related(TA) && in getNextRelated() 1167 &RA.Addr->getOp() == &TA.Addr->getOp(); in getNextRelated() 1169 auto RelatedPhi = [&Related,RA](NodeAddr<RefNode*> TA) -> bool { in getNextRelated() 1170 if (!Related(TA)) in getNextRelated() 1172 if (TA.Addr->getKind() != NodeAttrs::Use) in getNextRelated() 1175 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated() 1566 linkRefUp(NodeAddr<InstrNode*> IA, NodeAddr<T> TA, DefStack &DS) linkRefUp() argument 1731 auto TA = addr<UseNode*>(RDA.Addr->getReachedUse()); unlinkUseDF() local 1805 auto TA = addr<DefNode*>(RDA.Addr->getReachedDef()); unlinkDefDF() local [all...] |
H A D | HexagonRDFOpt.cpp | 164 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run() 165 NodeAddr<StmtNode*> SA = TA; in run()
|
H A D | RDFDeadCode.cpp | 101 for (NodeAddr<DefNode*> TA : DFG.getRelatedRefs(IA, DA)) in processDef() 102 LiveNodes.insert(TA.Id); in processDef()
|
H A D | RDFGraph.h | 856 NodeAddr<T> TA, DefStack &DS);
|
/third_party/mbedtls/library/ |
H A D | bignum.c | 1196 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local 1199 mbedtls_mpi_init(&TA); in mbedtls_mpi_mul_mpi() 1203 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&TA, A)); A = &TA; in mbedtls_mpi_mul_mpi() 1244 mbedtls_mpi_free(&TB); mbedtls_mpi_free(&TA); in mbedtls_mpi_mul_mpi() 1730 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local 1732 mbedtls_mpi_init(&TA); mbedtls_mpi_init(&TB); in mbedtls_mpi_gcd() 1734 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&TA, A)); in mbedtls_mpi_gcd() 1737 lz = mbedtls_mpi_lsb(&TA); in mbedtls_mpi_gcd() 1753 TA in mbedtls_mpi_gcd() 1884 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; mbedtls_mpi_inv_mod() local [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-neon-aarch64.cc | 2604 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() 2605 COMPARE_MACRO(Uaddl(v0.TA, v1.TB, v2.TB), \ in TEST() 2610 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() 2611 COMPARE_MACRO(Uaddl2(v0.TA, v1.TB, v2.TB), \ in TEST() 2616 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() 2617 COMPARE_MACRO(Uaddw(v0.TA, v1.TA, v2.TB), \ in TEST() 2622 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() 2623 COMPARE_MACRO(Uaddw2(v0.TA, v1.TA, v in TEST() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | nearbyIdenticalGenericLambdasAssignable.js | 11 type TA = typeof fA; 16 declare function accA(x: TA): void;
|
H A D | templateLiteralTypesPatterns.js | 193 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 490 TBAANode TA(A); in getLeastCommonType() 491 while (TA.getNode()) { in getLeastCommonType() 492 if (PathA.count(TA.getNode())) in getLeastCommonType() 494 PathA.insert(TA.getNode()); in getLeastCommonType() 495 TA = TA.getParent(); in getLeastCommonType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2527 Node *TA = getDerived().parseTemplateArgs(State != nullptr); in parseName() 2528 if (TA == nullptr) in parseName() 2531 return make<NameWithTemplateArgs>(S, TA); in parseName() 2540 Node *TA = getDerived().parseTemplateArgs(State != nullptr); in parseName() local 2541 if (TA == nullptr) in parseName() 2544 return make<NameWithTemplateArgs>(N, TA); in parseName() 3142 Node *TA = getDerived().parseTemplateArgs(State != nullptr); in parseNestedName() local 3143 if (TA == nullptr || SoFar == nullptr) in parseNestedName() 3145 SoFar = make<NameWithTemplateArgs>(SoFar, TA); in parseNestedName() 3204 Node *TA in parseSimpleId() local 3269 Node *TA = getDerived().parseTemplateArgs(); parseBaseUnresolvedName() local 3300 Node *TA = getDerived().parseTemplateArgs(); parseUnresolvedName() local 3359 Node *TA = getDerived().parseTemplateArgs(); parseUnresolvedName() local 3924 Node *TA = getDerived().parseTemplateArgs(); parseType() local 3994 Node *TA = getDerived().parseTemplateArgs(); parseType() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.h | 193 template <typename TR, typename TG, typename TB, typename TA> 194 GLColor MakeGLColor(TR r, TG g, TB b, TA a) in MakeGLColor() 212 template <typename TR, typename TG, typename TB, typename TA> 213 GLColor32F MakeGLColor32F(TR r, TG g, TB b, TA a) in MakeGLColor32F()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_perfcounter.h | 67 TA = 0x8, enumerator
|
H A D | ac_perfcounter.c | 396 .gpu_block = TA, 397 .name = "TA", 1204 else if (!strcmp(block->b->b->name, "TA") || in ac_init_perfcounters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1386 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown() local 1387 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 797 case X86II::TA: in emitVEXOpcodePrefix() 1341 case X86II::TA: // 0F 3A in emitOpcodePrefix() 1351 case X86II::TA: // 0F 3A in emitOpcodePrefix()
|
H A D | X86BaseInfo.h | 745 // T8, TA - Prefix after the 0x0F prefix. 746 T8 = 2 << OpMapShift, TA = 3 << OpMapShift,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1517 for (Init *TA : TemplateArgs) in isTemplateArg() 1518 if (TA == Name) return true; in isTemplateArg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 2168 for (const Init *TA : TArgs) { 2171 const RecordVal *RV = R.getValue(TA);
|
H A D | TGParser.cpp | 64 for (Init *TA : TemplateArgs) in dump() 65 TA->dump(); in dump()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 58 253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"], 414 [8]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],TA:[,[,,"8\\d{3}",,,,,,,[4]],[,,"8\\d{3}",,,,"8999"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"TA",290,"00",,,,,,,,,,[,,,,,,,,,[-1]],,"8",[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],TC:[,[,,"(?:[58]\\d\\d|649|900)\\d{7}",,,,,,,[10],[7]],[,,"649(?:266|712|9(?:4\\d|50))\\d{4}",,,,"6497121234",,,,[7]],[,,"649(?:2(?:3[129]|4[1-79])|3\\d\\d|4[34][1-3])\\d{4}",,,,"6492311234",,,,[7]],[,,"8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |