Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ isJumpCC
Method
isJumpCC
source/emulation/cpu/decoder.cpp:6276–6278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6274
}
6275
6276
bool DecodedOp::isJumpCC() {
6277
return inst >= JumpO && inst <= JumpNLE;
6278
}
6279
6280
bool DecodedOp::isCMovCC() {
6281
return inst >= CmovO_R16R16 && inst <= CmovNLE_R32E32;
Callers
1
tryDirect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected