/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 230 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in GetAnalyzableBrOpc() 245 case Mips::BGTZ : return Mips::BLEZ; in GetOppositeBranchOpc() 248 case Mips::BLEZ : return Mips::BGTZ; in GetOppositeBranchOpc()
|
D | MipsInstrInfo.td | 732 def BLEZ : CBranchZero<0x06, 0, "blez", setle, CPURegs>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/compactbranches/ |
D | empty-block.mir | 72 BLEZ $v0, %bb.4.if.end, implicit-def $at
|
/external/v8/src/mips/ |
D | constants-mips.h | 434 BLEZ = ((0U << 3) + 6) << kOpcodeShift, enumerator 489 POP06 = BLEZ, // bgeuc/bleuc, blezalc, bgezalc 1260 OpcodeToBitNumber(BNE) | OpcodeToBitNumber(BLEZ) | 1866 case BLEZ: // POP06 bgeuc/bleuc, blezalc, bgezalc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips.cc | 532 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ || in IsBranch() 1623 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc() 1662 GenInstrImmediate(BLEZ, rs, zero_reg, offset); in blez() 1747 GenInstrImmediate(BLEZ, zero_reg, rt, offset, in blezalc() 1756 GenInstrImmediate(BLEZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezalc()
|
D | disasm-mips.cc | 1773 case BLEZ: in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 404 BLEZ = ((0U << 3) + 6) << kOpcodeShift, enumerator 471 POP06 = BLEZ, // bgeuc/bleuc, blezalc, bgezalc 1293 OpcodeToBitNumber(BNE) | OpcodeToBitNumber(BLEZ) | 1949 case BLEZ: // POP06 bgeuc/bleuc, blezalc, bgezalc in IsForbiddenAfterBranchInstr()
|
D | assembler-mips64.cc | 511 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ || in IsBranch() 1603 GenInstrImmediate(BLEZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgeuc() 1642 GenInstrImmediate(BLEZ, rs, zero_reg, offset); in blez() 1727 GenInstrImmediate(BLEZ, zero_reg, rt, offset, in blezalc() 1736 GenInstrImmediate(BLEZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezalc()
|
D | disasm-mips64.cc | 2030 case BLEZ: in DecodeTypeImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/longbranch/ |
D | branch-limits-int.mir | 312 ; MIPS: BLEZ $at, %bb.2, implicit-def $at { 331 ; PIC: BLEZ $at, %bb.3, implicit-def $at { 460 BLEZ killed renamable $at, %bb.2, implicit-def $at
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 412 case Mips::BGTZ: return Mips::BLEZ; in getOppositeBranchOpc() 415 case Mips::BLEZ: return Mips::BGTZ; in getOppositeBranchOpc() 510 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ || in getAnalyzableBrOpc()
|
D | MipsInstrInfo.cpp | 327 case Mips::BLEZ: in getEquivalentCompactForm()
|
D | MipsInstrInfo.td | 1874 def BLEZ : MMRel, CBranchZero<"blez", brtarget, setle, GPR32Opnd>, 2594 (BLEZ i32:$lhs, bb:$dst)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 295 case Mips::BLEZ: case Mips::BLEZ64: in isBranchOffsetInRange() 505 case Mips::BLEZ: in getEquivalentCompactForm()
|
D | MipsSEInstrInfo.cpp | 494 case Mips::BGTZ: return Mips::BLEZ; in getOppositeBranchOpc() 497 case Mips::BLEZ: return Mips::BGTZ; in getOppositeBranchOpc() 647 Opc == Mips::BLTZ || Opc == Mips::BLEZ || Opc == Mips::BEQ64 || in getAnalyzableBrOpc()
|
D | MipsScheduleP5600.td | 65 BGEZALL, BGEZL, BGTZ, BGTZL, BLEZ, BLEZL, BLTZ,
|
D | MipsInstrInfo.td | 2232 def BLEZ : MMRel, CBranchZero<"blez", brtarget, setle, GPR32Opnd>, 3173 (BLEZ i32:$lhs, bb:$dst)>, ISA_MIPS1;
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 122 #define BLEZ (HI(6)) macro 1762 inst = BLEZ; in sljit_emit_cmp() 1792 inst = BLEZ; in sljit_emit_cmp()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1547 case Mips::BLEZ: in processInstruction() 2858 ZeroTrgOpcode = Mips::BLEZ; in expandCondBranches() 2868 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches() 2898 TOut.emitRX(Mips::BLEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1848 case Mips::BLEZ: in processInstruction() 3769 ZeroTrgOpcode = Mips::BLEZ; in expandCondBranches() 3780 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches() 3811 TOut.emitRX(Mips::BLEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 252 25220U, // BLEZ 1966 0U, // BLEZ
|
D | MipsGenDisassemblerTables.inc | 709 /* 1203 */ MCD_OPC_Decode, 235, 1, 51, // Opcode: BLEZ
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 760 UINT64_C(402653184), // BLEZ 5141 case Mips::BLEZ: 8486 Feature_HasStdEnc | Feature_NotInMicroMips | 0, // BLEZ = 747
|
D | MipsGenAsmWriter.inc | 1975 26125U, // BLEZ 4606 0U, // BLEZ
|
D | MipsGenInstrInfo.inc | 762 BLEZ = 747, 4807 …::Terminator), 0x12ULL, nullptr, ImplicitList2, OperandInfo170, -1 ,nullptr }, // Inst #747 = BLEZ 10042 { Mips::BLEZ, Mips::BLEZ, Mips::BLEZ_MM },
|