Lines Matching refs:GetStackIndex

1622       __ movl(destination.AsRegister<Register>(), Address(ESP, source.GetStackIndex()));  in Move32()
1631 __ movss(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in Move32()
1636 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegister<Register>()); in Move32()
1638 __ movss(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in Move32()
1642 __ movl(Address(ESP, destination.GetStackIndex()), Immediate(value)); in Move32()
1645 __ pushl(Address(ESP, source.GetStackIndex())); in Move32()
1646 __ popl(Address(ESP, destination.GetStackIndex())); in Move32()
1672 __ movl(destination.AsRegisterPairLow<Register>(), Address(ESP, source.GetStackIndex())); in Move64()
1680 __ movsd(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in Move64()
1698 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegisterPairLow<Register>()); in Move64()
1702 __ movsd(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in Move64()
1707 __ movl(Address(ESP, destination.GetStackIndex()), Immediate(Low32Bits(value))); in Move64()
1713 Location::StackSlot(source.GetStackIndex()), in Move64()
1714 Location::StackSlot(destination.GetStackIndex()), in Move64()
2054 __ cmpl(left_low, Address(ESP, right.GetStackIndex())); in GenerateLongComparesAndJumps()
2077 __ ucomisd(lhs.AsFpuRegister<XmmRegister>(), Address(ESP, rhs.GetStackIndex())); in GenerateFPCompare()
2091 __ ucomiss(lhs.AsFpuRegister<XmmRegister>(), Address(ESP, rhs.GetStackIndex())); in GenerateFPCompare()
2196 __ cmpl(Address(ESP, lhs.GetStackIndex()), Immediate(0)); in GenerateTestAndBranch()
2414 __ cmovl(cond, false_low, Address(ESP, true_loc.GetStackIndex())); in VisitSelect()
2422 __ cmovl(cond, false_reg, Address(ESP, true_loc.GetStackIndex())); in VisitSelect()
2913 __ movl(temp, Address(ESP, receiver.GetStackIndex())); in VisitInvokeInterface()
3334 __ movzxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
3345 __ movzxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
3366 __ movsxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
3377 __ movsxw(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
3397 __ movl(out.AsRegister<Register>(), Address(ESP, in.GetStackIndex())); in VisitTypeConversion()
3516 __ fstps(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion()
3566 __ fstpl(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion()
3660 __ addl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
3670 __ addl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
3695 __ addss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
3713 __ addsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
3766 __ subl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in VisitSub()
3776 __ subl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in VisitSub()
3801 __ subss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitSub()
3819 __ subsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitSub()
3890 __ imull(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in VisitMul()
3954 Address in2_lo(ESP, second.GetStackIndex()); in VisitMul()
3990 __ mulss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitMul()
4009 __ mulsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitMul()
4027 __ flds(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
4029 __ filds(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
4034 __ fldl(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
4036 __ fildl(Address(ESP, source.GetStackIndex() + stack_adjustment)); in PushOntoFPStack()
4403 __ divss(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitDiv()
4421 __ divsd(first.AsFpuRegister<XmmRegister>(), Address(ESP, second.GetStackIndex())); in VisitDiv()
4832 __ cmpl(Address(ESP, value.GetStackIndex()), Immediate(0)); in VisitDivZeroCheck()
5203 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
5205 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
5371 __ cmpl(left_low, Address(ESP, right.GetStackIndex())); in VisitCompare()
5470 __ movl(temp, Address(ESP, location.GetStackIndex())); in GetInvokeStaticOrDirectExtraParameter()
6427 __ cmpl(Address(ESP, obj.GetStackIndex()), Immediate(0)); in GenerateExplicitNullCheck()
7015 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegister<Register>()); in EmitMove()
7035 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegisterPairLow<Register>()); in EmitMove()
7056 __ movss(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in EmitMove()
7058 __ movsd(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in EmitMove()
7061 __ movups(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in EmitMove()
7065 __ movl(destination.AsRegister<Register>(), Address(ESP, source.GetStackIndex())); in EmitMove()
7067 __ movss(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in EmitMove()
7070 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 1); in EmitMove()
7074 __ movl(destination.AsRegisterPairLow<Register>(), Address(ESP, source.GetStackIndex())); in EmitMove()
7078 __ movsd(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in EmitMove()
7081 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 2); in EmitMove()
7085 __ movups(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in EmitMove()
7088 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 4); in EmitMove()
7102 __ movl(Address(ESP, destination.GetStackIndex()), Immediate(value)); in EmitMove()
7122 __ movl(Address(ESP, destination.GetStackIndex()), imm); in EmitMove()
7131 __ movl(Address(ESP, destination.GetStackIndex()), low); in EmitMove()
7160 __ movl(Address(ESP, destination.GetStackIndex()), low); in EmitMove()
7233 Exchange(source.AsRegister<Register>(), destination.GetStackIndex()); in EmitSwap()
7235 Exchange(destination.AsRegister<Register>(), source.GetStackIndex()); in EmitSwap()
7237 ExchangeMemory(destination.GetStackIndex(), source.GetStackIndex(), 1); in EmitSwap()
7245 Exchange32(source.AsFpuRegister<XmmRegister>(), destination.GetStackIndex()); in EmitSwap()
7247 Exchange32(destination.AsFpuRegister<XmmRegister>(), source.GetStackIndex()); in EmitSwap()
7251 Address stack(ESP, destination.GetStackIndex()); in EmitSwap()
7263 Address stack(ESP, source.GetStackIndex()); in EmitSwap()
7273 ExchangeMemory(destination.GetStackIndex(), source.GetStackIndex(), 2); in EmitSwap()
7275 ExchangeMemory(destination.GetStackIndex(), source.GetStackIndex(), 4); in EmitSwap()
7277 Exchange128(source.AsFpuRegister<XmmRegister>(), destination.GetStackIndex()); in EmitSwap()
7279 Exchange128(destination.AsFpuRegister<XmmRegister>(), source.GetStackIndex()); in EmitSwap()
7804 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
7840 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
7866 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
7902 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
7935 __ cmpl(out, Address(ESP, cls.GetStackIndex())); in VisitInstanceOf()
8133 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
8170 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
8191 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
8224 __ cmpl(temp, Address(ESP, cls.GetStackIndex())); in VisitCheckCast()
8444 __ andl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
8446 __ orl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
8449 __ xorl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
8468 __ andl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
8472 __ orl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
8477 __ xorl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation()
9198 __ cmpl(lhs, Address(ESP, rhs.GetStackIndex())); in GenerateIntCompare()