Searched refs:k22x (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 43 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()
|
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.h | 98 k22x, // op vAA, vBBBB enumerator
|
D | dex_instruction.cc | 165 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
|
/art/dexdump/ |
D | dexdump.cc | 1001 case Instruction::k22x: // op vAA, vBBBB in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 926 case Instruction::k22x: // op vAA, vBBBB in DumpInstruction()
|