Searched refs:opc_t (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 391 } opc_t; typedef 397 const char *disasm_a3xx_instr_name(opc_t opc); 589 is_sat_compatible(opc_t opc) in is_sat_compatible() 612 is_mad(opc_t opc) in is_mad() 628 is_madsh(opc_t opc) in is_madsh() 640 is_local_atomic(opc_t opc) in is_local_atomic() 661 is_global_a3xx_atomic(opc_t opc) in is_global_a3xx_atomic() 682 is_global_a6xx_atomic(opc_t opc) in is_global_a6xx_atomic() 703 is_bindless_atomic(opc_t opc) in is_bindless_atomic() 724 is_atomic(opc_t opc) in is_atomic() [all …]
|
D | ir3_cf.c | 29 is_safe_conv(struct ir3_instruction *instr, type_t src_type, opc_t *src_opc) in is_safe_conv() 89 opc_t opc = conv_src->opc; in all_uses_safe_conv() 92 opc_t new_opc = opc; in all_uses_safe_conv()
|
D | ir3.h | 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() [all …]
|
D | ir3_lower_subgroups.c | 93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() 110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in triop()
|
D | ir3.c | 501 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) in instr_create() 525 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) in ir3_instr_create()
|
D | disasm-a3xx.c | 413 disasm_a3xx_instr_name(opc_t opc) in disasm_a3xx_instr_name()
|
D | ir3_parser.y | 94 static struct ir3_instruction * new_instr(opc_t opc) in new_instr()
|
D | ir3_compiler_nir.c | 1408 emit_sam(struct ir3_context *ctx, opc_t opc, struct tex_src_info info, in emit_sam() 2925 opc_t opc = 0; in emit_tex()
|
/third_party/mesa3d/src/freedreno/isa/ |
D | encode.c | 74 static inline opc_t
|