Home
last modified time | relevance | path

Searched refs:k51l (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Ddex_instruction-inl.h52 case k51l: return true; in HasVRegA()
82 case k51l: return VRegA_51l(); in VRegA()
205 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegA_51l()
233 case k51l: return true; in HasVRegB()
239 return FormatOf(Opcode()) == k51l; in HasWideVRegB()
263 case k51l: return VRegB_51l(); in VRegB()
371 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegB_51l()
Ddex_instruction.cc76 (format == k51l) ? 5 : -1),
466 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
Ddex_instruction.h116 k51l, // op vAA, #+BBBBBBBBBBBBBBBB enumerator
236 DCHECK(FormatOf(Opcode()) == k51l); in Next_51l()
Ddex_instruction_list.h45 …V(0x18, CONST_WIDE, "const-wide", k51l, true, kIndexNone, kContinue | kRegBFieldOrConstant, kVerif…
304 V(k51l)
/art/dexdump/
Ddexdump.cc824 case Instruction::k51l: // op vAA, #+BBBBBBBBBBBBBBBB in dumpInstruction()