Searched refs:agx_abs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 126 agx_imad_to(b, multiplied, agx_abs(n), agx_abs(multiplier), agx_zero(), 0); 444 return agx_mov_to(b, dst, agx_abs(agx_register(10, AGX_SIZE_32))); 447 return agx_mov_to(b, dst, agx_abs(agx_register(12, AGX_SIZE_32))); 584 case nir_op_fabs: return agx_fmov_to(b, dst, agx_abs(s0)); 655 agx_instr *I = agx_iadd_to(b, dst, agx_abs(s0), agx_abs(s1), 0); 662 agx_instr *I = agx_iadd_to(b, dst, agx_abs(s0), agx_neg(agx_abs(s1)), 0);
|
| H A D | agx_compiler.h | 166 agx_abs(agx_index idx) function in typeref:typename:agx_index
|
Completed in 5 milliseconds