xref: /aosp_15_r20/external/igt-gpu-tools/assembler/test/cont.g4a (revision d83cc019efdc2edc6c4b16e9034a3ceb8d35d77c)
1/* The cont instruction syntax, which is currently just what was in the BNF,
2 * is bad.  It really needs 2 arguments -- pop count (19:16, how many
3 * loops to break out of), and the IP count (15:0).  For now, this argument
4 * should cover 1 loop, and jumping 2 instructions.
5 */
6cont 65538;
7