HomeSort by: relevance | last modified time | path
    Searched refs:UN (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/tradcpp/dist/
union.h 31 #define UN
34 #define UN un
macro.c 47 } UN;
53 #define ei_string un.ei_string
54 #define ei_param un.ei_param
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
paired.h 64 #define UN 3
66 #define paired_cmpu0_un(a,b) __builtin_paired_cmpu0 (UN, (a), (b))
70 #define paired_cmpu1_un(a,b) __builtin_paired_cmpu1 (UN, (a), (b))
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
div_qr_1n_pi1.asm 70 define(`UN', `%r8') C Overlaps D input
130 mov UN_INPUT, UN C Clobbers D
140 mov -8(UP, UN, 8), U0
141 mov (UP, UN, 8), U1
142 mov T, (QP, UN, 8)
146 dec UN
176 C {QP+UN, ...} <-- {QP+UN, ...} + {Q2, Q1} + U1 + c
178 mov -8(UP, UN, 8), U0
179 adc Q2, 8(QP, UN, 8
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
div_qr_1n_pi1.asm 70 define(`UN', `%r8') C Overlaps D input
130 mov UN_INPUT, UN C Clobbers D
140 mov -8(UP, UN, 8), U0
141 mov (UP, UN, 8), U1
142 mov T, (QP, UN, 8)
146 dec UN
177 C {QP+UN, ...} <-- {QP+UN, ...} + {Q2, Q1} + U1 + c
179 mov -8(UP, UN, 8), U0
180 adc Q2, 8(QP, UN, 8
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
NativeFormatting.cpp 98 UnsignedT UN = -(UnsignedT)N;
99 write_unsigned(S, UN, MinDigits, Style, true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 215 NodeAddr<UseNode *> UN = *I;
216 RegisterRef UR = UN.Addr->getRegRef(*DFG);
218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs);
222 << PrintNode<UseNode*>(UN, *DFG) << '\n'
354 NodeAddr<UseNode *> UN = *I;
355 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG);
441 NodeAddr<UseNode *> UN = *I;
442 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFLiveness.cpp 512 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0;
513 while (UN != 0) {
514 NodeAddr<UseNode*> A = DFG.addr<UseNode*>(UN);
520 UN = A.Addr->getSibling();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 631 UsingNamespaceSym &UN) {
632 W.printString("Namespace", UN.Name);
SymbolRecordMapping.cpp 467 UsingNamespaceSym &UN) {
469 error(IO.mapStringZ(UN.Name));
  /src/sys/dev/
ipmi.c 1548 #define UN 0x20
1607 if ((valid & (UN|UW)) == (UN|UW) && data[6] < data[4])
1608 valid ^= UN;
1620 if (valid & UN && data[6] != 0xff) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 887 UsingNamespaceSym &UN) {
888 P.format(" `{0}`", UN.Name);
  /src/sys/arch/mips/mips/
fp.S 369 PTR_WORD cmp_s # func 49 61 C.UN.S
435 PTR_WORD cmp_d # func 49 61 C.UN.D
634 PTR_WORD cmp_ps # func 49 61 C.UN
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 6837 for (SDNode *UN : PN->uses()) {
6838 if (!ToPromote.count(UN) && UN != ISR.getNode()) {
  /src/external/bsd/tcpdump/dist/
configure 5881 * On UN*Xes, this is a signed integer type of the same size as size_t.
6625 # libraries depend as, on all UN*Xes with which I'm
6794 # You are in a twisty little maze of UN*Xes, all different.
9405 # portable code that could run on other UN*Xes, they want you

Completed in 58 milliseconds