Searched refs:op3_cndgt_int (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 236 op3_cndgt_int = 29<< 6, enumerator
|
D | sfn_alu_defines.cpp | 233 {op3_cndgt_int ,AluOp(3, 0, AluOp::a,"CNDGT_INT")},
|
D | sfn_emitaluinstruction.cpp | 990 ir = new AluInstruction(op3_cndgt_int, help[i], s, Value::one_i, s, write); in emit_alu_isign() 1009 ir = new AluInstruction(op3_cndgt_int, help[i], tmp.reg_i(i), in emit_alu_isign()
|
D | sfn_ir_to_assembly.cpp | 1421 {op3_cndgt_int, ALU_OP3_CNDGT_INT},
|