Home
last modified time | relevance | path

Searched defs:CompareAndBranch (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h141 CompareAndBranch, enumerator
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc331 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough); in CheckNotBackReferenceIgnoreCase() local
484 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough); in CheckNotBackReference() local
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc491 __ CompareAndBranch(x10, Operand(0), ne, &prepare_step_in_if_stepping); in Generate_ResumeGeneratorTrampoline() local
498 __ CompareAndBranch(x10, Operand(x1), eq, in Generate_ResumeGeneratorTrampoline() local
1053 __ CompareAndBranch(actual_state, Operand(static_cast<int>(expected_state)), in TailCallRuntimeIfStateEquals() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64-inl.h1358 void TurboAssembler::CompareAndBranch(const Register& lhs, const Operand& rhs, in CompareAndBranch() function