Searched refs:VRegPair (Results 1 – 7 of 7) sorted by relevance
212 move->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg - shift)); in GenerateShiftParamsCode()213 move->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg)); in GenerateShiftParamsCode()424 reg = bytecode->CastOperand<lir::VRegPair>(0)->base_reg; in Apply()461 move_op->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg + 1)); in Apply()462 move_op->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg)); in Apply()630 virtual bool Visit(lir::VRegPair* vreg_pair) override { in Visit()
426 return Alloc<VRegPair>(dex_instr.vA); in GetRegA()435 return Alloc<VRegPair>(dex_instr.vB); in GetRegB()444 return Alloc<VRegPair>(dex_instr.vC); in GetRegC()
101 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegA()110 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegB()119 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegC()
61 struct VRegPair;99 virtual bool Visit(VRegPair* vreg_pair) { return false; } in Visit()161 struct VRegPair : public Operand { struct164 explicit VRegPair(dex::u4 base_reg) : base_reg(base_reg) {} in VRegPair() argument
42 virtual bool Visit(lir::VRegPair* vreg_pair) override;
138 bool PrintCodeIrVisitor::Visit(lir::VRegPair* vreg_pair) { in Visit()
257 reg = bytecode->CastOperand<lir::VRegPair>(0)->base_reg; in StressExitHook()