Searched refs:op2_setne (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_alu_defines.h | 47 op2_setne = 11, enumerator in enum:r600::EAluOp
|
| H A D | sfn_emitaluinstruction.cpp | 81 case nir_op_b32any_fnequal3: return emit_any_all_fcomp(instr, op2_setne, 3, false); 82 case nir_op_b32any_fnequal4: return emit_any_all_fcomp(instr, op2_setne, 4, false); 94 case nir_op_bany_fnequal3: return emit_any_all_fcomp(instr, op2_setne, 3, false); 95 case nir_op_bany_fnequal4: return emit_any_all_fcomp(instr, op2_setne, 4, false);
|
| H A D | sfn_alu_defines.cpp | 119 {op2_setne ,AluOp(2, 1, AluOp::a,"SETNE")},
|
| H A D | sfn_ir_to_assembly.cpp | 1238 {op2_setne, ALU_OP2_SETNE},
|
Completed in 23 milliseconds