Home
last modified time | relevance | path

Searched defs:StoreConst64ToOffset (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc933 __ StoreConst64ToOffset(value, SP, destination.GetStackIndex(), TMP); in MoveConstant() local
955 __ StoreConst64ToOffset(value, SP, destination.GetStackIndex(), TMP); in MoveConstant() local
/art/compiler/utils/mips/
Dassembler_mips.cc1403 void MipsAssembler::StoreConst64ToOffset(int64_t value, in StoreConst64ToOffset() function in art::mips::MipsAssembler