Searched refs:ALU_OP2_LSHL_INT (Results 1 – 4 of 4) sorted by relevance
217 #define ALU_OP2_LSHL_INT 22 macro
3821 alu.op = ALU_OP2_LSHL_INT; in r600_shader_from_tgsi()6896 alu.op = ALU_OP2_LSHL_INT; in tgsi_bfi()8667 alu.op = ALU_OP2_LSHL_INT; in tgsi_set_gds_temp()11760 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},11957 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},12183 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
569 case ALU_OP2_LSHL_INT: r = cv0.i << cv1.i; break; in eval_const_op()834 case ALU_OP2_LSHL_INT: in fold_alu_op2()848 case ALU_OP2_LSHL_INT: in fold_alu_op2()
1246 {op2_lshl_int, ALU_OP2_LSHL_INT},