Searched refs:opc_t (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 345 } opc_t; typedef 351 const char *disasm_a3xx_instr_name(opc_t opc); 518 is_sat_compatible(opc_t opc) in is_sat_compatible() 541 is_mad(opc_t opc) in is_mad() 557 is_madsh(opc_t opc) in is_madsh() 569 is_atomic(opc_t opc) in is_atomic() 590 is_ssbo(opc_t opc) in is_ssbo() 605 is_isam(opc_t opc) in is_isam() 618 is_cat2_float(opc_t opc) in is_cat2_float() 642 is_cat3_float(opc_t opc) in is_cat3_float()
|
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 | 234 opc_t opc; 653 struct ir3_instruction *ir3_instr_create(struct ir3_block *block, opc_t opc, 983 static inline opc_t 984 cat3_half_opc(opc_t opc) in cat3_half_opc() 1002 static inline opc_t 1003 cat3_full_opc(opc_t opc) in cat3_full_opc() 1021 static inline opc_t 1022 cat4_half_opc(opc_t opc) in cat4_half_opc() 1036 static inline opc_t 1037 cat4_full_opc(opc_t opc) in cat4_full_opc() [all …]
|
D | ir3.c | 429 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) in instr_create() 453 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) in ir3_instr_create()
|
D | disasm-a3xx.c | 364 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 | 1188 emit_sam(struct ir3_context *ctx, opc_t opc, struct tex_src_info info, in emit_sam() 2394 opc_t opc = 0; in emit_tex()
|
/third_party/mesa3d/src/freedreno/isa/ |
D | encode.c | 71 static inline opc_t
|