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

Method isDirectBranchWithNext

source/emulation/cpu/decoder.cpp:6292–6294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6290}
6291
6292bool DecodedOp::isDirectBranchWithNext() {
6293 return isDirectBranch() && (instructionInfo[inst].branch & DECODE_BRANCH_2) != 0;
6294}
6295
6296bool DecodedOp::isIndirectJump() {
6297 return this->inst == JmpE16 || this->inst == JmpE32 || this->inst == JmpR16 || this->inst == JmpR32;

Callers 1

calculateLongestBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected