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

Method isBranch

source/emulation/cpu/decoder.cpp:6268–6270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6266}
6267
6268bool DecodedOp::isBranch() {
6269 return instructionInfo[inst].branch != 0;
6270}
6271
6272bool DecodedOp::isDirectBranch() {
6273 return (instructionInfo[inst].branch & DECODE_BRANCH_1) != 0;

Callers 2

calculateLongestBlockMethod · 0.80
compileOpsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected