Searched refs:k32x (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 49 case k32x: return true; in HasVRegA() 81 case k32x: return VRegA_32x(); in VRegA() 194 DCHECK_EQ(FormatOf(Opcode()), k32x); in VRegA_32x() 243 case k32x: return true; in HasVRegB() 274 case k32x: return VRegB_32x(); in VRegB() 366 DCHECK_EQ(FormatOf(Opcode()), k32x); in VRegB_32x()
|
D | dex_instruction.h | 108 k32x, // op vAAAA, vBBBB enumerator 254 DCHECK(FormatOf(Opcode()) >= k32x && FormatOf(Opcode()) <= k3rc); in Next_3xx()
|
D | dex_instruction.cc | 51 } else if ((format >= Instruction::Format::k32x) && (format <= Instruction::Format::k3rc)) { in InstructionSizeInCodeUnitsByOpcode() 320 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
|
D | dex_instruction_list.h | 25 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) \
|
/art/dexdump/ |
D | dexdump.cc | 1079 case Instruction::k32x: // op vAAAA, vBBBB in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 1004 case Instruction::k32x: // op vAAAA, vBBBB in DumpInstruction()
|