Home
last modified time | relevance | path

Searched refs:MIPS64_REG_RA (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DRegsMips64.cpp33 : RegsImpl<uint64_t>(MIPS64_REG_LAST, Location(LOCATION_REGISTER, MIPS64_REG_RA)) {} in RegsMips64()
56 uint64_t ra = regs_[MIPS64_REG_RA]; in SetPcFromReturnAddress()
97 fn("ra", regs_[MIPS64_REG_RA]); in IterateRegisters()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMachineMips64.h61 MIPS64_REG_RA = MIPS64_REG_R31, enumerator
/aosp12/system/unwinding/libunwindstack/tests/
H A DRegsIterateTest.cpp233 result.push_back({"ra", MIPS64_REG_RA}); in ExpectedRegisters()