Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h43 case k22x: return true; in HasVRegA()
75 case k22x: return VRegA_22x(); in VRegA()
164 DCHECK_EQ(FormatOf(Opcode()), k22x); in VRegA_22x()
238 case k22x: return true; in HasVRegB()
269 case k22x: return VRegB_22x(); in VRegB()
341 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.h98 k22x, // op vAA, vBBBB enumerator
Ddex_instruction.cc165 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
/art/dexdump/
Ddexdump.cc1001 case Instruction::k22x: // op vAA, vBBBB in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc926 case Instruction::k22x: // op vAA, vBBBB in DumpInstruction()