HomeSort by relevance Sort by last modified time
    Searched refs:CondBranchType (Results 1 - 8 of 8) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 66 CondBranchType = 1,
279 return CondBranchType;
295 case CondBranchType:
316 case CondBranchType: return ImmCondBranch();
instructions-arm64.cc 261 case CondBranchType: {
macro-assembler-arm64.cc 759 NeedExtraInstructionsOrRegisterBranch(label, CondBranchType);
    [all...]
  /external/vixl/src/aarch64/
instructions-aarch64.cc 264 case CondBranchType:
313 case CondBranchType:
359 case CondBranchType: {
instructions-aarch64.h 135 CondBranchType = 1,
377 return CondBranchType;
macro-assembler-aarch64.cc 591 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(CondBranchType) >
597 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
606 CondBranchType);
623 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
649 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) {
    [all...]
macro-assembler-aarch64.h 391 return CondBranchType;
403 case CondBranchType:
    [all...]
assembler-aarch64.cc 215 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CondBranchType, offset));
    [all...]

Completed in 137 milliseconds