Searched refs:VRegC_22s (Results 1 – 6 of 6) sorted by relevance
418 case k22s: return VRegC_22s(); in VRegC()441 inline int16_t Instruction::VRegC_22s() const { in VRegC_22s() function
267 …case k22s: os << StringPrintf("%s v%d, v%d, #%+d", opcode, VRegA_22s(), VRegB_22s(), VRegC_22s())… in DumpString()
448 int16_t VRegC_22s() const;
2395 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()
323 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp()
691 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s(), dex_pc); in Binop_22s()