Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/sys/
H A Ducontext.h66 REG_R12, enumerator
67 #define REG_R12 REG_R12 macro
227 REG_R12,
228 #define REG_R12 REG_R12
/aosp12/art/runtime/
H A Druntime_common.cc222 DumpRegister64(os, "r12", context.gregs[REG_R12]); in Dump()