Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.c1040 if (instr->opc == OPC_STLW && n == 0) in ir3_valid_flags()
1112 case OPC_STLW: in ir3_valid_immediate()
Dinstr-a3xx.h282 OPC_STLW = _OPC(6, 11), enumerator
Dir3_validate.c327 case OPC_STLW: in validate_instr()
Ddisasm-a3xx.c338 OPC(6, OPC_STLW, stlw),
Dir3_parser.y1134 | T_OP_STLW { new_instr(OPC_STLW); dummy_dst(); } cat6_type 'l' '[' src cat6_dst_o…
Dir3.h1002 case OPC_STLW: in is_store()