Searched refs:GetHighStackIndex (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | locations.h | 243 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh() 308 intptr_t GetHighStackIndex(uintptr_t word_size) const { in GetHighStackIndex() function
|
D | parallel_move_resolver.cc | 98 return Location::StackSlot(location.GetHighStackIndex(4)); in HighOf()
|
D | code_generator_x86.cc | 1674 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 …]
|
D | code_generator.cc | 1372 Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in EmitVRegInfo() 1504 location.GetHighStackIndex(kVRegSize)); in EmitVRegInfoOnlyCatchPhis()
|
D | code_generator_arm_vixl.cc | 7508 destination.GetHighStackIndex(kArmWordSize)); in EmitMove() 7524 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
|
D | intrinsics_x86.cc | 2816 __ popcntl(out, Address(ESP, src.GetHighStackIndex(kX86WordSize))); in GenBitCount()
|