MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isCall

Method isCall

source/emulation/cpu/decoder.cpp:6320–6322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6318}
6319
6320bool DecodedOp::isCall() {
6321 return inst == CallE16 || inst == CallE32 || inst == CallJd || inst == CallJw || inst == CallR16 || inst == CallR32;
6322}
6323
6324bool DecodedOp::isDirectJump() {
6325 return inst == JmpJb || inst == JmpJw || inst == JmpJd;

Callers 1

calculateLongestBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected