Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips.cc869 size_t pos1 = size - 2 * sizeof(uint32_t); in Jalr() local
871 uint32_t instr1 = buffer_.Load<uint32_t>(pos1); in Jalr()
874 buffer_.Store<uint32_t>(pos1, instr2); in Jalr()
3051 size_t pos1 = size - 2 * sizeof(uint32_t); in ExchangeWithSlt() local
3053 uint32_t instr1 = buffer_.Load<uint32_t>(pos1); in ExchangeWithSlt()
3057 buffer_.Store<uint32_t>(pos1, instr2); in ExchangeWithSlt()