summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_arm.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Target: Convert to C++Ryan Long2021-12-101-7/+9
|
* covoar/Target_arm: Add cbz and cbnz as branch instructionsAlex White2021-04-161-0/+3
| | | | | | | This adds `cbz` and `cbnz` as conditional branch instructions for ARM as they appear to have been missed. Closes #4386
* covoar/Target_arm: Add THUMB branch instructionsAlex White2021-03-301-0/+34
| | | | | | The ".n" and ".w" variants of the THUMB branch instructions were not included in the list of conditional branch instructions. They have been added.
* covoar/TargetBase: Rename branchInstructions to conditionalBranchInstructionsAlex White2021-03-301-17/+17
| | | | | | | The TargetBase class contains a member variable named branchInstructions. The name omits the fact that it is only meant to contain conditional branch instructions. Its name has been changed to conditionalBranchInstructions to avoid confusion.
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-181-8/+14
| | | | Add a suitable catch to covoar's main.
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+87
Use waf to build covoar.