Home | History | Annotate | Download | only in arm

Lines Matching defs:ReadW

1110 int Simulator::ReadW(int32_t addr, Instruction* instr) {
1675 reg, ReadW(reinterpret_cast<int32_t>(address), instr));
1684 2 * reg, ReadW(reinterpret_cast<int32_t>(address), instr));
1686 2 * reg + 1, ReadW(reinterpret_cast<int32_t>(address + 1), instr));
2534 set_register(rd, ReadW(addr, instr));
2668 set_register(rd, ReadW(addr, instr));
3148 set_s_register_from_sinteger(vd, ReadW(address, instr));
3203 set_s_register_from_sinteger(2*vd, ReadW(address, instr));
3204 set_s_register_from_sinteger(2*vd + 1, ReadW(address + 4, instr));