MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / xWrite

Function xWrite

common/emitter/internal.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 template <typename T>
34 inline void xWrite(T val)
35 {
36 *(T*)x86Ptr = val;
37 x86Ptr += sizeof(T);
38 }
39
40 template <typename T1, typename T2>
41 __emitinline void xOpWrite(u8 prefix, u8 opcode, const T1& param1, const T2& param2, int extraRIPOffset = 0)

Callers 4

xWrite8Function · 0.85
xWrite16Function · 0.85
xWrite32Function · 0.85
xWrite64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected