/third_party/uboot/u-boot-2020.01/arch/mips/mach-mtmips/ |
D | lowlevel_init.S | 171 li t8, 0xfffff0f0 172 and t2, t2, t8 175 li t8, 0xfffff0f0 176 and t3, t3, t8 179 li t8, 0xfffff8ff 180 and t4, t4, t8 183 li t8, 0xfffff0f0 184 and t5, t5, t8 187 li t8, 0xfffff8ff 188 and t6, t6, t8 [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/mips/ |
D | jsimd_dspr2.S | 72 addu t8, t7, s0 73 addu t2, t8, s0 76 lbu t8, 0(t8) 82 sb t8, -1(t5) 108 addu t8, t7, s0 109 addu t2, t8, s0 112 lbu t8, 0(t8) 118 sb t8, -1(t5) 175 li t8, 0x807fff // CBCR_OFFSET + ONE_HALF-1 195 mtlo t8, $ac1 [all …]
|
/third_party/pixman/pixman/ |
D | pixman-mips-memcpy-asm.S | 56 xor t8, a1, a0 57 andi t8, t8, 0x3 /* t8 is a0/a1 word-displacement */ 59 bne t8, zero, $unaligned 66 LWHI t8, 0(a1) 68 SWHI t8, 0(a0) 72 $chk16w: andi t8, a2, 0x3f /* any whole 64-byte chunks? */ 75 beq a2, t8, $chk8w /* if a2==t8, no 64-byte chunks */ 77 subu a3, a2, t8 /* subtract from a2 the reminder */ 152 move a2, t8 158 andi t8, a2, 0x1f /* is there a 32-byte chunk? */ [all …]
|
D | pixman-mips-dspr2-asm.S | 161 CONVERT_2x8888_TO_2x0565 t0, t1, t2, t3, t4, t5, t6, t7, t8 203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9 235 srl t8, a2, 3 /* t1 = how many multiples of 8 src pixels */ 236 beqz t8, 3f /* branch if less than 8 src pixels */ 239 addiu t8, t8, -1 240 beqz t8, 2f 324 lui t8, 0xff00; 357 or t3, t3, t8 /* t3 = FF | R2 | G2 | B2 */ 359 or t4, t4, t8 /* t4 = FF | R1 | G1 | B1 */ 362 or t5, t5, t8 /* t5 = FF | R3 | G3 | B3 */ [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | hqxdsp.c | 29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local 50 t8 = (int)(t6 * 11585U) >> 14; in idct_col() 59 t11 = tE - t8; in idct_col() 65 blk[2 * 8] = t11 + t8 * 2; in idct_col() 75 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_row() local 86 t8 = (t6 * 11585) >> 14; in idct_row() 95 t11 = tE - t8; in idct_row() 101 blk[2] = (t11 + t8 * 2 + 4) >> 3; in idct_row()
|
D | mss34dsp.c | 73 const unsigned t8 = 35470U * blk[2 * step] - 85623U * blk[6 * step]; \ 79 blk[1 * step] = (int)( t3 + t7 + t8 + tA) >> shift; \ 80 blk[2 * step] = (int)( t2 + t6 - t8 + tA) >> shift; \ 83 blk[5 * step] = (int)(-(t2 + t6) - t8 + tA) >> shift; \ 84 blk[6 * step] = (int)(-(t3 + t7) + t8 + tA) >> shift; \
|
D | ivi_dsp.c | 245 t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ argument 250 IVI_HAAR_BFLY(t7, s8, t7, t8, t0);\ 258 d8 = COMPENSATE(t8); } 277 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_inverse_haar_8x8() local 295 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_inverse_haar_8x8() 317 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_inverse_haar_8x8() 329 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_row_haar8() local 342 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_row_haar8() 354 int t0, t1, t2, t3, t4, t5, t6, t7, t8; in ff_ivi_col_haar8() local 366 t0, t1, t2, t3, t4, t5, t6, t7, t8); in ff_ivi_col_haar8() [all …]
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | idctdsp_alpha_asm.S | 45 lda t8, -1 47 zap t8, 0xaa, t8 # 00ff00ff00ff00ff 63 minsw4 t0, t8, t0 65 minsw4 t1, t8, t1 66 minsw4 t2, t8, t2 67 minsw4 t3, t8, t3 127 and t6, tg, t8 # 2 1 140 xor t6, t8, t6 # 2 4
|
/third_party/boost/boost/fusion/container/deque/detail/cpp03/preprocessed/ |
D | deque20.hpp | 152 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in deque() 153 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 158 …onst& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8) in deque() 159 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 163 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in deque() 165 …std::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))) in deque() 170 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in deque() 171 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() 176 …onst& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8 , T9 const& t9) in deque() 177 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() [all …]
|
D | deque30.hpp | 152 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in deque() 153 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 158 …onst& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8) in deque() 159 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 163 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in deque() 165 …std::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))) in deque() 170 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in deque() 171 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() 176 …onst& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8 , T9 const& t9) in deque() 177 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() [all …]
|
D | deque_keyed_values20.hpp | 206 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in construct() 212 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)); in construct() 217 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in forward_() 223 …td::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))); in forward_() 227 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 233 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)); in construct() 238 …t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8 , T_9 && t9) in forward_() 244 …t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8) , std::forward<T_9>… in forward_() 248 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 254 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9 , t10)); in construct() [all …]
|
D | deque40.hpp | 152 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in deque() 153 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 158 …onst& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8) in deque() 159 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 163 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in deque() 165 …std::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))) in deque() 170 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in deque() 171 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() 176 …onst& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8 , T9 const& t9) in deque() 177 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() [all …]
|
D | deque_keyed_values30.hpp | 206 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in construct() 212 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)); in construct() 217 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in forward_() 223 …td::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))); in forward_() 227 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 233 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)); in construct() 238 …t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8 , T_9 && t9) in forward_() 244 …t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8) , std::forward<T_9>… in forward_() 248 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 254 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9 , t10)); in construct() [all …]
|
D | deque_keyed_values40.hpp | 206 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in construct() 212 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)); in construct() 217 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in forward_() 223 …td::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))); in forward_() 227 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 233 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)); in construct() 238 …t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8 , T_9 && t9) in forward_() 244 …t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8) , std::forward<T_9>… in forward_() 248 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 254 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9 , t10)); in construct() [all …]
|
D | deque50.hpp | 152 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in deque() 153 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 158 …onst& t2 , T3 const& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8) in deque() 159 …T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)) in deque() 163 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in deque() 165 …std::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))) in deque() 170 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in deque() 171 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() 176 …onst& t3 , T4 const& t4 , T5 const& t5 , T6 const& t6 , T7 const& t7 , T8 const& t8 , T9 const& t9) in deque() 177 …T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::construct(t0 , t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)) in deque() [all …]
|
D | deque_keyed_values50.hpp | 206 …>::type t6 , typename detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8) in construct() 212 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8)); in construct() 217 …t0 , T_1 && t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8) in forward_() 223 …td::forward<T_5>( t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8))); in forward_() 227 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 233 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9)); in construct() 238 …t1 , T_2 && t2 , T_3 && t3 , T_4 && t4 , T_5 && t5 , T_6 && t6 , T_7 && t7 , T_8 && t8 , T_9 && t9) in forward_() 244 …t5) , std::forward<T_6>( t6) , std::forward<T_7>( t7) , std::forward<T_8>( t8) , std::forward<T_9>… in forward_() 248 … detail::call_param<T7 >::type t7 , typename detail::call_param<T8 >::type t8 , typename detail::c… in construct() 254 >::construct(t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 , t9 , t10)); in construct() [all …]
|
/third_party/libxml2/result/valid/ |
D | t8.xml.err.rdr | 1 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar… 8 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar… 15 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar… 22 ./test/valid/t8.xml : failed to parse
|
D | t8.xml.err | 1 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar… 8 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar… 15 ./test/valid/t8.xml:6: parser error : internal error: xmlParseInternalSubset: error detected in Mar…
|
/third_party/boost/libs/fusion/test/sequence/ |
D | construction.hpp | 91 FUSION_SEQUENCE<long, double> t8(t6); in test() local 92 BOOST_TEST(FUSION_AT<0>(t8) == 12); in test() 93 BOOST_TEST(FUSION_AT<1>(t8) > 5.4f && FUSION_AT<1>(t8) < 5.6f); in test()
|
D | map_construction.cpp | 92 map<pair<key1, long>, pair<key2, double> > t8(t6); in test() local 93 BOOST_TEST(at_c<0>(t8).second == 12); in test() 94 BOOST_TEST(at_c<1>(t8).second > 5.4f && at_c<1>(t8).second < 5.6f); in test()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vc1dsp_msa.c | 144 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_4x8_msa() local 178 t8 = cnst_22 * in_r7 - cnst_10 * in_r5; in ff_vc1_inv_trans_4x8_msa() 183 in_r5 = (t6 - t8) >> 3; in ff_vc1_inv_trans_4x8_msa() 185 in_r6 = (t6 + t8) >> 3; in ff_vc1_inv_trans_4x8_msa() 199 t7 = t2 - t4, t8 = t1 - t3; in ff_vc1_inv_trans_4x8_msa() 215 in_r3 = (t8 + t4) >> 7; in ff_vc1_inv_trans_4x8_msa() 216 in_r4 = (t8 - t4 + cnst_1) >> 7; in ff_vc1_inv_trans_4x8_msa() 234 v4i32 t1, t2, t3, t4, t5, t6, t7, t8; in ff_vc1_inv_trans_8x4_msa() local 261 t7 = t2 - t4, t8 = t1 - t3; in ff_vc1_inv_trans_8x4_msa() 269 in3 = (t8 + t4) >> 3; in ff_vc1_inv_trans_8x4_msa() [all …]
|
D | mpegaudiodsp_mips_fixed.c | 360 int t4, t5, t6, t8, t7; in imdct36_mips_fixed() local 443 [t7] "=&r" (t7), [t8] "=&r" (t8) in imdct36_mips_fixed() 576 [temp_reg3] "=&r" (temp_reg3), [t8] "=&r" (t8), [t0] "=&r" (t0), in imdct36_mips_fixed()
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 120 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23)); 168 lwxs $t8,$i0($Tbl) # Te3[s3] 196 rotr $t8,$t8,24 205 xor $t0,$t8 294 lw $t8,0($i0) # Te3[s3] 312 lw $t8,0($i0) # Te3[s3] 335 rotr $t8,$t8,24 361 lwl $t8,1($i0) # Te3[s3] 365 lwr $t8,0($i0) # Te3[s3] 392 xor $t0,$t8 [all …]
|
/third_party/boost/libs/timer/test/ |
D | cpu_timer_test.cpp | 102 auto_cpu_timer t8(std::cerr, 1, "foo"); in unit_test() local 103 BOOST_TEST(!t8.is_stopped()); in unit_test() 104 BOOST_TEST(&t8.ostream() == &std::cerr); in unit_test() 105 BOOST_TEST_EQ(t8.places(), 1); in unit_test() 106 BOOST_TEST_EQ(t8.format_string(), string("foo")); in unit_test() 117 t8.stop(); in unit_test()
|
/third_party/ltp/runtest/ |
D | ltp-aio-stress.part1 | 40 ADS1011 aio-stress -I500 -o3 -S -r256 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/… 41 ADS1012 aio-stress -I500 -o3 -S -r512 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/f… 42 ADS1013 aio-stress -I500 -o2 -O -r4 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/… 53 ADS1024 aio-stress -I500 -o3 -O -r256 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $TMPDIR… 54 ADS1025 aio-stress -I500 -o3 -O -r512 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $TMPDIR/… 55 ADS1026 aio-stress -I500 -o0 -S -r4 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $T… 66 ADS1037 aio-stress -I500 -o1 -S -r256 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $TMP… 67 ADS1038 aio-stress -I500 -o1 -S -r512 -t8 -x $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $TMP… 68 ADS1039 aio-stress -I500 -o1 -O -r4 -t8 -x $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file… 76 ADS1047 aio-stress -I500 -o1 -O -r32 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $TM… [all …]
|