Chromium Code Reviews| Index: src/trusted/validator_arm/testdata-thumb/masking_instructions.S |
| diff --git a/src/trusted/validator_arm/testdata-thumb/masking_instructions.S b/src/trusted/validator_arm/testdata-thumb/masking_instructions.S |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..895738158649d5b7913cbd34619a60ae81ac73b2 |
| --- /dev/null |
| +++ b/src/trusted/validator_arm/testdata-thumb/masking_instructions.S |
| @@ -0,0 +1,10 @@ |
| +#include "masks.h" |
| +.syntax unified |
| +.code 16 |
| +.thumb_func |
| +.global _start |
| +_start: |
| + DMASK(r0) |
| + CMASK(r0) |
| + mov r0, r0 |
| + mov r0, r0 |