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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_mod_props.c44 case BI_OPCODE_FCMP_V2F16:
132 if (mod->op != BI_OPCODE_FCMP_F32 && mod->op != BI_OPCODE_FCMP_V2F16) return;
149 if (mod->op == BI_OPCODE_FCMP_V2F16) {
H A Dbi_schedule.c539 if (ins->op == BI_OPCODE_FCMP_V2F16 && (ins->src[0].abs || ins->src[1].abs))
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h426 BI_OPCODE_FCMP_V2F16, enumerator in enum:bi_opcode
H A Dbi_opcodes.c618 [BI_OPCODE_FCMP_V2F16] = {
H A Dbi_printer.c1907 case BI_OPCODE_FCMP_V2F16:
H A Dbi_packer.c5815 case BI_OPCODE_FCMP_V2F16:
6052 case BI_OPCODE_FCMP_V2F16:
H A Dbi_builder.h1848 I->op = BI_OPCODE_FCMP_V2F16;

Completed in 37 milliseconds