Home
last modified time | relevance | path

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 DSystemZElimCompare.cpp605 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 DSystemZInstrInfo.h141 CompareAndBranch, enumerator
H A DSystemZInstrInfo.cpp1629 case SystemZII::CompareAndBranch: in getFusedCompare()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h1123 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 Dmacro-assembler-arm64.cc2819 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 Dmacro-assembler-arm64.h897 inline void CompareAndBranch(const Register& lhs, const Operand& rhs,
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h175 __ CompareAndBranch(lhs, rhs, AsMasmCondition(cc), target); in JumpIf()
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc331 __ 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 Dbuiltins-arm64.cc491 __ 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