Lines Matching refs:opc_t
260 opc_t opc;
713 struct ir3_instruction *ir3_instr_create(struct ir3_block *block, opc_t opc,
1062 static inline opc_t
1063 cat3_half_opc(opc_t opc) in cat3_half_opc()
1081 static inline opc_t
1082 cat3_full_opc(opc_t opc) in cat3_full_opc()
1100 static inline opc_t
1101 cat4_half_opc(opc_t opc) in cat4_half_opc()
1115 static inline opc_t
1116 cat4_full_opc(opc_t opc) in cat4_full_opc()
1315 ir3_cat2_int(opc_t opc) in ir3_cat2_int()
1358 ir3_cat2_absneg(opc_t opc) in ir3_cat2_absneg()
1419 ir3_cat3_absneg(opc_t opc) in ir3_cat3_absneg()
1576 static inline opc_t
1577 ir3_try_swap_signedness(opc_t opc, bool *can_swap) in ir3_try_swap_signedness()
2331 ir3_SAM(struct ir3_block *block, opc_t opc, type_t type, unsigned wrmask, in INSTR2()