Home
last modified time | relevance | path

Searched refs:CondBranchType (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h58 CondBranchType = 1, enumerator
299 return CondBranchType; in BranchType()
315 case CondBranchType: in ImmBranchRangeBitwidth()
334 case CondBranchType: in ImmBranch()
H A Dinstructions-arm64.cc261 case CondBranchType: { in SetBranchImmTarget()
H A Dmacro-assembler-arm64.cc1016 NeedExtraInstructionsOrRegisterBranch(label, CondBranchType); in B()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc874 case CondBranchType: in GetImmBranchRangeBitwidth()
923 case CondBranchType: in GetImmBranch()
969 case CondBranchType: { in SetBranchImmTarget()
H A Dinstructions-aarch64.h173 CondBranchType = 1, enumerator
641 return CondBranchType; in GetBranchType()
H A Dmacro-assembler-aarch64.cc629 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(CondBranchType) > in Emit()
635 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Emit()
648 CondBranchType); in Emit() local
665 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Emit()
695 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Emit()
H A Dmacro-assembler-aarch64.h426 return CondBranchType; in BranchTypeFromIndex()
438 case CondBranchType: in BranchIndexFromType()
H A Dassembler-aarch64.cc276 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CondBranchType, offset)); in b()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc12980 Instruction::GetImmBranchForwardRange(CondBranchType)));
13096 Instruction::GetImmBranchForwardRange(CondBranchType)));
13163 Instruction::GetImmBranchForwardRange(CondBranchType);
13244 const int range_bcond = Instruction::GetImmBranchForwardRange(CondBranchType);

Completed in 51 milliseconds