aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/eval/asm-memop.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-27asm: missing evaluation of asm statementsLuc Van Oostenryck1-1/+0
The operands of extended ASM need to have their type evaluated, exactly like any other expression. So, add the missing evaluation of ASM operands. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2019-09-27asm: add test evaluation, expansion & linearization of ASM operandsLuc Van Oostenryck1-0/+48
ASM statements are quite complex. Add some tests to catch some potential errors. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>