Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel/tools: add binary output type to i965_asm | Danylo Piliaiev | 2019-08-05 | 1 | -1/+1 |
| | | | | | | | | Add '-t,--type' command line option to specify the output type which can be 'bin', 'c_literal' or 'hex'. Signed-off-by: Danylo Piliaiev <[email protected]> Reviewed-by: Sagar Ghuge <[email protected]> | ||||
* | intel/tools: Add assembler unit tests for ROL/ROR instructions | Sagar Ghuge | 2019-07-01 | 4 | -0/+4 |
| | | | | | Signed-off-by: Sagar Ghuge <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | intel/tools: Add unit tests for assembler | Sagar Ghuge | 2019-05-07 | 593 | -0/+28738 |
v1: Pass executable object from meson to test(Dylan Baker) v2: Ignore generated output files from git status(Matt Turner) Signed-off-by: Sagar Ghuge <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Dylan Baker <[email protected]> |