Searched refs:op1_not_int (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 86 op1_not_int = 51, enumerator
|
D | sfn_alu_defines.cpp | 73 {op1_not_int ,AluOp(1, 0, AluOp::a,"NOT_INT")},
|
D | sfn_emitaluinstruction.cpp | 120 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()
|
D | sfn_ir_to_assembly.cpp | 1272 {op1_not_int, ALU_OP1_NOT_INT},
|