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

Method isDirectBranch

source/emulation/cpu/decoder.cpp:6272–6274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6270}
6271
6272bool DecodedOp::isDirectBranch() {
6273 return (instructionInfo[inst].branch & DECODE_BRANCH_1) != 0;
6274}
6275
6276bool DecodedOp::isJumpCC() {
6277 return inst >= JumpO && inst <= JumpNLE;

Callers 2

logBlockFunction · 0.80
calculateLongestBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected