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

  /external/vixl/src/a64/
instructions-a64.cc 158 VIXL_ASSERT(BranchType() != UnknownBranchType);
167 switch (BranchType()) {
202 switch (BranchType()) {
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...]
macro-assembler-a64.cc 30 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 40 enum BranchType {
69 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
MipsInstrInfo.cpp 92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
183 MipsInstrInfo::BranchType MipsInstrInfo::
MipsDelaySlotFiller.cpp 231 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
667 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
675 MipsInstrInfo::BranchType R =
706 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P =
  /external/chromium_org/v8/src/arm64/
instructions-arm64.cc 190 } else if (BranchType() != UnknownBranchType) {
217 return IsValidImmPCOffset(BranchType(), DistanceTo(target));
224 } else if (BranchType() != UnknownBranchType) {
254 switch (BranchType()) {
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...]
lithium-codegen-arm64.h 217 BranchType branch_type, Register reg = NoReg,
lithium-codegen-arm64.cc 992 LInstruction* instr, const char* detail, BranchType branch_type,
    [all...]
assembler-arm64.cc 822 Instruction::ImmBranchRange(link->BranchType());
    [all...]
macro-assembler-arm64.cc 733 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 65 enum BranchType {
96 BranchType Type;
107 Branch(BranchType type, unsigned ccValid, unsigned ccMask,

Completed in 251 milliseconds