Home
last modified time | relevance | path

Searched refs:add3 (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_assembler.cpp236 aco_ptr<VOP3_instruction> add3{create_instruction<VOP3_instruction>(aco_opcode::v_add3_u32, Format::VOP3, 3, 1)};
237 add3->operands[0] = Operand::zero();
238 add3->operands[1] = Operand::zero();
239 add3->operands[2] = Operand::zero();
240 add3->definitions[0] = Definition(PhysReg(0), v1);
241 bld.insert(std::move(add3));
254 aco_ptr<VOP3_instruction> add3{create_instruction<VOP3_instruction>(aco_opcode::v_add3_u32, Format::VOP3, 3, 1)};
255 add3->operands[0] = Operand::zero();
256 add3->operands[1] = Operand::zero();
257 add3
[all...]
H A Dtest_optimizer.cpp687 BEGIN_TEST(optimize.add3)
/third_party/typescript/tests/baselines/reference/
H A DtargetTypeCastTest.js24 function add3(x,y) {x} function
35 function add3(x, y) { x; }
/third_party/ffmpeg/libavformat/
H A Dos_support.c52 unsigned int add1 = 0, add2 = 0, add3 = 0, add4 = 0; in inet_aton() local
54 if (sscanf(str, "%d.%d.%d.%d", &add1, &add2, &add3, &add4) != 4) in inet_aton()
57 if (!add1 || (add1 | add2 | add3 | add4) > 255) in inet_aton()
60 add->s_addr = htonl((add1 << 24) + (add2 << 16) + (add3 << 8) + add4); in inet_aton()
/third_party/ffmpeg/libavcodec/mips/
H A Dhpeldsp_msa.c574 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_8w_msa() local
592 HADD_UB2_UH(src3_r, src4_r, add3, add4); in common_hv_bil_8w_msa()
593 ADD4(add0, add1, add1, add2, add2, add3, add3, add4, in common_hv_bil_8w_msa()
669 v8u16 add0, add1, add2, add3, add4, add5, add6, add7, add8; in common_hv_bil_no_rnd_8x8_msa() local
689 HADD_UB3_UH(src3_r, src4_r, src5_r, add3, add4, add5); in common_hv_bil_no_rnd_8x8_msa()
694 sum2 = add2 + add3 + 1; in common_hv_bil_no_rnd_8x8_msa()
695 sum3 = add3 + add4 + 1; in common_hv_bil_no_rnd_8x8_msa()
715 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_no_rnd_4x8_msa() local
731 HADD_UB2_UH(src3_r, src4_r, add3, add in common_hv_bil_no_rnd_4x8_msa()
976 v8u16 add0, add1, add2, add3, add4; common_hv_bil_and_aver_dst_8w_msa() local
1020 v8u16 add0, add1, add2, add3, add4, add5, add6, add7, add8; common_hv_bil_and_aver_dst_16w_msa() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqdm2.c542 int add1, add2, add3, add4; in fill_coding_method_array() local
555 add2 = add3 = add4 = 0; in fill_coding_method_array()
562 add3 = tone_level_idx[ch][sb - 1][j] + tone_level_idx_offset_table[sb][1] - 6; in fill_coding_method_array()
563 if (add3 < 0) in fill_coding_method_array()
564 add3 = 0; in fill_coding_method_array()
571 tmp = tone_level_idx[ch][sb][j + 1] * 2 - add4 - add3 - add2 - add1; in fill_coding_method_array()

Completed in 9 milliseconds