Searched refs:k20t (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction.cc | 61 ((format >= k20t) && (format <= k22c)) ? 2 : \ 192 case k20t: return VRegA_20t(); in GetTargetOffset() 231 case k20t: // op +AAAA in Decode() 395 case k20t: os << StringPrintf("%s %+d", opcode, VRegA_20t()); break; in DumpString()
|
D | dex_instruction.h | 99 k20t, // op +AAAA enumerator 191 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c); in Next_2xx()
|
D | dex_instruction-inl.h | 53 DCHECK_EQ(FormatOf(Opcode()), k20t); in VRegA_20t()
|
D | dex_instruction_list.h | 62 V(0x29, GOTO_16, "goto/16", k20t, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \ 284 V(k20t) \
|
/art/compiler/dex/ |
D | mir_graph.cc | 944 case Instruction::k20t: in GetDalvikDisassembly()
|