Home
last modified time | relevance | path

Searched refs:k22s (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction-inl.h40 case k22s: in SizeInCodeUnits()
73 case k22s: return true; in HasVRegA()
110 case k22s: return VRegA_22s(inst_data); in VRegA()
191 DCHECK_EQ(FormatOf(Opcode()), k22s); in VRegA_22s()
273 case k22s: return true; in HasVRegB()
309 case k22s: return VRegB_22s(inst_data); in VRegB()
373 DCHECK_EQ(FormatOf(Opcode()), k22s); in VRegB_22s()
445 case k22s: return true; in HasVRegC()
465 case k22s: return VRegC_22s(); in VRegC()
489 DCHECK_EQ(FormatOf(Opcode()), k22s); in VRegC_22s()
Ddex_instruction_list.h230 …V(0xD0, ADD_INT_LIT16, "add-int/lit16", k22s, kIndexNone, kContinue, kAdd | kRegCFieldOrConstant, …
231 …V(0xD1, RSUB_INT, "rsub-int", k22s, kIndexNone, kContinue, kSubtract | kRegCFieldOrConstant, kVeri…
232 …V(0xD2, MUL_INT_LIT16, "mul-int/lit16", k22s, kIndexNone, kContinue, kMultiply | kRegCFieldOrConst…
233 …V(0xD3, DIV_INT_LIT16, "div-int/lit16", k22s, kIndexNone, kContinue | kThrow, kDivide | kRegCField…
234 …V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, kIndexNone, kContinue | kThrow, kRemainder | kRegCFi…
235 …V(0xD5, AND_INT_LIT16, "and-int/lit16", k22s, kIndexNone, kContinue, kAnd | kRegCFieldOrConstant, …
236 …V(0xD6, OR_INT_LIT16, "or-int/lit16", k22s, kIndexNone, kContinue, kOr | kRegCFieldOrConstant, kVe…
237 …V(0xD7, XOR_INT_LIT16, "xor-int/lit16", k22s, kIndexNone, kContinue, kXor | kRegCFieldOrConstant, …
294 V(k22s) \
Ddex_instruction.cc267 …case k22s: os << StringPrintf("%s v%d, v%d, #%+d", opcode, VRegA_22s(), VRegB_22s(), VRegC_22s())… in DumpString()
Ddex_instruction.h107 k22s, // op vA, vB, #+CCCC enumerator
/art/dexdump/
Ddexdump.cc1077 case Instruction::k22s: // op vA, vB, #+CCCC in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc933 case Instruction::k22s: // op vA, vB, #+CCCC in DumpInstruction()