Searched refs:k21h (Results 1 – 6 of 6) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 35 case k21h: in SizeInCodeUnits() 68 case k21h: return true; in HasVRegA() 105 case k21h: return VRegA_21h(inst_data); in VRegA() 166 DCHECK_EQ(FormatOf(Opcode()), k21h); in VRegA_21h() 268 case k21h: return true; in HasVRegB() 304 case k21h: return VRegB_21h(); in VRegB() 348 DCHECK_EQ(FormatOf(Opcode()), k21h); in VRegB_21h()
|
D | dex_instruction_list.h | 43 …V(0x15, CONST_HIGH16, "const/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRe… 47 …V(0x19, CONST_WIDE_HIGH16, "const-wide/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant,… 289 V(k21h) \
|
D | dex_instruction.cc | 188 case k21h: { in DumpString()
|
D | dex_instruction.h | 102 k21h, // op vAA, #+BBBB00000[00000000] enumerator
|
/art/dexdump/ |
D | dexdump.cc | 1043 case Instruction::k21h: // op vAA, #+BBBB0000[00000000] in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 899 case Instruction::k21h: // op vAA, #+BBBB0000[00000000] in DumpInstruction()
|