| 6270 | } |
| 6271 | |
| 6272 | bool DecodedOp::isDirectBranch() { |
| 6273 | return (instructionInfo[inst].branch & DECODE_BRANCH_1) != 0; |
| 6274 | } |
| 6275 | |
| 6276 | bool DecodedOp::isJumpCC() { |
| 6277 | return inst >= JumpO && inst <= JumpNLE; |
no outgoing calls
no test coverage detected