Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.h88 bool emit_find_msb(const nir_alu_instr& instr, bool sgn);
Dsfn_emitaluinstruction.cpp177 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