Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h418 case k22s: return VRegC_22s(); in VRegC()
441 inline int16_t Instruction::VRegC_22s() const { in VRegC_22s() function
Ddex_instruction.cc267 …case k22s: os << StringPrintf("%s v%d, v%d, #%+d", opcode, VRegA_22s(), VRegB_22s(), VRegC_22s())… in DumpString()
Ddex_instruction.h448 int16_t VRegC_22s() const;
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2395 inst->VRegC_22s())); in ADD_INT_LIT16()
2401 SafeSub(inst->VRegC_22s(), in RSUB_INT()
2409 inst->VRegC_22s())); in MUL_INT_LIT16()
2416 inst->VRegC_22s()); in DIV_INT_LIT16()
2423 inst->VRegC_22s()); in REM_INT_LIT16()
2430 inst->VRegC_22s()); in AND_INT_LIT16()
2437 inst->VRegC_22s()); in OR_INT_LIT16()
2444 inst->VRegC_22s()); in XOR_INT_LIT16()
/art/runtime/verifier/
Dregister_line.cc323 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp()
/art/compiler/optimizing/
Dinstruction_builder.cc691 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s(), dex_pc); in Binop_22s()