Home
last modified time | relevance | path

Searched refs:BGTZ (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.cpp229 return (Opc == Mips::BEQ || Opc == Mips::BNE || Opc == Mips::BGTZ || in GetAnalyzableBrOpc()
245 case Mips::BGTZ : return Mips::BLEZ; in GetOppositeBranchOpc()
248 case Mips::BLEZ : return Mips::BGTZ; in GetOppositeBranchOpc()
DMipsInstrInfo.td731 def BGTZ : CBranchZero<0x07, 0, "bgtz", setgt, CPURegs>;
/external/v8/src/mips/
Dconstants-mips.h435 BGTZ = ((0U << 3) + 7) << kOpcodeShift, enumerator
490 POP07 = BGTZ, // bltuc/bgtuc, bgtzalc, bltzalc
1261 OpcodeToBitNumber(BGTZ) | OpcodeToBitNumber(ADDI) |
1867 case BGTZ: // POP07 bltuc/bgtuc, bgtzalc, bltzalc in IsForbiddenAfterBranchInstr()
Dassembler-mips.cc532 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ || in IsBranch()
1647 GenInstrImmediate(BGTZ, rs, zero_reg, offset); in bgtz()
1687 GenInstrImmediate(BGTZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bltuc()
1774 GenInstrImmediate(BGTZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bltzalc()
1782 GenInstrImmediate(BGTZ, zero_reg, rt, offset, in bgtzalc()
Ddisasm-mips.cc1788 case BGTZ: in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.h405 BGTZ = ((0U << 3) + 7) << kOpcodeShift, enumerator
472 POP07 = BGTZ, // bltuc/bgtuc, bgtzalc, bltzalc
1294 OpcodeToBitNumber(BGTZ) | OpcodeToBitNumber(ADDI) |
1950 case BGTZ: // POP07 bltuc/bgtuc, bgtzalc, bltzalc in IsForbiddenAfterBranchInstr()
Dassembler-mips64.cc511 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ || in IsBranch()
1627 GenInstrImmediate(BGTZ, rs, zero_reg, offset); in bgtz()
1667 GenInstrImmediate(BGTZ, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bltuc()
1754 GenInstrImmediate(BGTZ, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bltzalc()
1762 GenInstrImmediate(BGTZ, zero_reg, rt, offset, in bgtzalc()
Ddisasm-mips64.cc2045 case BGTZ: in DecodeTypeImmediate()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/longbranch/
Dbranch-limits-int.mir361 BGTZ killed renamable $at, %bb.2, implicit-def $at
411 ; MIPS: BGTZ $at, %bb.2, implicit-def $at {
430 ; PIC: BGTZ $at, %bb.3, implicit-def $at {
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp412 case Mips::BGTZ: return Mips::BLEZ; in getOppositeBranchOpc()
415 case Mips::BLEZ: return Mips::BGTZ; in getOppositeBranchOpc()
509 return (Opc == Mips::BEQ || Opc == Mips::BNE || Opc == Mips::BGTZ || in getAnalyzableBrOpc()
DMipsInstrInfo.cpp325 case Mips::BGTZ: in getEquivalentCompactForm()
DMipsFastISel.cpp929 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(Mips::BGTZ)) in selectBranch()
DMipsInstrInfo.td1870 def BGTZ : MMRel, CBranchZero<"bgtz", brtarget, setgt, GPR32Opnd>,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp293 case Mips::BGTZ: case Mips::BGTZ64: in isBranchOffsetInRange()
503 case Mips::BGTZ: in getEquivalentCompactForm()
DMipsSEInstrInfo.cpp494 case Mips::BGTZ: return Mips::BLEZ; in getOppositeBranchOpc()
497 case Mips::BLEZ: return Mips::BGTZ; in getOppositeBranchOpc()
646 Opc == Mips::BNE_MM || Opc == Mips::BGTZ || Opc == Mips::BGEZ || in getAnalyzableBrOpc()
DMipsScheduleP5600.td65 BGEZALL, BGEZL, BGTZ, BGTZL, BLEZ, BLEZL, BLTZ,
DMipsFastISel.cpp962 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(Mips::BGTZ)) in selectBranch()
DMipsInstrInfo.td2228 def BGTZ : MMRel, CBranchZero<"bgtz", brtarget, setgt, GPR32Opnd>,
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c121 #define BGTZ (HI(7)) macro
1766 inst = BGTZ; in sljit_emit_cmp()
1796 inst = BGTZ; in sljit_emit_cmp()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1546 case Mips::BGTZ: in processInstruction()
2846 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
2880 ZeroTrgOpcode = Mips::BGTZ; in expandCondBranches()
2910 TOut.emitRX(Mips::BGTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1847 case Mips::BGTZ: in processInstruction()
3756 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
3793 ZeroTrgOpcode = Mips::BGTZ; in expandCondBranches()
3823 TOut.emitRX(Mips::BGTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp837 MI.setOpcode(Mips::BGTZ); in DecodeBgtzGroupBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp992 MI.setOpcode(Mips::BGTZ); in DecodeBgtzGroupBranch()
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc228 25274U, // BGTZ
1942 0U, // BGTZ
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc731 UINT64_C(469762048), // BGTZ
5138 case Mips::BGTZ:
8457 Feature_HasStdEnc | Feature_NotInMicroMips | 0, // BGTZ = 718

12