Home
last modified time | relevance | path

Searched refs:OP_IS_STORE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_copy_prop.c74 OP_IS_STORE(q->op) ? 1 : 0; in midgard_opt_copy_prop()
Dmidgard_ops.h37 #define OP_IS_STORE(op) (load_store_opcode_props[op].props & LDST_STORE) macro
Dmidgard_emit.c370 unsigned compsz = OP_IS_STORE(ins->op) ? in mir_pack_swizzle_ldst()
595 if (OP_IS_STORE(ldst.op)) { in load_store_from_instr()
Ddisassemble.c1382 if (!OP_IS_STORE(word->op)) { in print_load_store_instr()
1532 if (!OP_IS_STORE(word->op)) in print_load_store_instr()
Dmidgard_ra.c779 bool encodes_src = OP_IS_STORE(ins->op); in install_registers_instr()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst399 - pan/midgard: Implement OP_IS_STORE with table