Searched refs:k21h (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 36 case k21h: return true; in HasVRegA() 66 case k21h: return VRegA_21h(); in VRegA() 125 DCHECK_EQ(FormatOf(Opcode()), k21h); in VRegA_21h() 217 case k21h: return true; in HasVRegB() 246 case k21h: return VRegB_21h(); in VRegB() 288 DCHECK_EQ(FormatOf(Opcode()), k21h); in VRegB_21h()
|
D | dex_instruction_list.h | 42 …V(0x15, CONST_HIGH16, "const/high16", k21h, true, kNone, kContinue | kRegBFieldOrConstant, kVerify… 46 …V(0x19, CONST_WIDE_HIGH16, "const-wide/high16", k21h, true, kNone, kContinue | kRegBFieldOrConstan… 288 V(k21h) \
|
D | dex_instruction.cc | 167 case k21h: { in DumpString()
|
D | dex_instruction.h | 101 k21h, // op vAA, #+BBBB00000[00000000] enumerator
|
/art/compiler/dex/ |
D | mir_graph.cc | 1570 case Instruction::k21h: in GetDalvikDisassembly()
|