| 6266 | } |
| 6267 | |
| 6268 | bool DecodedOp::isBranch() { |
| 6269 | return instructionInfo[inst].branch != 0; |
| 6270 | } |
| 6271 | |
| 6272 | bool DecodedOp::isDirectBranch() { |
| 6273 | return (instructionInfo[inst].branch & DECODE_BRANCH_1) != 0; |
no outgoing calls
no test coverage detected