Searched refs:BLEZ (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 136 case BLEZ: // POP06 bgeuc/bleuc, blezalc, bgezalc in IsForbiddenAfterBranchInstr()
|
D | constants-mips.h | 336 BLEZ = ((0U << 3) + 6) << kOpcodeShift, enumerator 388 POP06 = BLEZ, // bgeuc/bleuc, blezalc, bgezalc 891 OpcodeToBitNumber(BNE) | OpcodeToBitNumber(BLEZ) |
|
D | assembler-mips.cc | 466 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ || in IsBranch() 1237 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc() 1276 GenInstrImmediate(BLEZ, rs, zero_reg, offset); in blez() 1363 GenInstrImmediate(BLEZ, zero_reg, rt, offset, in blezalc() 1372 GenInstrImmediate(BLEZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezalc()
|
D | disasm-mips.cc | 1424 case BLEZ: in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 136 case BLEZ: // POP06 bgeuc/bleuc, blezalc, bgezalc in IsForbiddenAfterBranchInstr()
|
D | constants-mips64.h | 320 BLEZ = ((0U << 3) + 6) << kOpcodeShift, enumerator 384 POP06 = BLEZ, // bgeuc/bleuc, blezalc, bgezalc 937 OpcodeToBitNumber(BNE) | OpcodeToBitNumber(BLEZ) |
|
D | assembler-mips64.cc | 440 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ || in IsBranch() 1273 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc() 1312 GenInstrImmediate(BLEZ, rs, zero_reg, offset); in blez() 1393 GenInstrImmediate(BLEZ, zero_reg, rt, offset, in blezalc() 1402 GenInstrImmediate(BLEZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezalc()
|
D | disasm-mips64.cc | 1637 case BLEZ: in DecodeTypeImmediate()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 409 case Mips::BGTZ: return Mips::BLEZ; in getOppositeBranchOpc() 412 case Mips::BLEZ: return Mips::BGTZ; in getOppositeBranchOpc() 492 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in getAnalyzableBrOpc()
|
D | MipsInstrInfo.td | 1525 def BLEZ : MMRel, CBranchZero<"blez", brtarget, setle, GPR32Opnd>, 2182 (BLEZ i32:$lhs, bb:$dst)>;
|
/external/pcre/dist/sljit/ |
D | sljitNativeMIPS_common.c | 111 #define BLEZ (HI(6)) macro 1780 inst = BLEZ; in sljit_emit_cmp() 1810 inst = BLEZ; in sljit_emit_cmp()
|
/external/valgrind/none/tests/mips32/ |
D | branches.stdout.exp | 161 BLEZ
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1549 case Mips::BLEZ: in processInstruction() 2758 ZeroTrgOpcode = Mips::BLEZ; in expandCondBranches() 2768 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches() 2798 emitRX(Mips::BLEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), IDLoc, in expandCondBranches()
|
/external/valgrind/none/tests/mips64/ |
D | branches.stdout.exp | 161 --- BLEZ --- if RSval <= 0 then out = RDval + 1 else out = RDval + 6
|
D | branch_and_jump_instructions.stdout.exp | 583 --- BLEZ --- if RSval <= 0 then out = RDval + 1 else out = RDval + 9
|