Searched refs:BI_OPCODE_MOV_I32 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_copy_prop.c32 return (ins->op == BI_OPCODE_MOV_I32) && bi_is_ssa(ins->dest[0])
H A Dbifrost_compile.c3537 if (ins->op == BI_OPCODE_MOV_I32 && bi_is_equiv(ins->dest[0], ins->src[0]))
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h556 BI_OPCODE_MOV_I32, enumerator in enum:bi_opcode
H A Dbi_opcodes.c1528 [BI_OPCODE_MOV_I32] = {
H A Dbi_printer.c3732 case BI_OPCODE_MOV_I32:
H A Dbi_packer.c5887 case BI_OPCODE_MOV_I32:
6246 case BI_OPCODE_MOV_I32:
H A Dbi_builder.h5181 I->op = BI_OPCODE_MOV_I32;

Completed in 37 milliseconds