Searched refs:op3_cndgt (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 233 op3_cndgt = 26<< 6, enumerator
|
D | sfn_alu_defines.cpp | 230 {op3_cndgt ,AluOp(3, 1, AluOp::a,"CNDGT")},
|
D | sfn_emitaluinstruction.cpp | 1059 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()
|
D | sfn_ir_to_assembly.cpp | 1418 {op3_cndgt, ALU_OP3_CNDGT},
|