Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h54 case k51l: return true; in HasVRegA()
86 case k51l: return VRegA_51l(); in VRegA()
209 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegA_51l()
248 case k51l: return true; in HasVRegB()
254 return FormatOf(Opcode()) == k51l; in HasWideVRegB()
279 case k51l: return VRegB_51l(); in VRegB()
391 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegB_51l()
Ddex_instruction.cc55 } else if (format == Instruction::Format::k51l) { in InstructionSizeInCodeUnitsByOpcode()
512 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
Ddex_instruction.h125 k51l, // op vAA, #+BBBBBBBBBBBBBBBB enumerator
277 DCHECK(FormatOf(Opcode()) == k51l); in Next_51l()
Ddex_instruction_list.h46 …V(0x18, CONST_WIDE, "const-wide", k51l, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegAWi…
305 V(k51l)
/art/dexdump/
Ddexdump.cc1106 case Instruction::k51l: { // op vAA, #+BBBBBBBBBBBBBBBB in dumpInstruction()