Home
last modified time | relevance | path

Searched refs:BranchC (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.td316 class BranchC<bits<6> op, bits<5> br, bits<11> flags, string instr_asm> :
507 def BEQ : BranchC<0x27, 0x00, 0x000, "beq ">;
508 def BNE : BranchC<0x27, 0x01, 0x000, "bne ">;
509 def BLT : BranchC<0x27, 0x02, 0x000, "blt ">;
510 def BLE : BranchC<0x27, 0x03, 0x000, "ble ">;
511 def BGT : BranchC<0x27, 0x04, 0x000, "bgt ">;
512 def BGE : BranchC<0x27, 0x05, 0x000, "bge ">;
538 def BEQD : BranchC<0x27, 0x10, 0x000, "beqd ">;
539 def BNED : BranchC<0x27, 0x11, 0x000, "bned ">;
540 def BLTD : BranchC<0x27, 0x12, 0x000, "bltd ">;
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h74 BranchC, enumerator
DSystemZInstrInfo.cpp1230 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP, in getBranchInfo()