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

Method isDirectJumpBranch

source/emulation/cpu/decoder.cpp:6288–6290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6286}
6287
6288bool DecodedOp::isDirectJumpBranch() {
6289 return isDirectBranch() && !isCall();
6290}
6291
6292bool DecodedOp::isDirectBranchWithNext() {
6293 return isDirectBranch() && (instructionInfo[inst].branch & DECODE_BRANCH_2) != 0;

Callers 1

calculateLongestBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected