Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/compiler/
Dagx_lower_pseudo.c30 agx_lower_to_unary_bitop(agx_instr *I, enum agx_bitop_table table) in agx_lower_to_unary_bitop() function
54 case AGX_OPCODE_MOV: agx_lower_to_unary_bitop(I, AGX_BITOP_MOV); break; in agx_lower_pseudo()
55 case AGX_OPCODE_NOT: agx_lower_to_unary_bitop(I, AGX_BITOP_NOT); break; in agx_lower_pseudo()