Home
last modified time | relevance | path

Searched refs:is_cat3_float (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c178 (is_cat2_float(instr->opc) || is_cat3_float(instr->opc)) ? true : false; in lower_immed()
420 if (!is_cat2_float(instr->opc) && !is_cat3_float(instr->opc)) in reg_cp()
427 if (is_cat2_float(instr->opc) || is_cat3_float(instr->opc)) in reg_cp()
Dinstr-a3xx.h642 is_cat3_float(opc_t opc) in is_cat3_float() function