Searched defs:BranchType (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h40 enum BranchType { enum in class:llvm::MipsInstrInfo
69 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h65 enum BranchType { enum in namespace:llvm::SystemZII
96 BranchType Type;
107 Branch(BranchType type, unsigned ccValid, unsigned ccMask,
/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.h173 return BranchType() != UnknownBranchType;
261 ImmBranchType BranchType() const { function in class:v8::internal::Instruction
299 switch (BranchType()) {
H A Dmacro-assembler-arm64.h68 enum BranchType { enum in namespace:v8::internal
106 inline BranchType InvertBranchType(BranchType type) {
108 return static_cast<BranchType>(
111 return static_cast<BranchType>(type ^ 1);
301 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
/external/vixl/src/a64/
H A Dinstructions-a64.h288 inline ImmBranchType BranchType() const { function in class:vixl::Instruction
H A Dmacro-assembler-a64.h48 enum BranchType { enum in namespace:vixl
367 BranchType InvertBranchType(BranchType type) {
369 return static_cast<BranchType>(
372 return static_cast<BranchType>(type ^ 1);
376 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);

Completed in 610 milliseconds