Searched refs:k11n (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction.cc | 110 case k11n: return true; in HasVRegA() 161 case k11n: return VRegA_11n(); in VRegA() 221 case k11n: // op vA, #+B in Decode() 392 case k11n: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_11n(), VRegB_11n()); break; in DumpString()
|
D | dex_instruction-inl.h | 38 DCHECK_EQ(FormatOf(Opcode()), k11n); in VRegA_11n() 151 DCHECK_EQ(FormatOf(Opcode()), k11n); in VRegB_11n()
|
D | dex_instruction.h | 96 k11n, // op vA, #+B enumerator
|
D | dex_instruction_list.h | 39 V(0x12, CONST_4, "const/4", k11n, true, kNone, kContinue, kVerifyRegA) \ 281 V(k11n) \
|
/art/compiler/dex/ |
D | mir_graph.cc | 975 case Instruction::k11n: // Add one immediate from vB in GetDalvikDisassembly()
|