Searched defs:Sw (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 574 TEST_F(AssemblerMIPSTest, Sw) { in TEST_F() argument 2335 __ Sw(mips::RA, mips::T0, 0); in TEST_F() local 2551 __ Sw(mips::V0, mips::A0, 0x5678); // Possibly patchable instruction, not absorbed. in TEST_F() local 2566 __ Sw(mips::V0, mips::A0, 0x5680); // Immediate isn't 0x5678, absorbed. in TEST_F() local 2739 __ Sw(mips::V0, mips::A0, 0x5678, &patcher_label2); in TEST_F() local 2750 __ Sw(mips::V0, mips::A0, 0x5678, &patcher_label5); in TEST_F() local
|
D | assembler_mips32r6_test.cc | 1550 __ Sw(mips::V0, mips::A0, 0x5678, &patcher_label2); in TEST_F() local 1561 __ Sw(mips::V0, mips::A0, 0x5678, &patcher_label5); in TEST_F() local
|
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 1465 __ Sw(val, adr, 0); in VisitMemoryPokeIntNative() local 1484 __ Sw(val_lo, adr, 0); in VisitMemoryPokeLongNative() local 1485 __ Sw(val_hi, adr, 4); in VisitMemoryPokeLongNative() local 1736 __ Sw(value, TMP, 0); in GenUnsafePut() local 1746 __ Sw(value_lo, TMP, 0); in GenUnsafePut() local 1747 __ Sw(value_hi, TMP, 4); in GenUnsafePut() local
|
D | intrinsics_mips64.cc | 1075 __ Sw(val, adr, 00); in VisitMemoryPokeIntNative() local 1306 __ Sw(AT, TMP, 0); in GenUnsafePut() local 1308 __ Sw(value, TMP, 0); in GenUnsafePut() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 664 void Mips64Assembler::Sw(GpuRegister rt, GpuRegister rs, uint16_t imm16) { in Sw() function in art::mips64::Mips64Assembler
|