Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc452 StoreOperandType store_type = double_slot ? kStoreDoubleword : kStoreWord; in Exchange() local
467 __ StoreToOffset(store_type, in Exchange()
471 __ StoreToOffset(store_type, TMP, SP, index1 + stack_offset); in Exchange()
682 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation() local
684 __ StoreToOffset(store_type, in MoveLocation()
689 __ StoreFpuToOffset(store_type, in MoveLocation()
697 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation() local
703 __ StoreToOffset(store_type, TMP, SP, destination.GetStackIndex()); in MoveLocation()
756 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword; in SwapLocations() local
760 __ StoreFpuToOffset(store_type, in SwapLocations()
[all …]