Lines Matching refs:GetStackIndex
994 __ movl(destination.AsRegister<Register>(), Address(ESP, source.GetStackIndex())); in Move32()
1003 __ movss(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in Move32()
1008 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegister<Register>()); in Move32()
1010 __ movss(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in Move32()
1014 __ movl(Address(ESP, destination.GetStackIndex()), Immediate(value)); in Move32()
1017 __ pushl(Address(ESP, source.GetStackIndex())); in Move32()
1018 __ popl(Address(ESP, destination.GetStackIndex())); in Move32()
1044 __ movl(destination.AsRegisterPairLow<Register>(), Address(ESP, source.GetStackIndex())); in Move64()
1052 __ movsd(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in Move64()
1069 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegisterPairLow<Register>()); in Move64()
1073 __ movsd(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in Move64()
1083 __ movl(Address(ESP, destination.GetStackIndex()), Immediate(Low32Bits(value))); in Move64()
1088 Location::StackSlot(source.GetStackIndex()), in Move64()
1089 Location::StackSlot(destination.GetStackIndex()), in Move64()
1274 __ cmpl(left_low, Address(ESP, right.GetStackIndex())); in GenerateLongComparesAndJumps()
1296 __ ucomisd(lhs.AsFpuRegister<XmmRegister>(), Address(ESP, rhs.GetStackIndex())); in GenerateFPCompare()
1309 __ ucomiss(lhs.AsFpuRegister<XmmRegister>(), Address(ESP, rhs.GetStackIndex())); in GenerateFPCompare()
1410 __ cmpl(Address(ESP, lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch()
1440 __ cmpl(lhs.AsRegister<Register>(), Address(ESP, rhs.GetStackIndex())); in GenerateTestAndBranch()
1540 __ cmpl(lhs_reg, Address(ESP, rhs.GetStackIndex())); in GenerateIntCompare()
1596 __ cmovl(cond, false_low, Address(ESP, true_loc.GetStackIndex())); in VisitSelect()
1604 __ cmovl(cond, false_reg, Address(ESP, true_loc.GetStackIndex())); in VisitSelect()
2025 __ movl(temp, Address(ESP, receiver.GetStackIndex())); in VisitInvokeInterface()
2424 __ movsxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
2440 __ movsxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
2461 __ movl(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
2572 __ movzxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
2588 __ movzxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
2630 __ fstps(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion()
2683 __ fstpl(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion()
2778 __ addl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
2788 __ addl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
2812 __ addss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
2829 __ addsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
2882 __ subl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in VisitSub()
2892 __ subl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in VisitSub()
2916 __ subss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitSub()
2933 __ subsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitSub()
3004 __ imull(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in VisitMul()
3068 Address in2_lo(ESP, second.GetStackIndex()); in VisitMul()
3103 __ mulss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitMul()
3121 __ mulsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitMul()
3139 __ flds(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
3141 __ filds(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
3146 __ fldl(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
3148 __ fildl(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
3507 __ divss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitDiv()
3524 __ divsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitDiv()
3643 __ cmpl(Address(ESP, value.GetStackIndex()), Immediate(0)); in VisitDivZeroCheck()
4039 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
4041 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
4201 __ cmpl(left_low, Address(ESP, right.GetStackIndex())); in VisitCompare()
4313 __ movl(temp, Address(ESP, location.GetStackIndex())); in GetInvokeStaticOrDirectExtraParameter()
4986 __ cmpl(Address(ESP, obj.GetStackIndex()), Immediate(0)); in GenerateExplicitNullCheck()
5641 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegister<Register>()); in EmitMove()
5663 __ movss(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in EmitMove()
5666 __ movsd(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in EmitMove()
5670 __ movl(destination.AsRegister<Register>(), Address(ESP, source.GetStackIndex())); in EmitMove()
5672 __ movss(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in EmitMove()
5675 MoveMemoryToMemory32(destination.GetStackIndex(), source.GetStackIndex()); in EmitMove()
5679 __ movl(destination.AsRegisterPairLow<Register>(), Address(ESP, source.GetStackIndex())); in EmitMove()
5683 __ movsd(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in EmitMove()
5686 MoveMemoryToMemory64(destination.GetStackIndex(), source.GetStackIndex()); in EmitMove()
5700 __ movl(Address(ESP, destination.GetStackIndex()), Immediate(value)); in EmitMove()
5720 __ movl(Address(ESP, destination.GetStackIndex()), imm); in EmitMove()
5729 __ movl(Address(ESP, destination.GetStackIndex()), low); in EmitMove()
5756 __ movl(Address(ESP, destination.GetStackIndex()), low); in EmitMove()
5815 Exchange(source.AsRegister<Register>(), destination.GetStackIndex()); in EmitSwap()
5817 Exchange(destination.AsRegister<Register>(), source.GetStackIndex()); in EmitSwap()
5819 Exchange(destination.GetStackIndex(), source.GetStackIndex()); in EmitSwap()
5827 Exchange32(source.AsFpuRegister<XmmRegister>(), destination.GetStackIndex()); in EmitSwap()
5829 Exchange32(destination.AsFpuRegister<XmmRegister>(), source.GetStackIndex()); in EmitSwap()
5833 Address stack(ESP, destination.GetStackIndex()); in EmitSwap()
5845 Address stack(ESP, source.GetStackIndex()); in EmitSwap()
5855 Exchange(destination.GetStackIndex(), source.GetStackIndex()); in EmitSwap()
6190 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
6214 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
6232 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
6256 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
6278 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
6413 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
6449 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
6463 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
6493 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
6631 __ andl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
6633 __ orl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
6636 __ xorl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
6655 __ andl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
6659 __ orl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
6664 __ xorl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()