Searched refs:CompareAndBranch (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 605 Type = SystemZII::CompareAndBranch; in fuseCompareOperations() 643 // This is only valid for CompareAndBranch. in fuseCompareOperations() 645 Type == SystemZII::CompareAndBranch ? 2 : 0)); in fuseCompareOperations() 655 if (Type == SystemZII::CompareAndBranch || in fuseCompareOperations() 673 if (Type == SystemZII::CompareAndBranch) { in fuseCompareOperations()
|
H A D | SystemZInstrInfo.h | 141 CompareAndBranch, enumerator
|
H A D | SystemZInstrInfo.cpp | 1629 case SystemZII::CompareAndBranch: in getFusedCompare()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 1123 CompareAndBranch(x, y, eq, dest); in JumpIfEqual() 1127 CompareAndBranch(x, y, lt, dest); in JumpIfLessThan() 1358 void TurboAssembler::CompareAndBranch(const Register& lhs, const Operand& rhs, in CompareAndBranch() function in v8::internal::TurboAssembler 1377 CompareAndBranch(lhs.W(), rhs.ToW(), cond, label); in CompareTaggedAndBranch() 1379 CompareAndBranch(lhs, rhs, cond, label); in CompareTaggedAndBranch()
|
H A D | macro-assembler-arm64.cc | 2819 CompareAndBranch(in.W(), Operand(kClearedWeakHeapObjectLower32), eq, in TruncateDoubleToI() 2921 CompareAndBranch(scratch, Operand(higher_limit - lower_limit), ls, in TruncateDoubleToI() 2924 CompareAndBranch(value, Operand(higher_limit - lower_limit), ls, in TruncateDoubleToI()
|
H A D | macro-assembler-arm64.h | 897 inline void CompareAndBranch(const Register& lhs, const Operand& rhs,
|
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 175 __ CompareAndBranch(lhs, rhs, AsMasmCondition(cc), target); in JumpIf()
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 331 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough); in CheckNotBackReferenceIgnoreCase() 484 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough); in CheckNotBackReference()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 491 __ CompareAndBranch(x10, Operand(0), ne, &prepare_step_in_if_stepping); in Generate_ResumeGeneratorTrampoline() 498 __ CompareAndBranch(x10, Operand(x1), eq, in Generate_ResumeGeneratorTrampoline() 1053 __ CompareAndBranch(actual_state, Operand(static_cast<int>(expected_state)), in TailCallRuntimeIfStateEquals()
|
Completed in 36 milliseconds