Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_instruction.cc403 uint16_t last_reg = VRegC_3rc() + VRegA_3rc() - 1; in DumpString() local
412 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString()
420 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString()
426 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbcache.h192 __u32 last_reg; member
217 __u32 last_reg; member
/aosp12/system/unwinding/libunwindstack/
H A DArmExidx.cpp517 uint8_t last_reg = (byte & 0x7); in DecodePrefix_10_11_1nnn() local
519 if (last_reg) { in DecodePrefix_10_11_1nnn()
520 msg += android::base::StringPrintf("-d%d", last_reg + 8); in DecodePrefix_10_11_1nnn()