Searched refs:ALU_OP2_LSHR_INT (Results 1 – 4 of 4) sorted by relevance
221 #define ALU_OP2_LSHR_INT 21 macro
2608 alu.op = ALU_OP2_LSHR_INT; in generate_gs_copy_shader()8311 alu.op = ALU_OP2_LSHR_INT; in tgsi_tex()8825 alu.op = ALU_OP2_LSHR_INT; in load_buffer_coord()10893 alu.op = ALU_OP2_LSHR_INT; in tgsi_up2h()11895 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2_trans},12092 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},12319 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
570 case ALU_OP2_LSHR_INT: r = cv0.u >> cv1.u; break; in eval_const_op()835 case ALU_OP2_LSHR_INT: in fold_alu_op2()849 case ALU_OP2_LSHR_INT: in fold_alu_op2()
1249 {op2_lshr_int, ALU_OP2_LSHR_INT},