Home
last modified time | relevance | path

Searched refs:xmov (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/freedreno/afuc/
Dasm.c173 if (ai->xmov) { in emit_instructions()
186 instr.alu.xmov = ai->xmov; in emit_instructions()
194 if ((ai->has_immed || ai->label) && ai->xmov) { in emit_instructions()
218 instr.alu.xmov = ai->xmov; in emit_instructions()
Ddisasm.c509 if (instr->alu.xmov) in disasm()
510 printf("(xmov%d)", instr->alu.xmov); in disasm()
574 if (verbose && instr->alu.xmov) { in disasm()
575 for (int i = 0; i < instr->alu.xmov; i++) { in disasm()
579 else if (instr->alu.xmov == 3 && i == 1) in disasm()
Dasm.h47 int xmov; member
Dafuc.h133 uint32_t xmov : 2; /* execute eXtra mov's based on $rem */ member
Dparser.y186 | T_XMOV alu_instr { instr->xmov = $1; }
/external/mesa3d/docs/relnotes/
D20.3.0.rst1115 - freedreno/afuc: Handle xmov modifiers