Home
last modified time | relevance | path

Searched refs:op1_not_int (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h86 op1_not_int = 51, enumerator
Dsfn_alu_defines.cpp73 {op1_not_int ,AluOp(1, 0, AluOp::a,"NOT_INT")},
Dsfn_emitaluinstruction.cpp120 case nir_op_inot: return emit_alu_op1(instr, op1_not_int); in do_emit()
319 ir = new AluInstruction(op1_not_int, from_nir(instr.dest, i), in emit_alu_inot()
Dsfn_ir_to_assembly.cpp1272 {op1_not_int, ALU_OP1_NOT_INT},