HomeSort by relevance Sort by last modified time
    Searched defs:BranchType (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 40 enum BranchType {
69 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 65 enum BranchType {
96 BranchType Type;
107 Branch(BranchType type, unsigned ccValid, unsigned ccMask,
  /external/chromium_org/v8/src/arm64/
instructions-arm64.h 173 return BranchType() != UnknownBranchType;
261 ImmBranchType BranchType() const {
299 switch (BranchType()) {
macro-assembler-arm64.h 68 enum BranchType {
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);
    [all...]
  /external/vixl/src/a64/
instructions-a64.h 288 inline ImmBranchType BranchType() const {
macro-assembler-a64.h 48 enum BranchType {
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);
    [all...]

Completed in 91 milliseconds