Searched refs:OPC_STG (Results 1 – 6 of 6) sorted by relevance
1025 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()
274 OPC_STG = _OPC(6, 3), /* store-global */ enumerator
312 case OPC_STG: in validate_instr()
329 OPC(6, OPC_STG, stg),
1130 cat6_store: T_OP_STG { new_instr(OPC_STG); dummy_dst(); } cat6_type 'g' '[' src cat6_imm…
996 case OPC_STG: in is_store()