Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp210 MachineInstr *Branch = CCUsers[0]; in convertToBRCT()
211 if (Branch->getOpcode() != SystemZ::BRC || in convertToBRCT()
212 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP || in convertToBRCT()
213 Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_NE) in convertToBRCT()
218 // Compare and Branch. in convertToBRCT()
220 MachineBasicBlock::iterator MBBI = Compare, MBBE = Branch; in convertToBRCT()
225 // The transformation is OK. Rebuild Branch as a BRCT(G) or BRCTH. in convertToBRCT()
226 MachineOperand Target(Branch->getOperand(2)); in convertToBRCT()
227 while (Branch->getNumOperands()) in convertToBRCT()
228 Branch in convertToBRCT()
[all...]
H A DSystemZLongBranch.cpp1 //===-- SystemZLongBranch.cpp - Branch lengthening for SystemZ ------------===//
102 MachineInstr *Branch = nullptr; member
110 // If Branch is nonnull, this is the number of the target block,
114 // If Branch is nonnull, this is the length of the longest relaxed form,
141 StringRef getPassName() const override { return "SystemZ Long Branch"; }
258 Terminator.Branch = &MI; in describeTerminator()
314 if (!Terminator.Branch || Terminator.ExtraRelaxSize == 0) in mustRelaxBranch()
391 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
392 switch (Branch in relaxBranch()
[all...]
H A DSystemZInstrInfo.cpp379 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch()
380 if (!Branch.hasMBBTarget()) in analyzeBranch()
384 if (Branch.Type != SystemZII::BranchNormal) in analyzeBranch()
387 if (Branch.CCMask == SystemZ::CCMASK_ANY) { in analyzeBranch()
390 TBB = Branch.getMBBTarget(); in analyzeBranch()
402 if (MBB.isLayoutSuccessor(Branch.getMBBTarget())) { in analyzeBranch()
410 TBB = Branch.getMBBTarget(); in analyzeBranch()
418 TBB = Branch.getMBBTarget(); in analyzeBranch()
419 Cond.push_back(MachineOperand::CreateImm(Branch in analyzeBranch()
[all...]
/third_party/skia/src/core/
H A DSkRTree.h52 struct Branch { struct in SkRTree
63 Branch fChildren[kMaxChildren];
69 Branch bulkLoad(std::vector<Branch>* branches, int level = 0);
78 Branch fRoot;
H A DSkRTree.cpp15 std::vector<Branch> branches; in insert()
24 Branch b; in insert()
93 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad()
131 Branch b; in bulkLoad()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc86 __ Branch(&entry); in Generate_PushArguments()
96 __ Branch(&loop, greater_equal, scratch, Operand(zero_reg)); in Generate_PushArguments()
191 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
311 __ Branch(&leave_and_return, greater_equal, t2, in Generate_JSConstructStubGeneric()
313 __ Branch(&use_receiver); in Generate_JSConstructStubGeneric()
354 __ Branch(&okay, gt, scratch1, Operand(scratch2)); in Generate_CheckStackOverflow()
446 __ Branch(&non_outermost_js, ne, t2, Operand(zero_reg)); in Generate_JSEntryVariant()
451 __ nop(); // Branch delay slot nop. in Generate_JSEntryVariant()
475 __ nop(); // Branch delay slot nop. in Generate_JSEntryVariant()
508 __ Branch( in Generate_JSEntryVariant()
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc84 __ Branch(&entry); in Generate_PushArguments()
94 __ Branch(&loop, greater_equal, scratch, Operand(zero_reg)); in Generate_PushArguments()
335 __ Branch(&leave_and_return, greater_equal, type, in Generate_JSConstructStubGeneric()
337 __ Branch(&use_receiver); in Generate_JSConstructStubGeneric()
375 __ Branch(is_baseline, eq, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
377 __ Branch(&done, ne, scratch1, Operand(INTERPRETER_DATA_TYPE), in GetSharedFunctionInfoBytecodeOrBaseline()
415 __ Branch(&prepare_step_in_if_stepping, ne, a5, Operand(zero_reg)); in Generate_ResumeGeneratorTrampoline()
422 __ Branch(&prepare_step_in_suspended_generator, eq, a1, Operand(a5)); in Generate_ResumeGeneratorTrampoline()
430 __ Branch(&stack_overflow, Uless, sp, Operand(kScratchReg)); in Generate_ResumeGeneratorTrampoline()
455 __ Branch( in Generate_ResumeGeneratorTrampoline()
[all...]
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc85 __ Branch(&entry); in Generate_PushArguments()
95 __ Branch(&loop, greater_equal, scratch, Operand(zero_reg)); in Generate_PushArguments()
192 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
310 __ Branch(&leave_and_return, greater_equal, t2, in Generate_JSConstructStubGeneric()
312 __ Branch(&use_receiver); in Generate_JSConstructStubGeneric()
352 __ Branch(&not_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
354 __ Branch(is_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
357 __ Branch(is_baseline, eq, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
359 __ Branch(&done, ne, scratch1, Operand(INTERPRETER_DATA_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
390 __ Branch( in Generate_ResumeGeneratorTrampoline()
[all...]
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc85 __ Branch(&entry); in Generate_PushArguments()
95 __ Branch(&loop, greater_equal, scratch, Operand(zero_reg)); in Generate_PushArguments()
191 __ Branch(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
310 __ Branch(&leave_and_return, greater_equal, t2, in Generate_JSConstructStubGeneric()
312 __ Branch(&use_receiver); in Generate_JSConstructStubGeneric()
352 __ Branch(&not_baseline, ne, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
354 __ Branch(is_baseline); in GetSharedFunctionInfoBytecodeOrBaseline()
357 __ Branch(is_baseline, eq, scratch1, Operand(CODET_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
359 __ Branch(&done, ne, scratch1, Operand(INTERPRETER_DATA_TYPE)); in GetSharedFunctionInfoBytecodeOrBaseline()
391 __ Branch( in Generate_ResumeGeneratorTrampoline()
[all...]
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h98 __ Branch(target); in Jump()
143 __ Branch(target, AsMasmCondition(cc), scratch, Operand(zero_reg)); in TestAndBranch()
148 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIf()
157 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfObjectType()
170 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfInstanceType()
178 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfSmi()
184 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIfSmi()
192 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfTagged()
200 __ Branch(target, AsMasmCondition(cc), scratch, Operand(value)); in JumpIfTagged()
204 __ Branch(targe in JumpIfByte()
[all...]
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h100 __ Branch(target); in Jump()
145 __ Branch(target, AsMasmCondition(cc), scratch, Operand(zero_reg)); in TestAndBranch()
150 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIf()
159 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfObjectType()
172 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfInstanceType()
180 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfPointer()
188 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfSmi()
194 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIfSmi()
202 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfTagged()
210 __ Branch(targe in JumpIfTagged()
[all...]
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h98 __ Branch(target); in Jump()
143 __ Branch(target, AsMasmCondition(cc), scratch, Operand(zero_reg)); in TestAndBranch()
148 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIf()
157 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfObjectType()
170 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfInstanceType()
178 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfPointer()
186 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfSmi()
192 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIfSmi()
200 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfTagged()
208 __ Branch(targe in JumpIfTagged()
[all...]
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc157 __ Branch(&next, ne, a0, Operand(backtrack_limit())); in Backtrack()
210 __ Branch(&backtrack_non_equal, ne, current_input_offset(), Operand(a0)); in CheckGreedyLoop()
227 __ Branch(&fallthrough, eq, a1, Operand(zero_reg)); in CheckNotBackReferenceIgnoreCase()
264 __ Branch(&loop_check, eq, a4, Operand(a3)); in CheckNotBackReferenceIgnoreCase()
269 __ Branch(&fail, ne, a4, Operand(a3)); in CheckNotBackReferenceIgnoreCase()
271 __ Branch(&loop_check, ls, a3, Operand('z' - 'a')); in CheckNotBackReferenceIgnoreCase()
275 __ Branch(&fail, hi, a3, Operand(254 - 224)); in CheckNotBackReferenceIgnoreCase()
277 __ Branch(&fail, eq, a3, Operand(247 - 224)); in CheckNotBackReferenceIgnoreCase()
280 __ Branch(&loop, lt, a0, Operand(a1)); in CheckNotBackReferenceIgnoreCase()
361 __ Branch( in CheckNotBackReference()
[all...]
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc197 __ Branch(&next, ne, a0, Operand(backtrack_limit())); in Backtrack()
254 __ Branch(&backtrack_non_equal, ne, current_input_offset(), Operand(a0)); in CheckGreedyLoop()
272 __ Branch(&fallthrough, eq, a1, Operand(zero_reg)); in CheckNotBackReferenceIgnoreCase()
309 __ Branch(&loop_check, eq, a4, Operand(a3)); in CheckNotBackReferenceIgnoreCase()
314 __ Branch(&fail, ne, a4, Operand(a3)); in CheckNotBackReferenceIgnoreCase()
316 __ Branch(&loop_check, ls, a3, Operand('z' - 'a')); in CheckNotBackReferenceIgnoreCase()
320 __ Branch(&fail, hi, a3, Operand(254 - 224)); in CheckNotBackReferenceIgnoreCase()
322 __ Branch(&fail, eq, a3, Operand(247 - 224)); in CheckNotBackReferenceIgnoreCase()
325 __ Branch(&loop, lt, a0, Operand(a1)); in CheckNotBackReferenceIgnoreCase()
405 __ Branch( in CheckNotBackReference()
[all...]
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc159 __ Branch(&next, ne, a0, Operand(backtrack_limit())); in Backtrack()
216 __ Branch(&backtrack_non_equal, ne, current_input_offset(), Operand(a0)); in CheckGreedyLoop()
234 __ Branch(&fallthrough, eq, a1, Operand(zero_reg)); in CheckNotBackReferenceIgnoreCase()
271 __ Branch(&loop_check, eq, t0, Operand(a3)); in CheckNotBackReferenceIgnoreCase()
276 __ Branch(&fail, ne, t0, Operand(a3)); in CheckNotBackReferenceIgnoreCase()
278 __ Branch(&loop_check, ls, a3, Operand('z' - 'a')); in CheckNotBackReferenceIgnoreCase()
282 __ Branch(&fail, hi, a3, Operand(254 - 224)); in CheckNotBackReferenceIgnoreCase()
284 __ Branch(&fail, eq, a3, Operand(247 - 224)); in CheckNotBackReferenceIgnoreCase()
287 __ Branch(&loop, lt, a0, Operand(a1)); in CheckNotBackReferenceIgnoreCase()
367 __ Branch( in CheckNotBackReference()
[all...]
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h141 __ Branch(target, AsMasmCondition(cc), tmp, Operand(zero_reg)); in TestAndBranch()
146 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIf()
155 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfObjectType()
168 __ Branch(target, AsMasmCondition(cc), type, Operand(instance_type)); in JumpIfInstanceType()
176 __ Branch(target, AsMasmCondition(cc), value, Operand(temp)); in JumpIfPointer()
184 __ Branch(target, AsMasmCondition(cc), value, Operand(temp)); in JumpIfSmi()
191 __ Branch(target, AsMasmCondition(cc), lhs, Operand(rhs)); in JumpIfSmi()
200 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch)); in JumpIfTagged()
209 __ Branch(target, AsMasmCondition(cc), scratch, Operand(value)); in JumpIfTagged()
213 __ Branch(targe in JumpIfByte()
[all...]
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc34 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_AddWithFeedback()
43 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_AddWithFeedback()
96 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_AddWithFeedback()
137 Branch(lhs_is_oddball, &if_lhsisoddball, &if_lhsisnotoddball); in Generate_AddWithFeedback()
144 Branch(IsHeapNumber(CAST(rhs)), &call_with_oddball_feedback, in Generate_AddWithFeedback()
161 Branch(IsBigInt(rhs_heap_object), &bigint, &call_with_any_feedback); in Generate_AddWithFeedback()
261 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_BinaryOperationWithFeedback()
271 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
307 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
352 Branch(lhs_is_oddbal in Generate_BinaryOperationWithFeedback()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc161 Branch(IsCallable(CAST(target)), &if_target_callable, in CallOrConstructWithArrayLike()
174 Branch(IsConstructor(CAST(target)), &if_target_constructor, in CallOrConstructWithArrayLike()
187 Branch(IsConstructor(CAST(*new_target)), &if_new_target_constructor, in CallOrConstructWithArrayLike()
211 Branch(IsJSArrayMap(arguments_list_map), &if_array, &if_runtime); in CallOrConstructWithArrayLike()
237 Branch(Word32And(kind, Int32Constant(1)), &if_holey_array, &if_done); in CallOrConstructWithArrayLike()
246 Branch(IsNoElementsProtectorCellInvalid(), &if_runtime, &if_done); in CallOrConstructWithArrayLike()
296 Branch(IsFixedDoubleArray(elements), &if_double, &if_not_double); in CallOrConstructWithArrayLike()
393 Branch(IsElementsKindLessThanOrEqual(spread_kind, in CallOrConstructWithSpread()
417 Branch(Int32LessThan(var_elements_kind.value(), in CallOrConstructWithSpread()
615 Branch(InstanceTypeEqua in GetCompatibleReceiver()
[all...]
H A Dbuiltins-global-gen.cc34 Branch(IsHeapNumber(num_heap_object), &if_numisheapnumber, in TF_BUILTIN()
83 Branch(IsHeapNumber(num_heap_object), &if_numisheapnumber, in TF_BUILTIN()
H A Dbuiltins-string-gen.cc27 Branch(Word32Equal(Word32And(string_instance_type, in DirectStringData()
218 Branch( in StringEqual_Core()
289 Branch(Uint32LessThan(codepoint, Int32Constant(0x10000)), &if_isword16, in StringFromSingleUTF16EncodedCodePoint()
586 Branch(Word32Equal(Word32And(both_instance_types, in GenerateStringRelationalComparison()
615 Branch(WordEqual(var_offset.value(), end), &if_done, &if_notdone); in GenerateStringRelationalComparison()
625 Branch(Word32Equal(lhs_value, rhs_value), &if_valueissame, in GenerateStringRelationalComparison()
636 Branch(Uint32LessThan(lhs_value, rhs_value), &if_less, &if_greater); in GenerateStringRelationalComparison()
644 Branch(IntPtrLessThan(lhs_length, rhs_length), &if_less, &if_greater); in GenerateStringRelationalComparison()
784 Branch(IntPtrEqual(arguments.GetLengthWithoutReceiver(), IntPtrConstant(1)), in TF_BUILTIN()
918 Branch(IsNullOrUndefine in MaybeCallFunctionAtSymbol()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc109 Branch(2, NegateCondition(cond), src1, src2); in LoadRoot()
165 Branch(&ok, eq, t8, Operand(zero_reg)); in RecordWriteField()
1516 Branch(&done, eq, scratch1, Operand(zero_reg)); in CallRecordWriteStub()
1573 Branch(&done, eq, scratch1, Operand(zero_reg)); in CallRecordWriteStub()
1629 Branch(&done, eq, scratch1, Operand(zero_reg)); in CallRecordWriteStub()
1772 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub()
1798 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub()
1826 Branch(&msb_clear, ge, rs, Operand(zero_reg), USE_DELAY_SLOT); in CallRecordWriteStub()
1841 Branch(USE_DELAY_SLOT, &conversion_done); in CallRecordWriteStub()
1936 Branch( in CallRecordWriteStub()
2725 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler
2730 void TurboAssembler::Branch(int32_t offset, Condition cond, Register rs, CallRecordWriteStub() function in v8::internal::TurboAssembler
2737 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler
2753 void TurboAssembler::Branch(Label* L, Condition cond, Register rs, CallRecordWriteStub() function in v8::internal::TurboAssembler
2784 void TurboAssembler::Branch(Label* L, Condition cond, Register rs, CallRecordWriteStub() function in v8::internal::TurboAssembler
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc156 Branch(&ok, eq, scratch, Operand(zero_reg)); in RecordWriteField()
1443 Branch(&msb_clear, ge, rj, Operand(zero_reg)); in CallRecordWriteStub()
1452 Branch(&conversion_done); in CallRecordWriteStub()
1489 Branch(&positive, ge, rj, Operand(zero_reg)); in CallRecordWriteStub()
1498 Branch(&conversion_done); in CallRecordWriteStub()
1611 Branch(&done); in CallRecordWriteStub()
1645 Branch(&done); in CallRecordWriteStub()
1685 Branch(&done); in CallRecordWriteStub()
1744 Branch(&done); in CallRecordWriteStub()
1852 Branch(targe in CallRecordWriteStub()
2202 void TurboAssembler::Branch(Label* L, bool need_link) { CallRecordWriteStub() function in v8::internal::TurboAssembler
2211 void TurboAssembler::Branch(Label* L, Condition cond, Register rj, CallRecordWriteStub() function in v8::internal::TurboAssembler
2243 void TurboAssembler::Branch(Label* L, Condition cond, Register rj, CallRecordWriteStub() function in v8::internal::TurboAssembler
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc477 Branch(IsSetWord32<StoreLookupSlotFlags::LanguageModeBit>(bytecode_flags), in IGNITION_HANDLER()
492 Branch(IsSetWord32<StoreLookupSlotFlags::LookupHoistingModeBit>( in IGNITION_HANDLER()
775 Branch(IntPtrGreaterThan(cell_index, IntPtrConstant(0)), &if_export, in IGNITION_HANDLER()
820 Branch(IntPtrGreaterThan(cell_index, IntPtrConstant(0)), &if_export, in IGNITION_HANDLER()
1287 Branch(TaggedEqual(value, true_value), &if_true, &if_false); in IGNITION_HANDLER()
1815 Branch(IsString(CAST(object)), &if_true, &if_false); in IGNITION_HANDLER()
1821 Branch(IsSymbol(CAST(object)), &if_true, &if_false); in IGNITION_HANDLER()
1827 Branch(TaggedEqual(object, FalseConstant()), &if_true, &if_false); in IGNITION_HANDLER()
1833 Branch(IsBigInt(CAST(object)), &if_true, &if_false); in IGNITION_HANDLER()
1841 Branch(IsUndetectableMa in IGNITION_HANDLER()
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc131 Branch(condition, ok, not_ok); in Check()
141 Branch(condition_node, ok, not_ok); in Check()
164 Branch(condition, &ok, &not_ok); in FastCheck()
375 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Ceil()
427 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Floor()
479 Branch(Float64Equal(f_mod_2, Float64Constant(0.0)), &return_f, in Float64RoundToEven()
510 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Trunc()
962 Branch(Int32LessThanOrEqual(Int32Constant(0), int_a), &if_aisnotnegative, in SmiMod()
1025 Branch(overflow, &if_overflow, &if_notoverflow); in SmiMul()
1033 Branch(Word32Equa in SmiMul()
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc106 Branch(2, NegateCondition(cond), src1, src2); in LoadRoot()
161 Branch(&ok, eq, t8, Operand(zero_reg)); in RecordWriteField()
2081 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub()
2106 Branch(USE_DELAY_SLOT, &done); in CallRecordWriteStub()
2155 Branch(&msb_clear, ge, rs, Operand(zero_reg)); in CallRecordWriteStub()
2163 Branch(USE_DELAY_SLOT, &conversion_done); in CallRecordWriteStub()
2209 Branch(&positive, ge, rs, Operand(zero_reg)); in CallRecordWriteStub()
2217 Branch(USE_DELAY_SLOT, &conversion_done); in CallRecordWriteStub()
2331 Branch(&done); in CallRecordWriteStub()
2366 Branch( in CallRecordWriteStub()
[all...]

Completed in 45 milliseconds

12345