Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_mips64.cc1191 __ Lwu(trg, TMP, 0); in GenUnsafeGet() local
1203 __ Lwu(trg, TMP, 0); in GenUnsafeGet() local
2587 __ Lwu(out, out, 0); in VisitIntegerValueOf() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc611 void Mips64Assembler::Lwu(GpuRegister rt, GpuRegister rs, uint16_t imm16) { in Lwu() function in art::mips64::Mips64Assembler