Lines Matching refs:AT
727 DCHECK_NE(temp1_, AT); in EmitNativeCode()
785 Register tmp = AT; // Value in memory. in EmitNativeCode()
1231 __ MoveFromFpuHigh(AT, f1); in EmitSwap()
1235 __ Move(r2_h, AT); in EmitSwap()
1836 Register card = AT; in MarkGCCard()
1864 blocked_core_registers_[AT] = true; in SetupBlockedRegisters()
1967 __ LoadConst32(AT, mirror::Class::kStatusInitialized); in GenerateClassInitializationCheck()
1968 __ Blt(TMP, AT, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck()
2217 __ Sltiu(AT, dst_low, low); in HandleBinaryOp()
2222 __ Sltu(AT, dst_low, TMP); in HandleBinaryOp()
2235 __ Addu(dst_high, dst_high, AT); in HandleBinaryOp()
2447 __ Nor(AT, ZERO, rhs_reg); in HandleShift()
2449 __ Srlv(TMP, TMP, AT); in HandleShift()
2458 __ Nor(AT, ZERO, rhs_reg); in HandleShift()
2460 __ Sllv(TMP, TMP, AT); in HandleShift()
2469 __ Nor(AT, ZERO, rhs_reg); in HandleShift()
2471 __ Sllv(TMP, TMP, AT); in HandleShift()
2479 __ Nor(AT, ZERO, rhs_reg); in HandleShift()
2482 __ Sllv(dst_low, dst_low, AT); in HandleShift()
2486 __ Sllv(dst_high, dst_high, AT); in HandleShift()
3310 __ Lw(AT, temp, object_array_data_offset - 2 * kHeapReferenceSize); in VisitCheckCast()
3311 __ MaybeUnpoisonHeapReference(AT); in VisitCheckCast()
3315 __ Bne(AT, cls, &loop); in VisitCheckCast()
3411 __ Slt(AT, rhs_high, lhs_high); // Inverted: is actually gt. in VisitCompare()
3412 __ Subu(res, AT, TMP); // Result -1:1:0 for [ <, >, == ]. in VisitCompare()
3415 __ Sltu(AT, rhs_low, lhs_low); // Inverted: is actually gt. in VisitCompare()
3416 __ Subu(res, AT, TMP); // Result -1:1:0 for [ <, >, == ]. in VisitCompare()
3664 __ Sra(AT, TMP, 31); in GenerateDivRemWithAnyConstant()
3665 __ Subu(AT, TMP, AT); in GenerateDivRemWithAnyConstant()
3668 __ MulR6(TMP, AT, TMP); in GenerateDivRemWithAnyConstant()
3670 __ MulR2(TMP, AT, TMP); in GenerateDivRemWithAnyConstant()
4360 __ Sra(AT, lhs_high, 31); in GenerateLongCompare()
4361 __ Sltu(dst, AT, TMP); in GenerateLongCompare()
4366 __ Sra(AT, lhs_high, 31); in GenerateLongCompare()
4367 __ Sltu(dst, AT, TMP); in GenerateLongCompare()
4382 __ LoadConst32(AT, imm_low); in GenerateLongCompare()
4383 __ Xor(AT, AT, lhs_low); in GenerateLongCompare()
4384 __ Or(dst, TMP, AT); in GenerateLongCompare()
4390 __ LoadConst32(AT, imm_low); in GenerateLongCompare()
4391 __ Xor(AT, AT, lhs_low); in GenerateLongCompare()
4392 __ Or(dst, TMP, AT); in GenerateLongCompare()
4402 __ Slt(AT, lhs_high, TMP); in GenerateLongCompare()
4409 __ Or(dst, dst, AT); in GenerateLongCompare()
4421 __ Slt(AT, TMP, lhs_high); in GenerateLongCompare()
4428 __ Or(dst, dst, AT); in GenerateLongCompare()
4440 __ Sltu(AT, lhs_high, TMP); in GenerateLongCompare()
4447 __ Or(dst, dst, AT); in GenerateLongCompare()
4459 __ Sltu(AT, TMP, lhs_high); in GenerateLongCompare()
4466 __ Or(dst, dst, AT); in GenerateLongCompare()
4476 __ Xor(AT, lhs_low, rhs_low); in GenerateLongCompare()
4477 __ Or(dst, TMP, AT); in GenerateLongCompare()
4482 __ Xor(AT, lhs_low, rhs_low); in GenerateLongCompare()
4483 __ Or(dst, TMP, AT); in GenerateLongCompare()
4489 __ Sltu(AT, lhs_low, rhs_low); in GenerateLongCompare()
4490 __ Slt(TMP, TMP, AT); in GenerateLongCompare()
4491 __ Slt(AT, lhs_high, rhs_high); in GenerateLongCompare()
4492 __ Or(dst, AT, TMP); in GenerateLongCompare()
4500 __ Sltu(AT, rhs_low, lhs_low); in GenerateLongCompare()
4501 __ Slt(TMP, TMP, AT); in GenerateLongCompare()
4502 __ Slt(AT, rhs_high, lhs_high); in GenerateLongCompare()
4503 __ Or(dst, AT, TMP); in GenerateLongCompare()
4511 __ Sltu(AT, lhs_low, rhs_low); in GenerateLongCompare()
4512 __ Slt(TMP, TMP, AT); in GenerateLongCompare()
4513 __ Sltu(AT, lhs_high, rhs_high); in GenerateLongCompare()
4514 __ Or(dst, AT, TMP); in GenerateLongCompare()
4522 __ Sltu(AT, rhs_low, lhs_low); in GenerateLongCompare()
4523 __ Slt(TMP, TMP, AT); in GenerateLongCompare()
4524 __ Sltu(AT, rhs_high, lhs_high); in GenerateLongCompare()
4525 __ Or(dst, AT, TMP); in GenerateLongCompare()
4575 __ Sra(AT, lhs_high, 31); in GenerateLongCompareAndBranch()
4576 __ Bgeu(AT, TMP, label); in GenerateLongCompareAndBranch()
4580 __ Sra(AT, lhs_high, 31); in GenerateLongCompareAndBranch()
4581 __ Bltu(AT, TMP, label); in GenerateLongCompareAndBranch()
4595 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4596 __ Xor(AT, AT, lhs_low); in GenerateLongCompareAndBranch()
4597 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4603 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4604 __ Xor(AT, AT, lhs_low); in GenerateLongCompareAndBranch()
4605 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4612 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4613 __ Sltu(AT, lhs_low, AT); in GenerateLongCompareAndBranch()
4614 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
4620 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4621 __ Sltu(AT, lhs_low, AT); in GenerateLongCompareAndBranch()
4622 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4629 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4630 __ Sltu(AT, AT, lhs_low); in GenerateLongCompareAndBranch()
4631 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4638 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4639 __ Sltu(AT, AT, lhs_low); in GenerateLongCompareAndBranch()
4640 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
4646 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4647 __ Sltu(AT, lhs_low, AT); in GenerateLongCompareAndBranch()
4648 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
4654 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4655 __ Sltu(AT, lhs_low, AT); in GenerateLongCompareAndBranch()
4656 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4663 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4664 __ Sltu(AT, AT, lhs_low); in GenerateLongCompareAndBranch()
4665 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4672 __ LoadConst32(AT, imm_low); in GenerateLongCompareAndBranch()
4673 __ Sltu(AT, AT, lhs_low); in GenerateLongCompareAndBranch()
4674 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
4681 __ Xor(AT, lhs_low, rhs_low); in GenerateLongCompareAndBranch()
4682 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4687 __ Xor(AT, lhs_low, rhs_low); in GenerateLongCompareAndBranch()
4688 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4694 __ Sltu(AT, lhs_low, rhs_low); in GenerateLongCompareAndBranch()
4695 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
4700 __ Sltu(AT, lhs_low, rhs_low); in GenerateLongCompareAndBranch()
4701 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4707 __ Sltu(AT, rhs_low, lhs_low); in GenerateLongCompareAndBranch()
4708 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4714 __ Sltu(AT, rhs_low, lhs_low); in GenerateLongCompareAndBranch()
4715 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
4720 __ Sltu(AT, lhs_low, rhs_low); in GenerateLongCompareAndBranch()
4721 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
4726 __ Sltu(AT, lhs_low, rhs_low); in GenerateLongCompareAndBranch()
4727 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4733 __ Sltu(AT, rhs_low, lhs_low); in GenerateLongCompareAndBranch()
4734 __ Or(TMP, TMP, AT); in GenerateLongCompareAndBranch()
4740 __ Sltu(AT, rhs_low, lhs_low); in GenerateLongCompareAndBranch()
4741 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch()
5888 DCHECK_NE(cond_reg, AT); in GenConditionalMoveR6()
5890 __ Seleqz(AT, true_src.AsRegister<Register>(), cond_reg); in GenConditionalMoveR6()
5893 __ Selnez(AT, true_src.AsRegister<Register>(), cond_reg); in GenConditionalMoveR6()
5896 __ Or(dst.AsRegister<Register>(), AT, TMP); in GenConditionalMoveR6()
8695 __ Sltiu(AT, TMP, num_entries); in GenTableBasedPackedSwitch()
8696 __ Beqz(AT, codegen_->GetLabelOf(default_block)); in GenTableBasedPackedSwitch()
8698 __ LoadConst32(AT, num_entries); in GenTableBasedPackedSwitch()
8699 __ Bgeu(TMP, AT, codegen_->GetLabelOf(default_block)); in GenTableBasedPackedSwitch()
8704 __ LoadLabelAddress(AT, constant_area, table->GetLabel()); in GenTableBasedPackedSwitch()
8705 __ ShiftAndAdd(TMP, TMP, AT, 2, TMP); in GenTableBasedPackedSwitch()
8709 __ Addu(TMP, TMP, AT); in GenTableBasedPackedSwitch()