Home
last modified time | relevance | path

Searched refs:ALU_OP2_LSHL_INT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp562 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()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h222 #define ALU_OP2_LSHL_INT 22 macro
Dr600_shader.c3836 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},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1236 {op2_lshl_int, ALU_OP2_LSHL_INT},