Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.c1025 if (is_store(instr) && (instr->opc != OPC_STG) && (n == 1)) in ir3_valid_flags()
1056 if (instr->opc == OPC_STG && (n == 2)) in ir3_valid_flags()
1106 case OPC_STG: in ir3_valid_immediate()
Dinstr-a3xx.h274 OPC_STG = _OPC(6, 3), /* store-global */ enumerator
Dir3_validate.c312 case OPC_STG: in validate_instr()
Ddisasm-a3xx.c329 OPC(6, OPC_STG, stg),
Dir3_parser.y1130 cat6_store: T_OP_STG { new_instr(OPC_STG); dummy_dst(); } cat6_type 'g' '[' src cat6_imm…
Dir3.h996 case OPC_STG: in is_store()