Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/sys/
H A Ducontext.h58 REG_R8, enumerator
59 #define REG_R8 REG_R8 macro
219 REG_R8 = 0,
220 #define REG_R8 REG_R8
/aosp12/art/runtime/
H A Druntime_common.cc216 DumpRegister64(os, "r8 ", context.gregs[REG_R8]); in Dump()