Previous: TILEPro Syntax, Up: TILEPro-Dependent


9.43.3 TILEPro Directives

.align expression [, expression]
This is the generic .align directive. The first argument is the requested alignment in bytes.


.allow_suspicious_bundles
Turns on error checking for combinations of instructions in a bundle that probably indicate a programming error. This is on by default.
.no_allow_suspicious_bundles
Turns off error checking for combinations of instructions in a bundle that probably indicate a programming error.


.require_canonical_reg_names
Require that canonical register names be used, and emit a warning if the numeric names are used. This is on by default.
.no_require_canonical_reg_names
Permit the use of numeric names for registers that have canonical names.