Searched refs:load_store_opcode_props (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ops.h31 extern struct mir_ldst_op_props load_store_opcode_props[256];
35 #define OP_IS_ATOMIC(op) (load_store_opcode_props[op].props & LDST_ATOMIC)
36 #define OP_USES_ATTRIB(op) (load_store_opcode_props[op].props & LDST_ATTRIB)
37 #define OP_IS_STORE(op) (load_store_opcode_props[op].props & LDST_STORE)
38 #define OP_HAS_ADDRESS(op) (load_store_opcode_props[op].props & LDST_ADDRESS)
H A Dmidgard_opt_dce.c43 if (load_store_opcode_props[ins->op].props & LDST_SPECIAL_MASK)
59 if (load_store_opcode_props[ins->op].props & LDST_SIDE_FX)
H A Dmidgard_print.c218 const char *name = load_store_opcode_props[op].name;
H A Dmidgard_ops.c206 struct mir_ldst_op_props load_store_opcode_props[256] = { variable in typeref:struct:mir_ldst_op_props[256]
H A Ddisassemble.c112 if (load_store_opcode_props[op].name)
113 fprintf(fp, "%s", load_store_opcode_props[op].name);
H A Dmidgard_schedule.c141 load_store_opcode_props[instructions[i]->op].props & LDST_ADDRESS) {

Completed in 8 milliseconds