Home
last modified time | relevance | path

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

12

/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/whrlpool/asm/
Dwp-mmx.pl132 &movz ("edx",&HB("eax"));
139 &movz ("edx",&HB("eax"));
146 &movz ("edx",&HB("ebx"));
153 &movz ("edx",&HB("ebx"));
160 &movz ("edx",&HB("eax"));
173 &movz ("edx",&HB("eax"));
180 &movz ("edx",&HB("ebx"));
187 &movz ("edx",&HB("ebx"));
194 &movz ("edx",&HB("eax"));
/third_party/openssl/crypto/perlasm/
Dcbc.pl168 &movb(&HB("edx"), &BP(6,$in,"",0));
171 &movb(&HB("edx"), &BP(5,$in,"",0));
178 &movb(&HB("ecx"), &BP(2,$in,"",0));
181 &movb(&HB("ecx"), &BP(1,$in,"",0));
294 &movb(&BP(5,$out,"",0), &HB("edx"));
305 &movb(&BP(1,$in,"",0), &HB("ecx"));
Dx86asm.pl47 sub ::HB
60 &xchg(&HB(@_),&LB(@_));
62 &xchg(&HB(@_),&LB(@_));
DREADME27 &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_tablegen_template.c84 ARRAY_RENAME(3d_array)(HB, 46, 8, 4); in main()
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.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.pl116 &movb( &LB($tmp2), &HB($u) );
122 &movb( &LB($tmp2), &HB($t) );
125 &movb( &LB($tmp1), &HB($u) );
128 &movb( &LB($tmp2), &HB($t) );
Ddes-586.pl227 &movb( &LB($tmp2), &HB($u) );
232 &movb( &LB($tmp2), &HB($t) );
235 &movb( &LB($tmp1), &HB($u) );
238 &movb( &LB($tmp2), &HB($t) );
/third_party/openssl/crypto/bf/asm/
Dbf-586.pl117 &movb( &LB($tmp1), &HB($tmp2)); # A
120 &movb( &LB($tmp3), &HB($tmp4)); # C
/third_party/openssl/crypto/cast/asm/
Dcast-586.pl161 &movb( &LB($tmp1), &HB($tmp4)); # A
168 &movb( &LB($tmp1), &HB($tmp4)); # A # BAD BAD BAD
174 &movb( &LB($tmp3), &HB($tmp4)); # C # BAD BAD BAD
/third_party/openssl/crypto/
Dx86cpuid.pl113 &and (&HB("eax"),15); # family ID
114 &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.pl96 &movz ($idx,&HB($t0)); # (t0>>8)&0xff
103 &movz ($idx,&HB($t0)); # (t0>>24)&0xff
105 &movz ($idx,&HB($t1)); # (t1>>8)&0xff
110 &movz ($idx,&HB($t1)); # (t1>>24)&0xff
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp300 #define HB macro
/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/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/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/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/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<�…
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
Dcrash.devcore2407HB-2P\W<m[dRLMCS,b2h:1cio/3^DCeO-gRb[i*Ohpf7-YJ]ZX1Q[E2TBM(?Y56(5h$<lr44Hp_%!J"_[Q\KS+/aicL5o3]E=S…
2447 …p3qz!!!'#zz!!*'"z!!#7az!!*'"!!!$"!!!Q9!!!'#z!!!!a!!!!#zz!!!-%!!*'"!<<B*z+9;HB!!,=b!<<*"zJ1ps'!!%]a…
2462 …p3qz!!!'#zz!!*'"z!!#7az!!*'"!!!$"!!!Q9!!!'#z!!!!a!!!!#zz!!!-%!!*'"!<<B*z+9;HB!!,=b!<<*"zJ1ps'!!%]a…
2495 …_r+L8?>gW'RJq-ORHkm%"(uB#97KJ3%f#aIdJNah^@u4=Mqc#ETj'=W!S+@/'pbm)/u38!!+6#$HB(%FJA^E_"7*#WP,J5joQP…

12