Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h108 op2_killne_int = 73, enumerator
Dsfn_alu_defines.cpp167 {op2_killne_int ,AluOp(2, 0, AluOp::a,"KILLNE_INT")},
Dsfn_ir_to_assembly.cpp380 ai.opcode() == op2_killne_int || in emit_alu()
1294 {op2_killne_int, ALU_OP2_KILLNE_INT},
Dsfn_shader_base.cpp948 emit_instruction(new AluInstruction(op2_killne_int, PValue(new GPRValue(0,0)), in emit_discard_if()