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

Function xWrite16

common/emitter/x86emitter.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 __fi void xWrite16(u16 val)
72 {
73 xWrite(val);
74 }
75
76 __fi void xWrite32(u32 val)
77 {

Callers 15

FLDFunction · 0.85
FLD1Function · 0.85
FLDL2EFunction · 0.85
FSTPFunction · 0.85
FRNDINTFunction · 0.85
FXCHFunction · 0.85
F2XM1Function · 0.85
FSCALEFunction · 0.85
FPATANFunction · 0.85
FSINFunction · 0.85
xOpWrite0FFunction · 0.85
SimdPrefixFunction · 0.85

Calls 1

xWriteFunction · 0.85

Tested by

no test coverage detected