Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc150 case BGEZAL: in IsForbiddenInBranchDelay()
178 case BGEZAL: in IsLinkingInstruction()
Dconstants-mips.h442 BGEZAL = ((2 << 3) + 1) << 16, enumerator
Ddisasm-mips.cc1023 case BGEZAL: in DecodeTypeImmediate()
Dsimulator-mips.cc2770 case BGEZAL: in DecodeTypeImmediate()
2780 case BGEZAL: in DecodeTypeImmediate()
Dassembler-mips.cc509 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()
1217 GenInstrImmediate(REGIMM, rs, BGEZAL, offset); in bgezal()
/external/v8/src/mips64/
Dconstants-mips64.cc150 case BGEZAL: in IsForbiddenInBranchDelay()
178 case BGEZAL: in IsLinkingInstruction()
Dconstants-mips64.h451 BGEZAL = ((2 << 3) + 1) << 16, enumerator
Ddisasm-mips64.cc1143 case BGEZAL: in DecodeTypeImmediate()
Dsimulator-mips64.cc2899 case BGEZAL: in DecodeTypeImmediate()
2909 case BGEZAL: in DecodeTypeImmediate()
Dassembler-mips64.cc487 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()
1196 GenInstrImmediate(REGIMM, rs, BGEZAL, offset); in bgezal()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp78 case Mips::BGEZAL: in isCall()
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp308 case Mips::BGEZAL: in printAlias()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp545 case Mips::BGEZAL: in getEquivalentCallShort()
DMipsInstrInfo.td1320 def BGEZAL : MMRel, BGEZAL_FT<"bgezal", brtarget, GPR32Opnd>, BGEZAL_FM<0x11>,
1328 def BAL_BR : BAL_BR_Pseudo<BGEZAL>;
1546 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.cpp1272 case Mips::BGEZAL: in processInstruction()