Searched refs:ALU_OP2_AND_INT (Results 1 – 4 of 4) sorted by relevance
558 case ALU_OP2_AND_INT: r = cv0.i & cv1.i; break; in eval_const_op()825 case ALU_OP2_AND_INT: in fold_alu_op2()849 case ALU_OP2_AND_INT: in fold_alu_op2()
243 #define ALU_OP2_AND_INT 43 macro
2611 alu.op = ALU_OP2_AND_INT; in generate_gs_copy_shader()3849 alu.op = ALU_OP2_AND_INT; in r600_shader_from_tgsi()3915 r = single_alu_op2(&ctx, ALU_OP2_AND_INT, in r600_shader_from_tgsi()4937 alu.op = ALU_OP2_AND_INT; in egcm_int_to_double()4949 alu.op = ALU_OP2_AND_INT; in egcm_int_to_double()6431 alu.op = ALU_OP2_AND_INT; in tgsi_divmod()7463 alu.op = ALU_OP2_AND_INT; in do_vtx_fetch_inst()8330 alu.op = ALU_OP2_AND_INT; in tgsi_tex()11391 r = single_alu_op2(ctx, ALU_OP2_AND_INT, in emit_u64sge()11520 r = single_alu_op2(ctx, ALU_OP2_AND_INT, in egcm_u64div()[all …]
1262 {op2_and_int, ALU_OP2_AND_INT},