Home
last modified time | relevance | path

Searched refs:GetHighStackIndex (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dlocations.h243 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh()
308 intptr_t GetHighStackIndex(uintptr_t word_size) const { in GetHighStackIndex() function
Dparallel_move_resolver.cc98 return Location::StackSlot(location.GetHighStackIndex(4)); in HighOf()
Dcode_generator_x86.cc1674 Address(ESP, source.GetHighStackIndex(kX86WordSize))); in Move64()
1699 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), in Move64()
1708 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), in Move64()
1716 Location::StackSlot(source.GetHighStackIndex(kX86WordSize)), in Move64()
1717 Location::StackSlot(destination.GetHighStackIndex(kX86WordSize)), in Move64()
2044 __ cmpl(left_high, Address(ESP, right.GetHighStackIndex(kX86WordSize))); in GenerateLongComparesAndJumps()
2413 __ cmovl(cond, false_high, Address(ESP, true_loc.GetHighStackIndex(kX86WordSize))); in VisitSelect()
3672 Address(ESP, second.GetHighStackIndex(kX86WordSize))); in VisitAdd()
3778 Address(ESP, second.GetHighStackIndex(kX86WordSize))); in VisitSub()
3953 Address in2_hi(ESP, second.GetHighStackIndex(kX86WordSize)); in VisitMul()
[all …]
Dcode_generator.cc1372 Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in EmitVRegInfo()
1504 location.GetHighStackIndex(kVRegSize)); in EmitVRegInfoOnlyCatchPhis()
Dcode_generator_arm_vixl.cc7508 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
7524 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
Dintrinsics_x86.cc2816 __ popcntl(out, Address(ESP, src.GetHighStackIndex(kX86WordSize))); in GenBitCount()