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

Method isIndirectJump

source/emulation/cpu/decoder.cpp:6296–6298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6294}
6295
6296bool DecodedOp::isIndirectJump() {
6297 return this->inst == JmpE16 || this->inst == JmpE32 || this->inst == JmpR16 || this->inst == JmpR32;
6298}
6299
6300bool DecodedOp::isFpuOp() {
6301 return (this->inst >= FADD_ST0_STj && this->inst <= FISTP_QWORD_INTEGER) || this->inst == Fxsave || this->inst == Fxrstor;

Callers 1

calculateLongestBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected