Home
last modified time | relevance | path

Searched refs:HB (Results 1 – 25 of 35) sorted by relevance

12

/third_party/openssl/crypto/whrlpool/asm/
Dwp-mmx.pl131 &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/
DMachineLoopInfo.cpp123 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/
Daes-586.pl262 &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/
Dcbc.pl169 &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"));
Dx86asm.pl47 sub ::HB
60 &xchg(&HB(@_),&LB(@_));
62 &xchg(&HB(@_),&LB(@_));
DREADME.md31 &HB(reg); High byte for a register
/third_party/ffmpeg/libavcodec/
Daacps_tablegen.h45 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()
Daacps_fixed_tablegen.h55 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()
Daacps_tablegen_template.c84 ARRAY_RENAME(3d_array)(HB, 46, 8, 4); in main()
Daacps.c577 TABLE_CONST INTFLOAT (*H_LUT)[8][4] = (PS_BASELINE || ps2->icc_mode < 3) ? HA : HB; in stereo_processing()
/third_party/openssl/crypto/des/asm/
Dcrypt586.pl115 &movb( &LB($tmp2), &HB($u) );
121 &movb( &LB($tmp2), &HB($t) );
124 &movb( &LB($tmp1), &HB($u) );
127 &movb( &LB($tmp2), &HB($t) );
Ddes-586.pl226 &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/
Dcast-586.pl160 &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/
Dbf-586.pl116 &movb( &LB($tmp1), &HB($tmp2)); # A
119 &movb( &LB($tmp3), &HB($tmp4)); # C
/third_party/openssl/crypto/
Dx86cpuid.pl111 &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/
DHexagonSplitDouble.cpp478 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()
DHexagonEarlyIfConv.cpp645 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()
DHexagonCommonGEP.cpp856 BasicBlock *HB = L->getHeader(); in isInMainPath() local
859 if (PDT->dominates(B, HB)) in isInMainPath()
/third_party/openssl/crypto/camellia/asm/
Dcmll-x86.pl95 &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/
DBlitter.cpp2274 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/
Dtestorig.ppm4HB�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/
Dtestorig.ppm4HB�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/
Dtestorig.ppm4HB�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/
Dimage.pgm202 … <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/
Dtest.ts222 …�������������������������������������������������!MCJ)��P@��>�H ��%�HB͕����kZ��$��Ur/.d�y…
1010 �� M��R�9���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<�…

12