Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/whrlpool/asm/
H A 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"));
/freebsd/crypto/openssl/crypto/perlasm/
H A 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"));
H A Dx86asm.pl47 sub ::HB
60 &xchg(&HB(@_),&LB(@_));
62 &xchg(&HB(@_),&LB(@_));
H A DREADME.md31 &HB(reg); High byte for a register
/freebsd/crypto/openssl/crypto/aes/asm/
H A 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 …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp154 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch(); in findLoopPreheader() local
155 if (HB->pred_size() != 2 || HB->hasAddressTaken()) in findLoopPreheader()
159 for (MachineBasicBlock *P : HB->predecessors()) { in findLoopPreheader()
172 if (S == HB) in findLoopPreheader()
/freebsd/crypto/openssl/crypto/des/asm/
H A 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) );
H A 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) );
/freebsd/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl116 &movb( &LB($tmp1), &HB($tmp2)); # A
119 &movb( &LB($tmp3), &HB($tmp4)); # C
/freebsd/crypto/openssl/crypto/cast/asm/
H A 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
/freebsd/crypto/openssl/crypto/
H A Dx86cpuid.pl111 &and (&HB("eax"),15); # family ID
112 &cmp (&HB("eax"),15); # P4?
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp476 const MachineBasicBlock *HB = L->getHeader(); in collectIndRegsForLoop() local
478 if (!HB || !LB) in collectIndRegsForLoop()
496 if (TB != HB && FB != HB) in collectIndRegsForLoop()
532 for (auto &MI : *HB) { in collectIndRegsForLoop()
564 dbgs() << "For loop at " << printMBBReference(*HB) << " ind regs: "; in collectIndRegsForLoop()
H A DHexagonEarlyIfConv.cpp643 MachineBasicBlock *HB = L ? L->getHeader() : nullptr; in visitLoop() local
644 LLVM_DEBUG((L ? dbgs() << "Visiting loop H:" << PrintMB(HB) in visitLoop()
654 Changed |= visitBlock(L ? HB : EntryB, L); in visitLoop()
H A DHexagonCommonGEP.cpp844 BasicBlock *HB = L->getHeader(); in isInMainPath() local
847 if (PDT->dominates(B, HB)) in isInMainPath()
/freebsd/crypto/openssl/crypto/camellia/asm/
H A 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
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux85 MU80%4@8)8`3@QP0)D`!^-0*.]9(),$LR^4TT"0.,I8@)H".`HB\@\`62A0(H
112 M03BF&;I6DJ3=&@(%HB-XX+Z0=2'9ZP;]"Z$?#`<A/,+\>\)Y:HA/D!]J+!MA
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7294 Address HB = CGF.Builder.CreateConstGEP( in generateInfoForComponentList() local
7301 HB}; in generateInfoForComponentList()
7363 CGF.Int8Ty, CGF.Builder.CreateConstGEP(HB, 1).emitRawPointer(CGF), in generateInfoForComponentList()
7460 Address HB = in generateInfoForComponentList() local
7463 PartialStruct.HighestElem = {FieldIndex, HB}; in generateInfoForComponentList()
7473 Address HB = in generateInfoForComponentList() local
7476 PartialStruct.HighestElem = {FieldIndex, HB}; in generateInfoForComponentList()
8289 llvm::Value *HB = HBAddr.emitRawPointer(CGF); in emitCombinedEntry() local
8291 HBAddr.getElementType(), HB, /*Idx0=*/1); in emitCombinedEntry()
/freebsd/
H A DObsoleteFiles.inc12455 OLD_FILES+=usr/share/groff_font/devX100-12/HB
12474 OLD_FILES+=usr/share/groff_font/devX100/HB
12493 OLD_FILES+=usr/share/groff_font/devX75-12/HB
12512 OLD_FILES+=usr/share/groff_font/devX75/HB
12553 OLD_FILES+=usr/share/groff_font/devdvi/HB
12632 OLD_FILES+=usr/share/groff_font/devlbp/HB
12707 OLD_FILES+=usr/share/groff_font/devps/HB
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in17657HB left bracket k right bracket ) trees. It is shown that the only statistic of HB left bracket 1 …
/freebsd/share/misc/
H A Dpci_vendors33249 2810 82801HB/HR (ICH8/R) LPC Interface Controller
33279 2824 82801HB (ICH8) 4 port SATA Controller [AHCI mode]
38437 eb18 Corvid HB-R
H A Dusb_vendors826 6f70 HB-RF-USB