Home
last modified time | relevance | path

Searched refs:SIMDStackSlot (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcodegen_test.cc802 move->AddMove(Location::SIMDStackSlot(0), in TEST_F()
803 Location::SIMDStackSlot(257), in TEST_F()
806 move->AddMove(Location::SIMDStackSlot(257), in TEST_F()
807 Location::SIMDStackSlot(0), in TEST_F()
Dlocations.h277 static Location SIMDStackSlot(intptr_t stack_index) { in SIMDStackSlot() function
298 return Location::SIMDStackSlot(spill_slot); in StackSlotByNumOfSlots()