Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h233 op3_cndgt = 26<< 6, enumerator
Dsfn_alu_defines.cpp230 {op3_cndgt ,AluOp(3, 1, AluOp::a,"CNDGT")},
Dsfn_emitaluinstruction.cpp1059 ir = new AluInstruction(op3_cndgt, help[i], src[i], Value::one_f, src[i], write); in emit_fsign()
1073 ir = new AluInstruction(op3_cndgt, help[i], help[i], Value::one_f, help[i], write); in emit_fsign()
Dsfn_ir_to_assembly.cpp1418 {op3_cndgt, ALU_OP3_CNDGT},