Searched refs:ALU_OP1_MOV (Results 1 – 5 of 5) sorted by relevance
1231 alu.op = ALU_OP1_MOV; in tgsi_declaration()1441 alu.op = ALU_OP1_MOV; in load_sample_position()1481 alu.op = ALU_OP1_MOV; in eg_load_helper_invocation()1518 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()1530 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()1556 alu.op = ALU_OP1_MOV; in load_block_grid_size()1892 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input()1909 alu.op = ALU_OP1_MOV; in fetch_gs_input()1921 alu.op = ALU_OP1_MOV; in fetch_gs_input()2179 alu.op = ALU_OP1_MOV; in do_lds_fetch_values()[all …]
223 #define ALU_OP1_MOV 23 macro
57 n.bc.set_op(ALU_OP1_MOV); in convert_to_mov()400 if (n.bc.op == ALU_OP1_MOV && n.bc.src[0].neg && !n.bc.src[1].abs in fold_alu_op1()401 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) { in fold_alu_op1()411 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT || in fold_alu_op1()447 case ALU_OP1_MOV: dv = cv; break; in fold_alu_op1()
112 n->bc.set_op(ALU_OP1_MOV); in create_mov()
980 alu_read.op = ALU_OP1_MOV; in visit()1021 alu_read.op = ALU_OP1_MOV; in visit()1251 {op1_mov, ALU_OP1_MOV},