Home | History | Annotate | Download | only in mips64

Lines Matching refs:mem_value

4488       uint64_t mem_value = ReadW(addr, instr) & mask;
4489 mem_value |= static_cast<uint32_t>(rt) >> byte_shift * 8;
4490 WriteW(addr, static_cast<int32_t>(mem_value), instr);
4503 uint64_t mem_value = ReadW(addr, instr);
4504 mem_value = (rt << al_offset * 8) | (mem_value & mask);
4505 WriteW(addr, static_cast<int32_t>(mem_value), instr);