Lines Matching refs:first
141 HInstruction* first = LoadLocal(instruction.VRegA(), Primitive::kPrimInt); in If_22t() local
143 T* comparison = new (arena_) T(first, second); in If_22t()
274 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x() local
276 current_block_->AddInstruction(new (arena_) T(type, first, second)); in Binop_23x()
282 HInstruction* first = LoadLocal(instruction.VRegA(), type); in Binop_12x() local
284 current_block_->AddInstruction(new (arena_) T(type, first, second)); in Binop_12x()
290 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22s() local
293 std::swap(first, second); in Binop_22s()
295 current_block_->AddInstruction(new (arena_) T(Primitive::kPrimInt, first, second)); in Binop_22s()
301 HInstruction* first = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); in Binop_22b() local
304 std::swap(first, second); in Binop_22b()
306 current_block_->AddInstruction(new (arena_) T(Primitive::kPrimInt, first, second)); in Binop_22b()