Home
last modified time | relevance | path

Searched refs:BGEZAL (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.cc154 case BGEZAL: in IsForbiddenAfterBranchInstr()
197 case BGEZAL: in IsLinkingInstruction()
Dconstants-mips.h478 BGEZAL = ((2U << 3) + 1) << 16, enumerator
Ddisasm-mips.cc1397 case BGEZAL: { in DecodeTypeImmediate()
Dassembler-mips.cc469 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()
1254 GenInstrImmediate(REGIMM, rs, BGEZAL, offset); in bgezal()
Dsimulator-mips.cc4009 case BGEZAL: in DecodeTypeImmediate()
/external/v8/src/mips64/
Dconstants-mips64.cc154 case BGEZAL: in IsForbiddenAfterBranchInstr()
197 case BGEZAL: in IsLinkingInstruction()
Dconstants-mips64.h517 BGEZAL = ((2U << 3) + 1) << 16, enumerator
Ddisasm-mips64.cc1593 case BGEZAL: { in DecodeTypeImmediateREGIMM()
Dassembler-mips64.cc443 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()
1290 GenInstrImmediate(REGIMM, rs, BGEZAL, offset); in bgezal()
Dsimulator-mips64.cc4217 case BGEZAL: in DecodeTypeImmediate()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp78 case Mips::BGEZAL: in isCall()
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp311 case Mips::BGEZAL: in printAlias()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp552 case Mips::BGEZAL: in getEquivalentCallShort()
DMipsInstrInfo.td1543 def BGEZAL : MMRel, BGEZAL_FT<"bgezal", brtarget, GPR32Opnd>, BGEZAL_FM<0x11>,
1551 def BAL_BR : BAL_BR_Pseudo<BGEZAL>;
1824 def : MipsInstAlias<"bal $offset", (BGEZAL ZERO, brtarget:$offset), 0>,
/external/valgrind/none/tests/mips32/
Dbranches.stdout.exp195 BGEZAL
/external/valgrind/none/tests/mips64/
Dbranches.stdout.exp195 --- BGEZAL --- if RSval >= 0 then out = RDval + 6 else out = RDval + 5
Dbranch_and_jump_instructions.stdout.exp549 --- BGEZAL --- if RSval >= 0 then out = RDval + 1 else out = RDval + 6
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1551 case Mips::BGEZAL: in processInstruction()