/third_party/openssl/crypto/whrlpool/asm/ |
D | wp-mmx.pl | 131 &movz ("edx",&HB("eax")); 138 &movz ("edx",&HB("eax")); 145 &movz ("edx",&HB("ebx")); 152 &movz ("edx",&HB("ebx")); 159 &movz ("edx",&HB("eax")); 172 &movz ("edx",&HB("eax")); 179 &movz ("edx",&HB("ebx")); 186 &movz ("edx",&HB("ebx")); 193 &movz ("edx",&HB("eax"));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLoopInfo.cpp | 123 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch(); in findLoopPreheader() local 124 if (HB->pred_size() != 2 || HB->hasAddressTaken()) in findLoopPreheader() 128 for (MachineBasicBlock *P : HB->predecessors()) { in findLoopPreheader() 140 if (S == HB) in findLoopPreheader()
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-586.pl | 262 &movz ($s[2],&HB($s[0])); 267 &movz ($s[1],&HB($v1)); 275 &movz ($v0,&HB($v1)); 278 &movz ($v0,&HB($v1)); 287 &movz ($v1,&HB($v0)); 290 &movz ($v1,&HB($v0)); 299 &movz ($v0,&HB($v1)); 302 &movz ($v0,&HB($v1)); 317 &movz ($v0,&HB($s1)); # 7, 6, 5*, 4 320 &movz ($v0,&HB($s2)); # 8,11,10*, 9 [all …]
|
/third_party/openssl/crypto/perlasm/ |
D | cbc.pl | 169 &movb(&HB("edx"), &BP(6,$in,"",0)); 173 &movb(&HB("edx"), &BP(5,$in,"",0)); 183 &movb(&HB("ecx"), &BP(2,$in,"",0)); 187 &movb(&HB("ecx"), &BP(1,$in,"",0)); 301 &movb(&BP(5,$out,"",0), &HB("edx")); 312 &movb(&BP(1,$in,"",0), &HB("ecx"));
|
D | x86asm.pl | 47 sub ::HB 60 &xchg(&HB(@_),&LB(@_)); 62 &xchg(&HB(@_),&LB(@_));
|
D | README.md | 31 &HB(reg); High byte for a register
|
/third_party/ffmpeg/libavcodec/ |
D | aacps_tablegen.h | 45 static float HB[46][8][4]; variable 171 HB[iid][icc][0] = M_SQRT2 * alpha_c * gamma_c; in ps_tableinit() 172 HB[iid][icc][1] = M_SQRT2 * alpha_s * gamma_c; in ps_tableinit() 173 HB[iid][icc][2] = -M_SQRT2 * alpha_s * gamma_s; in ps_tableinit() 174 HB[iid][icc][3] = M_SQRT2 * alpha_c * gamma_s; in ps_tableinit()
|
D | aacps_fixed_tablegen.h | 55 static int HB[46][8][4]; variable 345 HB[iid][icc][0] = (int)(((int64_t)alpha_c_int * gamma_c_int + 0x20000000) >> 30); in ps_tableinit() 346 HB[iid][icc][1] = (int)(((int64_t)alpha_s_int * gamma_c_int + 0x20000000) >> 30); in ps_tableinit() 347 HB[iid][icc][2] = -(int)(((int64_t)alpha_s_int * gamma_s_int + 0x20000000) >> 30); in ps_tableinit() 348 HB[iid][icc][3] = (int)(((int64_t)alpha_c_int * gamma_s_int + 0x20000000) >> 30); in ps_tableinit()
|
D | aacps_tablegen_template.c | 84 ARRAY_RENAME(3d_array)(HB, 46, 8, 4); in main()
|
D | aacps.c | 577 TABLE_CONST INTFLOAT (*H_LUT)[8][4] = (PS_BASELINE || ps2->icc_mode < 3) ? HA : HB; in stereo_processing()
|
/third_party/openssl/crypto/des/asm/ |
D | crypt586.pl | 115 &movb( &LB($tmp2), &HB($u) ); 121 &movb( &LB($tmp2), &HB($t) ); 124 &movb( &LB($tmp1), &HB($u) ); 127 &movb( &LB($tmp2), &HB($t) );
|
D | des-586.pl | 226 &movb( &LB($tmp2), &HB($u) ); 231 &movb( &LB($tmp2), &HB($t) ); 234 &movb( &LB($tmp1), &HB($u) ); 237 &movb( &LB($tmp2), &HB($t) );
|
/third_party/openssl/crypto/cast/asm/ |
D | cast-586.pl | 160 &movb( &LB($tmp1), &HB($tmp4)); # A 167 &movb( &LB($tmp1), &HB($tmp4)); # A # BAD BAD BAD 173 &movb( &LB($tmp3), &HB($tmp4)); # C # BAD BAD BAD
|
/third_party/openssl/crypto/bf/asm/ |
D | bf-586.pl | 116 &movb( &LB($tmp1), &HB($tmp2)); # A 119 &movb( &LB($tmp3), &HB($tmp4)); # C
|
/third_party/openssl/crypto/ |
D | x86cpuid.pl | 111 &and (&HB("eax"),15); # family ID 112 &cmp (&HB("eax"),15); # P4?
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 478 const MachineBasicBlock *HB = L->getHeader(); in collectIndRegsForLoop() local 480 if (!HB || !LB) in collectIndRegsForLoop() 498 if (TB != HB && FB != HB) in collectIndRegsForLoop() 534 for (auto &MI : *HB) { in collectIndRegsForLoop() 566 dbgs() << "For loop at " << printMBBReference(*HB) << " ind regs: "; in collectIndRegsForLoop()
|
D | HexagonEarlyIfConv.cpp | 645 MachineBasicBlock *HB = L ? L->getHeader() : nullptr; in visitLoop() local 646 LLVM_DEBUG((L ? dbgs() << "Visiting loop H:" << PrintMB(HB) in visitLoop() 656 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
|
D | HexagonCommonGEP.cpp | 856 BasicBlock *HB = L->getHeader(); in isInMainPath() local 859 if (PDT->dominates(B, HB)) in isInMainPath()
|
/third_party/openssl/crypto/camellia/asm/ |
D | cmll-x86.pl | 95 &movz ($idx,&HB($t0)); # (t0>>8)&0xff 102 &movz ($idx,&HB($t0)); # (t0>>24)&0xff 104 &movz ($idx,&HB($t1)); # (t1>>8)&0xff 109 &movz ($idx,&HB($t1)); # (t1>>24)&0xff
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 2274 Int LB(-1), LP(0), HB(dim), HP(dim - 1); in generateCornerUpdate() local 2279 computeCubeCorner(layers, LB, LP, HB, HP, pitchB, state); in generateCornerUpdate() 2280 computeCubeCorner(layers, HB, HP, LB, LP, pitchB, state); in generateCornerUpdate() 2281 computeCubeCorner(layers, HB, HP, HB, HP, pitchB, state); in generateCornerUpdate()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …HB�NG�NEpH>T@5A;/96-@85A75?75>63=5394194173043/43/34/23.23.13.02-.3--3/-3/.3/.3/02/02/11/11/21/320…
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …HB�NG�NEpH>T@5A;/96-@85A75?75>63=5394194173043/43/34/23.23.13.02-.3--3/-3/.3/.3/02/02/11/11/21/320…
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …HB�NG�NEpH>T@5A;/96-@85A75?75>63=5394194173043/43/34/23.23.13.02-.3--3/-3/.3/.3/02/02/11/11/21/320…
|
/third_party/cups-filters/cupsfilters/ |
D | image.pgm | 202 … <P.%,%&*%)3BLHGJMI<1-&",BC(#&&8HB*$.:DNSVaYI6'"'.)*6L… 251 …zwvj7+(FY�����dW[PTWP<&'4@C=:;=AB=1 !%.<LX`]U[[QZV7/11.-2>HPLF>99<?HB>9*%3?LNC0" -… 680 +9BMM@27HB+2Oix~~|mU>0 719 )+%!#,6>@;94.+()(/BB=HB?PH@84;DJMUWWURTZ_\T[g^KTqmaJ5087.GOY\][[\WWG1*+ 863 …%)%08;864:84.-08>EAFVccek�yZG907F@ADA<:<?@DIOSTTSLKIECBBBFGGDB@@@HB::=AABJHJH;-/<NS[__bg…
|
/third_party/gstreamer/gstplugins_bad/tests/files/ |
D | test.ts | 222 …����������������������������������������������!MCJ)��P@��>�H��%�HB͕����kZ��$��Ur/.d�y… 1010 �� M��R9���G@B6.�������������������������������������������������!MM3O��P@�<�H*���$HB… 1060 5�HBU 1808 …�Jよ;sϖ�vR��Dm���MB݂+6��Z{�<|���R�VlJ3ӝ�rH����ʢ�X g��S����O�|��/HB���br�$_��]��24\�G<�…
|