Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h42 case k32x: in SizeInCodeUnits()
81 case k32x: return true; in HasVRegA()
118 case k32x: return VRegA_32x(); in VRegA()
231 DCHECK_EQ(FormatOf(Opcode()), k32x); in VRegA_32x()
280 case k32x: return true; in HasVRegB()
316 case k32x: return VRegB_32x(); in VRegB()
408 DCHECK_EQ(FormatOf(Opcode()), k32x); in VRegB_32x()
Ddex_instruction.cc51 } else if ((format >= Instruction::Format::k32x) && (format <= Instruction::Format::k3rc)) { in InstructionSizeInCodeUnitsByOpcode()
340 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
Ddex_instruction_list.h25 V(0x03, MOVE_16, "move/16", k32x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
28 …V(0x06, MOVE_WIDE_16, "move-wide/16", k32x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyReg…
31 …V(0x09, MOVE_OBJECT_16, "move-object/16", k32x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyReg…
296 V(k32x) \
Ddex_instruction.h109 k32x, // op vAAAA, vBBBB enumerator
269 DCHECK(FormatOf(Opcode()) >= k32x && FormatOf(Opcode()) <= k3rc); in Next_3xx()
/art/dexdump/
Ddexdump.cc1106 case Instruction::k32x: // op vAAAA, vBBBB in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc962 case Instruction::k32x: // op vAAAA, vBBBB in DumpInstruction()