Home
last modified time | relevance | path

Searched refs:REG_R9 (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A Ducontext.h60 REG_R9, enumerator
61 #define REG_R9 REG_R9 macro
221 REG_R9,
222 #define REG_R9 REG_R9
/aosp12/art/runtime/
H A Druntime_common.cc217 DumpRegister64(os, "r9 ", context.gregs[REG_R9]); in Dump()