low.LowScheduleMode enum¶
Instruction scheduling exactness mode for a low function. Absent means free.
Cases¶
| Keyword | Value | Description |
|---|---|---|
free |
1 | Instruction order may be scheduled. |
constrained |
2 | Instruction order carries target constraints, but legal scheduling may still move packets. |
locked |
3 | Instruction order is part of the low-function contract. |
Used by¶
low.func.decl.schedulelow.func.def.schedulelow.kernel.def.schedule