| 6286 | } |
| 6287 | |
| 6288 | bool DecodedOp::isDirectJumpBranch() { |
| 6289 | return isDirectBranch() && !isCall(); |
| 6290 | } |
| 6291 | |
| 6292 | bool DecodedOp::isDirectBranchWithNext() { |
| 6293 | return isDirectBranch() && (instructionInfo[inst].branch & DECODE_BRANCH_2) != 0; |
no outgoing calls
no test coverage detected