Searched refs:BNE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp247 case MBlaze::BEQ: Cond[0].setImm(MBlaze::BNE); return false;
248 case MBlaze::BNE: Cond[0].setImm(MBlaze::BEQ); return false;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp230 /// opcode, e.g. turning BEQ to BNE.
234 case Mips::BEQ: return Mips::BNE;
235 case Mips::BNE: return Mips::BEQ;
311 return (Opc == Mips::BEQ || Opc == Mips::BNE || Opc == Mips::BGTZ ||
H A DMipsISelLowering.cpp1411 unsigned LL, SC, ZERO, BNE, BEQ; local
1417 BNE = Mips::BNE;
1424 BNE = Mips::BNE64;
1465 BuildMI(BB, dl, TII->get(BNE))
1588 BuildMI(BB, dl, TII->get(Mips::BNE))
/macosx-10.9.5/vim-53/runtime/syntax/
H A Da65.vim58 syn match a65Opcode "\<BNE\($\|\s\)" nextgroup=a65Address
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp143 case 0x01: return MBlaze::BNE;

Completed in 129 milliseconds