Home
last modified time | relevance | path

Searched refs:k22x (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction-inl.h32 case k22x: in SizeInCodeUnits()
75 case k22x: return true; in HasVRegA()
112 case k22x: return VRegA_22x(inst_data); in VRegA()
201 DCHECK_EQ(FormatOf(Opcode()), k22x); in VRegA_22x()
275 case k22x: return true; in HasVRegB()
311 case k22x: return VRegB_22x(); in VRegB()
383 DCHECK_EQ(FormatOf(Opcode()), k22x); in VRegB_22x()
Ddex_instruction_list.h24 V(0x02, MOVE_FROM16, "move/from16", k22x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
27 …V(0x05, MOVE_WIDE_FROM16, "move-wide/from16", k22x, kIndexNone, kContinue, 0, kVerifyRegAWide | kV…
30 …V(0x08, MOVE_OBJECT_FROM16, "move-object/from16", k22x, kIndexNone, kContinue, 0, kVerifyRegA | kV…
286 V(k22x) \
Ddex_instruction.cc185 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
Ddex_instruction.h99 k22x, // op vAA, vBBBB enumerator
/art/dexdump/
Ddexdump.cc1028 case Instruction::k22x: // op vAA, vBBBB in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc884 case Instruction::k22x: // op vAA, vBBBB in DumpInstruction()