Searched refs:ALU_OP1_MOV (Results 1 – 5 of 5) sorted by relevance
1245 alu.op = ALU_OP1_MOV; in tgsi_declaration()1455 alu.op = ALU_OP1_MOV; in load_sample_position()1495 alu.op = ALU_OP1_MOV; in eg_load_helper_invocation()1532 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()1544 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()1570 alu.op = ALU_OP1_MOV; in load_block_grid_size()1903 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input()1920 alu.op = ALU_OP1_MOV; in fetch_gs_input()1932 alu.op = ALU_OP1_MOV; in fetch_gs_input()2190 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()388 if (n.bc.op == ALU_OP1_MOV && n.bc.src[0].neg && !n.bc.src[1].abs in fold_alu_op1()389 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) { in fold_alu_op1()399 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT || in fold_alu_op1()435 case ALU_OP1_MOV: dv = cv; break; in fold_alu_op1()
112 n->bc.set_op(ALU_OP1_MOV); in create_mov()
1237 {op1_mov, ALU_OP1_MOV},