Searched refs:ALU_OP2_LSHL_INT (Results 1 – 4 of 4) sorted by relevance
562 case ALU_OP2_LSHL_INT: r = cv0.i << cv1.i; break; in eval_const_op()827 case ALU_OP2_LSHL_INT: in fold_alu_op2()841 case ALU_OP2_LSHL_INT: in fold_alu_op2()
222 #define ALU_OP2_LSHL_INT 22 macro
3836 alu.op = ALU_OP2_LSHL_INT; in r600_shader_from_tgsi()6914 alu.op = ALU_OP2_LSHL_INT; in tgsi_bfi()8688 alu.op = ALU_OP2_LSHL_INT; in tgsi_set_gds_temp()11872 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},12069 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},12296 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
1236 {op2_lshl_int, ALU_OP2_LSHL_INT},