Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DRegsMips.cpp66 fn("r0", regs_[MIPS_REG_R0]); in IterateRegisters()
118 (*regs)[MIPS_REG_R0 + i] = mips_ucontext->uc_mcontext.sc_regs[i]; in CreateFromUcontext()
164 regs_[MIPS_REG_R0 + i] = values[1 + i]; in StepIfSignalHandler()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMachineMips.h25 MIPS_REG_R0 = 0, enumerator
/aosp12/system/unwinding/libunwindstack/tests/
H A DRegsIterateTest.cpp162 result.push_back({"r0", MIPS_REG_R0}); in ExpectedRegisters()