Searched refs:ALU_OP2_AND_INT (Results 1 – 4 of 4) sorted by relevance
238 #define ALU_OP2_AND_INT 43 macro
2595 alu.op = ALU_OP2_AND_INT; in generate_gs_copy_shader()3834 alu.op = ALU_OP2_AND_INT; in r600_shader_from_tgsi()3900 r = single_alu_op2(&ctx, ALU_OP2_AND_INT, in r600_shader_from_tgsi()4919 alu.op = ALU_OP2_AND_INT; in egcm_int_to_double()4931 alu.op = ALU_OP2_AND_INT; in egcm_int_to_double()6413 alu.op = ALU_OP2_AND_INT; in tgsi_divmod()7445 alu.op = ALU_OP2_AND_INT; in do_vtx_fetch_inst()8312 alu.op = ALU_OP2_AND_INT; in tgsi_tex()11279 r = single_alu_op2(ctx, ALU_OP2_AND_INT, in emit_u64sge()11408 r = single_alu_op2(ctx, ALU_OP2_AND_INT, in egcm_u64div()[all …]
565 case ALU_OP2_AND_INT: r = cv0.i & cv1.i; break; in eval_const_op()832 case ALU_OP2_AND_INT: in fold_alu_op2()856 case ALU_OP2_AND_INT: in fold_alu_op2()
1269 {op2_and_int, ALU_OP2_AND_INT},