Searched refs:STD (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.3-release/contrib/ntp/
H A Dflock-build19 STD="--enable-simulator"
82 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
83 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS" &
84 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf $BUILD_ARGS" &
85 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
98 ./build $SIG $PARSE $STD $BUILD_ARGS &
106 ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS &
112 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf $BUILD_ARGS &
118 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
/freebsd-10.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s124 STD %r3,0(%sp) ; save r3
125 STD %r4,8(%sp) ; save r4
129 STD %r5,16(%sp) ; save r5
130 STD %r6,24(%sp) ; save r6
131 STD %r7,32(%sp) ; save r7
132 STD %r8,40(%sp) ; save r8
134 STD %r9,48(%sp) ; save r9
137 STD w,56(%sp) ; store w on stack
220 STD lt_0,0(r_ptr) ; rp[0] = lt[0]
226 STD lt_
[all...]
H A Dpa-risc2.s132 STD %r3,0(%sp) ; save r3
133 STD %r4,8(%sp) ; save r4
137 STD %r5,16(%sp) ; save r5
139 STD %r6,24(%sp) ; save r6
140 STD %r7,32(%sp) ; save r7
142 STD %r8,40(%sp) ; save r8
143 STD %r9,48(%sp) ; save r9
228 STD lt_0,0(r_ptr) ; rp[0] = lt[0]
234 STD lt_1,8(r_ptr) ; rp[1] = lt[1]
275 STD lt_
[all...]
/freebsd-10.3-release/lib/libc++/
H A DMakefile67 INCSGROUPS= STD EXP EXT
172 STD+= ${HDRDIR}/${hdr}
176 STD+= ${LIBCXXRTDIR}/${hdr}
/freebsd-10.3-release/contrib/gcc/
H A Dfixproto4 # fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD
31 # Only standard ANSI/POSIX files found under SOURCE-DIR-STD
141 for code in ALL STD ; do
173 STD)
210 STD)
/freebsd-10.3-release/sys/pci/
H A Dncrreg.h189 #define STD 0x04 /* cmd: start dma mode */ macro
H A Dncr.c5465 OUTB (nc_dcntl, np->rv_dcntl | STD);
5490 OUTB (nc_dcntl, np->rv_dcntl | STD);
5773 OUTB (nc_dcntl, np->rv_dcntl | STD);
6383 OUTB (nc_dcntl, np->rv_dcntl | STD);
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp792 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
887 splitMove(MI, SystemZ::STD);
1113 StoreOpcode = SystemZ::STD;
H A DSystemZFrameLowering.cpp393 (MBBI->getOpcode() == SystemZ::STD ||
H A DSystemZISelLowering.cpp3044 return emitCondStore(MI, MBB, SystemZ::STD, 0, false);
3046 return emitCondStore(MI, MBB, SystemZ::STD, 0, true);
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp64 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX;
528 // This is true for instructions like "STD".
538 case PPC::STD:
H A DPPCISelDAGToDAG.cpp150 /// Suitable for use by STD and friends.
1429 case PPC::STD:
1477 StorageOpcode == PPC::STD) &&
1514 (StorageOpcode == PPC::LD || StorageOpcode == PPC::STD ||
H A DPPCAsmPrinter.cpp705 case PPC::STD:
715 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1;
718 llvm_unreachable("Global must be word-aligned for LD, STD, LWA!");
H A DPPCInstrInfo.cpp132 case PPC::STD:
581 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
H A DPPCFastISel.cpp592 Opc = PPC::STD;
639 case PPC::STD: Opc = PPC::STDX; break;
H A DPPCFrameLowering.cpp398 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD
456 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
H A DPPCISelLowering.cpp1103 /// suitable for STD and friends, i.e. multiples of 4.
4970 // STD the extended value into the stack slot.
6164 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD))
6181 TII->get(PPCSubTarget.isPPC64() ? PPC::STD : PPC::STW))
6209 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STD))
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h625 #define D(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL,
626 #define N(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL,
H A Duni_ie.c849 #define D(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG },
850 #define N(NAME,VAL,DIAG,STD,STR)
859 #define D(NAME,VAL,DIAG,STD,STR)
860 #define N(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG },
/freebsd-10.3-release/contrib/binutils/bfd/
H A Daoutx.h267 #define STD(i, j) case i: return & howto_table_std [j] macro
307 STD (BFD_RELOC_8, 0);
308 STD (BFD_RELOC_16, 1);
309 STD (BFD_RELOC_32, 2);
310 STD (BFD_RELOC_8_PCREL, 4);
311 STD (BFD_RELOC_16_PCREL, 5);
312 STD (BFD_RELOC_32_PCREL, 6);
313 STD (BFD_RELOC_16_BASEREL, 9);
314 STD (BFD_RELOC_32_BASEREL, 10);
/freebsd-10.3-release/sys/dev/sym/
H A Dsym_defs.h413 #define STD 0x04 /* cmd: start dma mode */ macro
H A Dsym_hipd.c913 OUTONB (nc_dcntl, (STD|NOCOM)); \
/freebsd-10.3-release/gnu/lib/libgcc/
H A DMakefile204 OBJ_GRPS = STD DIV

Completed in 404 milliseconds