Lines Matching refs:Sw
474 void MipsAssembler::Sw(Register rt, Register rs, uint16_t imm16) { in Sw() function in art::mips::MipsAssembler
1345 Sw(rs, SP, 0); in Push()
1400 Sw(temp, base, offset); in StoreConst32ToOffset()
1418 Sw(ZERO, base, offset); in StoreConst64ToOffset()
1421 Sw(temp, base, offset); in StoreConst64ToOffset()
1424 Sw(ZERO, base, offset + kMipsWordSize); in StoreConst64ToOffset()
1429 Sw(temp, base, offset + kMipsWordSize); in StoreConst64ToOffset()
2385 Sw(reg, base, offset); in StoreToOffset()
2390 Sw(reg, base, offset); in StoreToOffset()
2391 Sw(static_cast<Register>(reg + 1), base, offset + kMipsWordSize); in StoreToOffset()
2428 Sw(T8, base, offset + kMipsWordSize); in StoreDToOffset()