Searched refs:BranchType (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/arm64/
H A Dinstructions-arm64.cc188 } else if (BranchType() != UnknownBranchType) {
218 return IsValidImmPCOffset(BranchType(), DistanceTo(target));
225 } else if (BranchType() != UnknownBranchType) {
255 DCHECK(IsValidImmPCOffset(BranchType(),
260 switch (BranchType()) {
H A Dinstructions-arm64.h181 return BranchType() != UnknownBranchType;
277 ImmBranchType BranchType() const { function in class:v8::internal::Instruction
315 switch (BranchType()) {
H A Dmacro-assembler-arm64.h101 enum BranchType { enum in namespace:v8::internal
139 inline BranchType InvertBranchType(BranchType type) {
141 return static_cast<BranchType>(
144 return static_cast<BranchType>(type ^ 1);
346 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
H A Dassembler-arm64.cc846 Instruction::ImmBranchRange(link->BranchType()));
H A Dmacro-assembler-arm64.cc733 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) {
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h39 enum BranchType { enum in class:llvm::MipsInstrInfo
67 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
H A DMipsInstrInfo.cpp92 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
179 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch(
H A DMipsDelaySlotFiller.cpp262 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
809 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
817 MipsInstrInfo::BranchType R =
848 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P =
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h68 enum BranchType { enum in namespace:llvm::SystemZII
99 BranchType Type;
110 Branch(BranchType type, unsigned ccValid, unsigned ccMask,
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h201 BranchType branch_type, Register reg = NoReg,
H A Dlithium-codegen-arm64.cc855 LInstruction* instr, DeoptimizeReason deopt_reason, BranchType branch_type,
936 DeoptimizeBranch(instr, deopt_reason, static_cast<BranchType>(cond));
/external/vixl/src/aarch64/
H A Dinstructions-aarch64.h388 VIXL_DEPRECATED("GetBranchType", ImmBranchType BranchType() const) {
H A Dmacro-assembler-aarch64.h528 enum BranchType { enum in namespace:vixl::aarch64
1001 BranchType InvertBranchType(BranchType type) {
1003 return static_cast<BranchType>(
1006 return static_cast<BranchType>(type ^ 1);
1010 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
H A Dmacro-assembler-aarch64.cc545 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) {

Completed in 205 milliseconds