Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc804 move->AddMove(Location::SIMDStackSlot(0), in TEST_F()
805 Location::SIMDStackSlot(257), in TEST_F()
808 move->AddMove(Location::SIMDStackSlot(257), in TEST_F()
809 Location::SIMDStackSlot(0), in TEST_F()
Dlocations.h272 static Location SIMDStackSlot(intptr_t stack_index) { in SIMDStackSlot() function
293 return Location::SIMDStackSlot(spill_slot); in StackSlotByNumOfSlots()