Home
last modified time | relevance | path

Searched refs:k21h (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Ddex_instruction-inl.h36 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()
Ddex_instruction_list.h42 …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) \
Ddex_instruction.cc167 case k21h: { in DumpString()
Ddex_instruction.h101 k21h, // op vAA, #+BBBB00000[00000000] enumerator
/art/compiler/dex/
Dmir_graph.cc1570 case Instruction::k21h: in GetDalvikDisassembly()