Searched refs:emit_find_msb (Results 1 – 2 of 2) sorted by relevance
88 bool emit_find_msb(const nir_alu_instr& instr, bool sgn);
177 case nir_op_ufind_msb: return emit_find_msb(instr, false); in do_emit()178 case nir_op_ifind_msb: return emit_find_msb(instr, true); in do_emit()501 bool EmitAluInstruction::emit_find_msb(const nir_alu_instr& instr, bool sgn) in emit_find_msb() function in r600::EmitAluInstruction