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

Function xJcc

common/emitter/jmp.cpp:212–215  ·  view source on GitHub ↗

Low-level jump instruction! Specify a comparison type and a target in void* form, and a jump (either 8 or 32 bit) is generated.

Source from the content-addressed store, hash-verified

210 // Low-level jump instruction! Specify a comparison type and a target in void* form, and
211 // a jump (either 8 or 32 bit) is generated.
212 __emitinline void xJcc(JccComparisonType comparison, const void* target)
213 {
214 xJccKnownTarget(comparison, target, false);
215 }
216
217 xForwardJumpBase::xForwardJumpBase(uint opsize, JccComparisonType cctype)
218 {

Callers 15

xJEFunction · 0.85
xJZFunction · 0.85
xJNEFunction · 0.85
xJNZFunction · 0.85
xJOFunction · 0.85
xJNOFunction · 0.85
xJCFunction · 0.85
xJNCFunction · 0.85
xJSFunction · 0.85
xJNSFunction · 0.85
xJPEFunction · 0.85
xJPOFunction · 0.85

Calls 1

xJccKnownTargetFunction · 0.85

Tested by

no test coverage detected