Searched refs:OP_IS_STORE (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ops.h37 #define OP_IS_STORE(op) (load_store_opcode_props[op].props & LDST_STORE) macro
H A Dmidgard_opt_copy_prop.c74 OP_IS_STORE(q->op) ? 1 : 0;
H A Ddisassemble.c1399 if (!OP_IS_STORE(word->op)) {
1543 if (!OP_IS_STORE(word->op))
H A Dmidgard_emit.c606 if (OP_IS_STORE(ldst.op)) {
H A Dmidgard_ra.c734 bool encodes_src = OP_IS_STORE(ins->op);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dhelpers.h30 #define OP_IS_STORE(op) (\ macro
H A Dmidgard_compile.c3425 if (OP_IS_STORE(c->load_store.op)) continue;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst399 - pan/midgard: Implement OP_IS_STORE with table

Completed in 19 milliseconds