macaw/x86/x86_tests
2019-04-03 08:24:57 -07:00
..
.gitignore Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00
btx.s Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00
Makefile Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00
README Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00
test_btx.c Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00
test_ucomis.c Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00
ucomis.s Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00
utils.h Add btc/btr/bts tests 2019-04-03 08:24:57 -07:00

This directory contains small unit tests used to develop an
understanding of specific x86 instructions.

The tests can be executed via `make run`.  If any fail, this suggests
that our understanding of the instruction semantics was incorrect.

It is not strictly needed for macaw-x86, but included when we need to
revisit instruction semantics.