Searched refs:k22x (Results 1 – 6 of 6) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 32 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()
|
D | dex_instruction_list.h | 24 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) \
|
D | dex_instruction.cc | 185 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
|
D | dex_instruction.h | 99 k22x, // op vAA, vBBBB enumerator
|
/art/dexdump/ |
D | dexdump.cc | 989 case Instruction::k22x: // op vAA, vBBBB in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 884 case Instruction::k22x: // op vAA, vBBBB in DumpInstruction()
|