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

Method isRet

source/emulation/cpu/decoder.cpp:6312–6314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6310}
6311
6312bool DecodedOp::isRet() {
6313 return inst == Retn32 || inst == Retn16 || inst == Retn32Iw || inst == Retn16Iw;
6314}
6315
6316bool DecodedOp::isValid() {
6317 return inst != Invalid;

Callers 1

calculateLongestBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected