Searched refs:BEQ (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.cpp1171 unsigned LL, SC, AND, NOR, ZERO, BEQ; local
1179 BEQ = Mips::BEQ;
1187 BEQ = Mips::BEQ64;
1239 BuildMI(BB, dl, TII->get(BEQ)).addReg(Success).addReg(ZERO).addMBB(loopMBB);
1375 BuildMI(BB, dl, TII->get(Mips::BEQ))
1411 unsigned LL, SC, ZERO, BNE, BEQ; local
1418 BEQ = Mips::BEQ;
1425 BEQ
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp51 MBlaze::SEXT8, MBlaze::MFS, MBlaze::BR, MBlaze::BEQ, //24,25,26,27
133 case 0x00: return MBlaze::BEQ;
469 case MBlaze::BEQ: return decodeBEQ(insn);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Da65.vim59 syn match a65Opcode "\<BEQ\($\|\s\)" nextgroup=a65Address

Completed in 130 milliseconds