Searched refs:VRegC_3rc (Results 1 – 9 of 9) sorted by relevance
469 case k3rc: return VRegC_3rc(); in VRegC()508 inline uint16_t Instruction::VRegC_3rc() const { in VRegC_3rc() function
429 uint16_t first_reg = VRegC_3rc(); in DumpString()430 uint16_t last_reg = VRegC_3rc() + VRegA_3rc() - 1; in DumpString()
459 uint16_t VRegC_3rc() const;
245 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvoke()461 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
1430 vregC = inst->VRegC_3rc(); in DoCall()1494 vregC = inst->VRegC_3rc(); in DoFilledNewArray()
531 instr->VRegC_3rc() : instr->VRegC_35c(); in GetReceiverRegisterForStringInit()
540 vregC = inst->VRegC_3rc(); in DoFilledNewArray()
526 uint32_t register_index = instruction.VRegC_3rc(); in ProcessDexInstruction()
2351 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()2909 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()