Searched refs:load_store_opcode_props (Results 1 – 5 of 5) sorted by relevance
31 extern struct mir_ldst_op_props load_store_opcode_props[256];34 #define OP_IS_ATOMIC(op) (load_store_opcode_props[op].props & LDST_ATOMIC)35 #define OP_IS_STORE(op) (load_store_opcode_props[op].props & LDST_STORE)36 #define OP_HAS_ADDRESS(op) (load_store_opcode_props[op].props & LDST_ADDRESS)
43 if (load_store_opcode_props[ins->op].props & LDST_SPECIAL_MASK) in can_cull_mask()59 if (load_store_opcode_props[ins->op].props & LDST_SIDE_FX) in can_dce()
218 const char *name = load_store_opcode_props[op].name; in mir_print_instruction()
183 struct mir_ldst_op_props load_store_opcode_props[256] = { variable
103 if (load_store_opcode_props[op].name) in print_ld_st_opcode()104 fprintf(fp, "%s", load_store_opcode_props[op].name); in print_ld_st_opcode()