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

/external/v8/src/arm64/
H A Dinstructions-arm64.h66 CondBranchType = 1, enumerator in enum:v8::internal::ImmBranchType
279 return CondBranchType;
295 case CondBranchType:
316 case CondBranchType: return ImmCondBranch();
H A Dinstructions-arm64.cc261 case CondBranchType: {
H A Dmacro-assembler-arm64.cc759 NeedExtraInstructionsOrRegisterBranch(label, CondBranchType);
/external/vixl/src/aarch64/
H A Dinstructions-aarch64.cc264 case CondBranchType:
313 case CondBranchType:
359 case CondBranchType: {
H A Dinstructions-aarch64.h135 CondBranchType = 1, enumerator in enum:vixl::aarch64::ImmBranchType
377 return CondBranchType;
H A Dmacro-assembler-aarch64.cc591 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(CondBranchType) >
597 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
606 CondBranchType); local
623 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
649 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
H A Dmacro-assembler-aarch64.h391 return CondBranchType;
403 case CondBranchType:
H A Dassembler-aarch64.cc215 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CondBranchType, offset));
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc22438 Instruction::GetImmBranchForwardRange(CondBranchType)));
22554 Instruction::GetImmBranchForwardRange(CondBranchType)));
22621 Instruction::GetImmBranchForwardRange(CondBranchType);
22704 const int range_bcond = Instruction::GetImmBranchForwardRange(CondBranchType);

Completed in 226 milliseconds