| 6314 | } |
| 6315 | |
| 6316 | bool DecodedOp::isValid() { |
| 6317 | return inst != Invalid; |
| 6318 | } |
| 6319 | |
| 6320 | bool DecodedOp::isCall() { |
| 6321 | return inst == CallE16 || inst == CallE32 || inst == CallJd || inst == CallJw || inst == CallR16 || inst == CallR32; |
no outgoing calls
no test coverage detected