Searched refs:OP_IS_STORE (Results 1 – 6 of 6) sorted by relevance
35 #define OP_IS_STORE(op) (load_store_opcode_props[op].props & LDST_STORE) macro
110 OP_IS_STORE(q->op) ? 1 : 0; in midgard_opt_copy_prop()
1204 fprintf(fp, " r%u", word->reg + (OP_IS_STORE(word->op) ? 26 : 0)); in print_load_store_instr()1207 if (!OP_IS_STORE(word->op)) in print_load_store_instr()
497 if (OP_IS_STORE(ldst.op)) { in load_store_from_instr()
708 bool encodes_src = OP_IS_STORE(ins->op); in install_registers_instr()
399 - pan/midgard: Implement OP_IS_STORE with table