Searched refs:ALU_OP2_LSHR_INT (Results 1 – 4 of 4) sorted by relevance
563 case ALU_OP2_LSHR_INT: r = cv0.u >> cv1.u; break; in eval_const_op()828 case ALU_OP2_LSHR_INT: in fold_alu_op2()842 case ALU_OP2_LSHR_INT: in fold_alu_op2()
221 #define ALU_OP2_LSHR_INT 21 macro
2619 alu.op = ALU_OP2_LSHR_INT; in generate_gs_copy_shader()8315 alu.op = ALU_OP2_LSHR_INT; in tgsi_tex()8832 alu.op = ALU_OP2_LSHR_INT; in load_buffer_coord()10921 alu.op = ALU_OP2_LSHR_INT; in tgsi_up2h()11923 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2_trans},12120 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},12347 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
1235 {op2_lshr_int, ALU_OP2_LSHR_INT},