Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.c688 case OPC_STL: in emit_cat6()
869 (instr->opc == OPC_STL) || (instr->opc == OPC_STLW)) { in emit_cat6()
1428 if ((instr->opc == OPC_STL) && (n != 2)) in ir3_valid_flags()
Ddisasm-a3xx.c881 case OPC_STL: in print_instr_cat6_a3xx()
947 case OPC_STL: in print_instr_cat6_a3xx()
1453 OPC(6, OPC_STL, stl),
Dinstr-a3xx.h213 OPC_STL = _OPC(6, 4), enumerator
Dir3_parser.y792 | T_OP_STL { new_instr(OPC_STL); } cat6_type 'l' '[' dst_reg cat6_offset ']' ','…
Dir3.h792 case OPC_STL: in is_store()
Dir3_compiler_nir.c965 store->opc = OPC_STL; in emit_intrinsic_store_shared_ir3()