Searched refs:ReadEx (Results 1 – 2 of 2) sorted by relevance
294 inline void ReadEx(uintptr_t address, T* value) { in ReadEx() function346 inline type ReadEx##size(uintptr_t addr); \
865 type Simulator::ReadEx##size(uintptr_t addr) { \867 ReadEx(addr, &value); \