Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_cp.c170 is_cat3_float(instr->opc)) ? true : false; in lower_immed()
394 if (!is_cat2_float(instr->opc) && !is_cat3_float(instr->opc)) in reg_cp()
Dinstr-a3xx.h1137 static inline bool is_cat3_float(opc_t opc) in is_cat3_float() function