Searched refs:r0l (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c830 * By manipulating the nesting counter (r0l), we may break out of nested loops,
857 agx_index r0l = agx_register(0, false); local in function:agx_emit_jump
858 agx_mov_to(b, r0l, agx_immediate(nestings));
1024 /* Before the first control flow structure, the nesting counter (r0l) needs to
1036 agx_index r0l = agx_register(0, false); local in function:emit_first_cf
1038 agx_mov_to(&_b, r0l, agx_immediate(0));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst652 - agx: Zero r0l before first use of control flow

Completed in 9 milliseconds