| 6290 | } |
| 6291 | |
| 6292 | bool DecodedOp::isDirectBranchWithNext() { |
| 6293 | return isDirectBranch() && (instructionInfo[inst].branch & DECODE_BRANCH_2) != 0; |
| 6294 | } |
| 6295 | |
| 6296 | bool DecodedOp::isIndirectJump() { |
| 6297 | return this->inst == JmpE16 || this->inst == JmpE32 || this->inst == JmpR16 || this->inst == JmpR32; |
no outgoing calls
no test coverage detected