Searched refs:tmp_op (Results 1 - 2 of 2) sorted by relevance
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 622 static special_op tmp_op = {0,0,0}; variable 634 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op() 635 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op() 637 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op() 639 strcpy(tmp_op.name,sop->name); in find_special_op_from_op() 641 return &tmp_op; in find_special_op_from_op() 664 tmp_op.op1 = sop->op1; in find_special_op_from_name() 666 tmp_op.op1 |= 0x80000000; in find_special_op_from_name() 668 tmp_op in find_special_op_from_name() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 12281 Operand tmp_op(tmp_vgpr1, v1); 12287 bld.vadd32(fetch_index_def, tmp_op, fetch_index, false, Operand(s2), true); 12293 bld.vop2(aco_opcode::v_lshrrev_b32, fetch_index_def, tmp_op, fetch_index);
|
Completed in 24 milliseconds