/external/tremolo/Tremolo/ |
D | bitwiseARM.s | 75 BEQ look_next_segment @ r10= r12 = 0, if we branch 96 BEQ look_out_of_data 102 BEQ look_next_segment_2 142 BEQ look_out_of_data 185 BEQ adv_end 267 BEQ read_next_segment @ r10= r12 = 0, if we branch 290 BEQ read_out_of_data 298 BEQ read_next_segment_2 382 BEQ read_out_of_data
|
D | dpen.s | 59 BEQ dpen_nobits 90 BEQ meth3 93 BEQ meth1 278 BEQ dm2 462 BEQ _cs_end 472 BEQ _cs_no_bytes
|
D | mdctLARM.s | 283 BEQ sr_end 303 BEQ find_shift_loop 1107 BEQ mdct_end
|
D | mdctARM.s | 280 BEQ sr_end 300 BEQ find_shift_loop 1121 BEQ mdct_end
|
/external/v8/src/mips/ |
D | constants-mips.cc | 155 case BEQ: in IsForbiddenInBranchDelay() 307 case BEQ: in InstructionType()
|
D | constants-mips.h | 258 BEQ = ((0 << 3) + 4) << kOpcodeShift, enumerator
|
D | disasm-mips.cc | 833 case BEQ: in DecodeTypeImmediate()
|
D | assembler-mips.cc | 507 return opcode == BEQ || in IsBranch() 523 return GetOpcodeField(instr) == BEQ; in IsBeq() 1072 GenInstrImmediate(BEQ, rs, rt, offset); in beq()
|
D | code-stubs-mips.h | 507 masm->instr_at_put(pos, BEQ | (zero_reg.code() << kRsShift) | in PatchNopIntoBranch()
|
D | simulator-mips.cc | 2394 case BEQ: in DecodeTypeImmediate() 2530 case BEQ: in DecodeTypeImmediate()
|
D | macro-assembler-mips.cc | 5417 ASSERT(opcode == BEQ || in ChangeBranchCondition() 5425 opcode = (cond == eq) ? BEQ : BNE; in ChangeBranchCondition()
|
/external/aac/libSBRdec/src/arm/ |
D | env_calc_arm.cpp | 121 BEQ FDK_get_maxval_loop_end in FDK_get_maxval()
|
/external/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.cpp | 247 case MBlaze::BEQ: Cond[0].setImm(MBlaze::BNE); return false; in ReverseBranchCondition() 248 case MBlaze::BNE: Cond[0].setImm(MBlaze::BEQ); return false; in ReverseBranchCondition()
|
D | MBlazeInstrFormats.td | 20 def FCRR : Format<3>; // PUTD, WDC, WIC, BEQ, BNE, BGE, etc.
|
D | MBlazeInstrInfo.td | 507 def BEQ : BranchC<0x27, 0x00, 0x000, "beq ">;
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 238 case Mips::BEQ: return Mips::BNE; in GetOppositeBranchOpc() 239 case Mips::BNE: return Mips::BEQ; in GetOppositeBranchOpc() 317 return (Opc == Mips::BEQ || Opc == Mips::BNE || Opc == Mips::BGTZ || in GetAnalyzableBrOpc()
|
D | MipsInstrInfo.td | 880 def BEQ : CBranch<"beq", seteq, CPURegs>, BEQ_FM<4>; 1157 (BEQ (SLTOp RC:$lhs, RC:$rhs), ZERO, bb:$dst)>; 1159 (BEQ (SLTuOp RC:$lhs, RC:$rhs), ZERO, bb:$dst)>; 1161 (BEQ (SLTiOp RC:$lhs, immSExt16:$rhs), ZERO, bb:$dst)>; 1163 (BEQ (SLTiuOp RC:$lhs, immSExt16:$rhs), ZERO, bb:$dst)>; 1166 (BEQ (SLTOp RC:$rhs, RC:$lhs), ZERO, bb:$dst)>; 1168 (BEQ (SLTuOp RC:$rhs, RC:$lhs), ZERO, bb:$dst)>; 1174 defm : BrcondPats<CPURegs, BEQ, BNE, SLT, SLTu, SLTi, SLTiu, ZERO>;
|
D | MipsISelLowering.cpp | 1079 unsigned LL, SC, AND, NOR, ZERO, BEQ; in emitAtomicBinary() local 1087 BEQ = Mips::BEQ; in emitAtomicBinary() 1095 BEQ = Mips::BEQ64; in emitAtomicBinary() 1147 BuildMI(BB, DL, TII->get(BEQ)).addReg(Success).addReg(ZERO).addMBB(loopMBB); in emitAtomicBinary() 1283 BuildMI(BB, DL, TII->get(Mips::BEQ)) in emitAtomicBinaryPartword() 1319 unsigned LL, SC, ZERO, BNE, BEQ; in emitAtomicCmpSwap() local 1326 BEQ = Mips::BEQ; in emitAtomicCmpSwap() 1333 BEQ = Mips::BEQ64; in emitAtomicCmpSwap() 1382 BuildMI(BB, DL, TII->get(BEQ)) in emitAtomicCmpSwap() 1511 BuildMI(BB, DL, TII->get(Mips::BEQ)) in emitAtomicCmpSwapPartword()
|
/external/llvm/lib/Target/MBlaze/Disassembler/ |
D | MBlazeDisassembler.cpp | 48 MBlaze::SEXT8, MBlaze::MFS, MBlaze::BR, MBlaze::BEQ, //24,25,26,27 130 case 0x00: return MBlaze::BEQ; in decodeBEQ() 466 case MBlaze::BEQ: return decodeBEQ(insn); in getOPCODE()
|