Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.c1031 if ((instr->opc == OPC_STL) && (n != 2)) in ir3_valid_flags()
1102 case OPC_STL: in ir3_valid_immediate()
Dinstr-a3xx.h275 OPC_STL = _OPC(6, 4), enumerator
Dir3_validate.c325 case OPC_STL: in validate_instr()
Ddisasm-a3xx.c331 OPC(6, OPC_STL, stl),
Dir3_parser.y1133 | T_OP_STL { new_instr(OPC_STL); dummy_dst(); } cat6_type 'l' '[' src cat6_dst_o…
Dir3.h1001 case OPC_STL: in is_store()
Dir3_compiler_nir.c1177 store->opc = OPC_STL; in emit_intrinsic_store_shared_ir3()