Searched refs:ALU_OP3_CNDE_INT (Results 1 – 6 of 6) sorted by relevance
163 a->bc.set_op(ALU_OP3_CNDE_INT); in eliminate()
299 n->bc.set_op(ALU_OP3_CNDE_INT); in convert_phi()
1289 case AF_CC_E: return ALU_OP3_CNDE_INT; in get_cndcc_op()
398 #define ALU_OP3_CNDE_INT 198 macro
889 assert(op == ALU_OP3_MULADD_UINT24 || op == ALU_OP3_CNDE_INT || op == ALU_OP3_BFE_UINT); in single_alu_op3()3934 r = single_alu_op3(&ctx, ALU_OP3_CNDE_INT, in r600_shader_from_tgsi()6152 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()6223 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()6449 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()6469 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()6956 alu.op = ALU_OP3_CNDE_INT; in tgsi_bfi()9826 alu.op = ALU_OP3_CNDE_INT; in tgsi_ucmp()10987 alu.op = ALU_OP3_CNDE_INT; in tgsi_bfe()
1411 {op3_cnde_int, ALU_OP3_CNDE_INT},