Home
last modified time | relevance | path

Searched refs:BRANCH (Results 1 - 25 of 25) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc428 BRANCH = 4, // Estimated max. enumerator
693 return Add64Latency(false) + Latency::BRANCH + 5; in CallLatency()
698 return 1 + Add64Latency() + Latency::BRANCH + 2; in JumpLatency()
705 return 2 * (Add64Latency() + 1 + Add64Latency(false)) + 2 + Latency::BRANCH + in PrepareForTailCallLatency()
706 Latency::BRANCH + 2 * Sub64Latency(false) + 2 + Latency::BRANCH + 1; in PrepareForTailCallLatency()
710 return 1 + Latency::BRANCH + 1 + SmiUntagLatency() + in AssemblePopArgumentsAdoptFrameLatency()
830 int latency = AndLatency(false) + Latency::BRANCH + 2 + CallLatency(); in CallCFunctionHelperLatency()
843 return Latency::BRANCH; in AssembleArchJumpLatency()
853 return Latency::BRANCH in AssembleArchTableSwitchLatency()
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc397 BRANCH = 4, // Estimated max. enumerator
529 return (6 + 2 * Latency::BRANCH); in ClzLatency()
608 return latency + Latency::BRANCH + 2; in ShlPairLatency()
622 return latency + Latency::BRANCH + 2; in ShrPairLatency()
636 Latency::BRANCH + 6; in SarPairLatency()
760 return Mfhc1Latency() + ExtLatency() + Latency::BRANCH + Latency::MOV_D + in Float64RoundLatency()
761 4 + MoveLatency() + 1 + Latency::BRANCH + Latency::CVT_D_L; in Float64RoundLatency()
770 return Latency::MFC1 + ExtLatency() + Latency::BRANCH + Latency::MOV_S + 4 + in Float32RoundLatency()
771 Latency::MFC1 + Latency::BRANCH + Latency::CVT_S_W; in Float32RoundLatency()
779 return Latency::BRANCH in CvtDUwLatency()
[all...]
/third_party/node/tools/
H A Dupdate-llhttp.sh30 BRANCH=$2
31 [ -z "$BRANCH" ] && BRANCH=main
36 echo "Checking out branch $BRANCH ..."
37 git checkout "$BRANCH"
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc422 BRANCH = 4, // Estimated max. enumerator
738 return Latency::BRANCH + 1; in MovzLatency()
746 return Latency::BRANCH + 1; in MovnLatency()
759 return DadduLatency(false) + Latency::BRANCH + 5; in CallLatency()
764 return 1 + DadduLatency() + Latency::BRANCH + 2; in JumpLatency()
771 return 2 * (DlsaLatency() + DadduLatency(false)) + 2 + Latency::BRANCH + in PrepareForTailCallLatency()
772 Latency::BRANCH + 2 * DsubuLatency(false) + 2 + Latency::BRANCH + 1; in PrepareForTailCallLatency()
941 int latency = AndLatency(false) + Latency::BRANCH + 2 + CallLatency(); in CallCFunctionHelperLatency()
954 return Latency::BRANCH; in AssembleArchJumpLatency()
[all...]
/third_party/node/tools/dep_updaters/
H A Dupdate-llhttp.sh49 BRANCH=$2
50 [ -z "$BRANCH" ] && BRANCH=main
55 echo "Checking out branch $BRANCH ..."
56 git checkout "$BRANCH"
/third_party/skia/infra/bots/assets/clang_linux/
H A Dcreate.py18 BRANCH = "release/10.x" variable
27 subprocess.check_call(["git", "clone", "--depth", "1", "-b", BRANCH,
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_cl.c66 if (cl_offset(cl) + space + cl_packet_length(BRANCH) <= cl->size) in v3d_cl_ensure_space_with_branch()
74 cl_emit(cl, BRANCH, branch) { in v3d_cl_ensure_space_with_branch()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cl.c79 cl_emit(cl, BRANCH, branch) { in cl_alloc_bo()
123 space += cl_packet_length(BRANCH); in v3dv_cl_ensure_space_with_branch()
/third_party/python/Lib/re/
H A D__init__.py339 from ._constants import BRANCH, SUBPATTERN namespace
353 p = _parser.SubPattern(s, [(BRANCH, (None, p))])
H A D_compiler.py167 elif op is BRANCH:
482 elif op is BRANCH:
672 elif op is BRANCH:
H A D_parser.py126 elif op is BRANCH:
178 if op is BRANCH:
504 subpattern.append((BRANCH, (None, items)))
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DOperation.java160 out.writeByte((OpCode.BRANCH.ordinal() << 5) | jump); in writeBranch()
163 out.writeShort((OpCode.BRANCH.ordinal() << 13) | (1 << 12) | jump); in writeBranch()
221 return OpCode.BRANCH; in getOpCode()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.cc227 case BRANCH: in InstructionType()
H A Dconstants-riscv64.h397 BRANCH = 0b1100011, // B form: BEQ BNE, BLT, BGE, BLTU BGEU
416 RO_BEQ = BRANCH | (0b000 << kFunct3Shift),
417 RO_BNE = BRANCH | (0b001 << kFunct3Shift),
418 RO_BLT = BRANCH | (0b100 << kFunct3Shift),
419 RO_BGE = BRANCH | (0b101 << kFunct3Shift),
420 RO_BLTU = BRANCH | (0b110 << kFunct3Shift),
421 RO_BGEU = BRANCH | (0b111 << kFunct3Shift),
H A Dassembler-riscv64.cc312 return (instr & kBaseOpcodeMask) == BRANCH; in IsBranch()
378 case BRANCH: { in target_at()
551 case BRANCH: { in target_at_put()
1287 GenInstrB(funct3, BRANCH, rs1, rs2, imm13); in GenInstrBranchCC_rri()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DOpCode.java63 BRANCH(0) { enum constant
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_metric.c45 .queries[0] = _SM(BRANCH),
H A Dnv50_query_hw_sm.c119 _Q(BRANCH, LOGOP, UNK4, 0x02),
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c485 OPC_IMM(BRANCH),
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw_metric.c138 .queries[0] = _SM(BRANCH),
H A Dnvc0_query_hw_sm.c66 _Q(BRANCH,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp588 case R600::BRANCH: in isUncondBranch()
H A DR600InstrInfo.cpp670 return Opcode == R600::BRANCH || Opcode == R600::BRANCH_COND_i32 ||
686 // R600::BRANCH* instructions are only available after isel and are not
H A DR600ISelLowering.cpp395 case R600::BRANCH: in EmitInstrWithCustomInserter()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c6338 OP(BRANCH) OP(TAG1) OP(TAG2) OP(TAGN) OP(SETDISPATCH) OP(POP) in upb_pbdecoder_getopname()

Completed in 52 milliseconds