Home
last modified time | relevance | path

Searched refs:nir_op_uadd_carry (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h201 nir_op_uadd_carry, enumerator
Dnir_builder_opcodes.h876 return nir_build_alu(build, nir_op_uadd_carry, src0, src1, NULL, NULL); in nir_uadd_carry()
Dnir_opt_algebraic.c18260 nir_op_uadd_carry,
19876 case nir_op_uadd_carry: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13680 case nir_op_uadd_carry: in nir_eval_const_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1365 case nir_op_uadd_carry: { in nir_emit_alu()
Dbrw_fs_nir.cpp964 case nir_op_uadd_carry: in nir_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2012 case nir_op_uadd_carry: in visit_alu()