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

  /src/sys/arch/m68k/m68k/
switch_subr.s 105 jeq .Lcpu_switch_nofpsave | No Then don't attempt save.
176 jeq .Lcpu_switch_nofprest | No Then don't attempt restore.
228 jeq .Lsavectx_nofpsave | No? Then don't save state.
356 * and then rei.
  /src/common/dist/zlib/
make_vms.com 26 $ on error then goto err_exit
63 $!!! if axp .or. ia64 then set proc/parse=extended
73 $ then
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
94 $ then
97 $ then
99 $ then
111 $ then
117 $ then
    [all...]
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 365 bz,pt %icc, 5f ! Then skip it
374 bz,a,pt %icc, 1f ! Then skip it, but upper FPU not clean
382 bz,pt %icc, 2f ! Then skip it
locore.s 591 inc PCB_SIZE, %l5 ! then we have a stack overflow
1212 * stack, and then trap to the debugger.
1321 * registers, interrupts are disabled, then we switch to an alternate set
1326 * frame, then switch to the normal globals and save them to the trap frame
1365 * while trying to handle the first fault then that information,
1372 * and then we will need to do just as much work to restore the processor
1383 * using physical addresses. Then we need to read it back using
2178 or %g7, %g6, %g6 ! Then combine them to form PA
2296 * probably (if we were doing a flushw then we may have
2376 !! there already and then trap into the debugger or panic
    [all...]
  /src/lib/libutil/
parsedate.y 33 with gcc), then go ahead and use it, but the more general solution
922 time_t Then;
956 Then = mktime(&tm);
957 if (Then == -1 && errno != 0)
959 return DSTcorrect(Start, Then);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/microchip/
sparx5_pcb135_board.dtsi 710 /* Then the 25G interfaces */
  /src/sys/arch/m68k/060sp/dist/
isp.s 378 # integer instructions caused this exception. This handler then calls #
387 # instructions may be executing while Trace is enabled. If so, then #
391 # _mem_{read,write}() "callout"s returns a failing value, then an #
394 # If none of these occur, then a normal exit is made through #
588 # if exception occurred in user mode, then we have to restore a7 in case it
1674 # reg2mem: fetch dx, then write it to memory
1754 # determines the dest register, and then writes the bytes into it.
1885 # First, calculate the effective address, then fetch the byte, #
1886 # word, or longword sized operands. Then, in the interest of #
2072 # Unless the operand is immediate data. Then use _imem_read_long().
    [all...]
pfpsp.s 626 # then stored in either the FP regfile, data regfile, or memory. #
629 # If the exception is enabled, then this handler must create the #
866 # then stored in either the FP regfile, data regfile, or memory. #
869 # If the exception is enabled, then this handler must create the #
972 # (0x00000000_80000000_00000000), then the machine will take an
1005 # (0x00000000_80000000_00000000), then the machine will take an
1033 # (0x00000000_80000000_00000000), then the machine will take an
1036 # then we have to branch to real_inex.
1156 # from the FP register file. The instruction is then emulated by #
1159 # saved, then we check to see if any enabled exceptions resulted from
    [all...]
fpsp.s 626 # then stored in either the FP regfile, data regfile, or memory. #
629 # If the exception is enabled, then this handler must create the #
866 # then stored in either the FP regfile, data regfile, or memory. #
869 # If the exception is enabled, then this handler must create the #
972 # (0x00000000_80000000_00000000), then the machine will take an
1005 # (0x00000000_80000000_00000000), then the machine will take an
1033 # (0x00000000_80000000_00000000), then the machine will take an
1036 # then we have to branch to real_inex.
1156 # from the FP register file. The instruction is then emulated by #
1159 # saved, then we check to see if any enabled exceptions resulted from
    [all...]
fplsp.s 5084 #--THEN WE RETURN SGN*SIN(R). SGN*SIN(R) IS COMPUTED BY
5137 #--THEN WE RETURN SGN*COS(R). SGN*COS(R) IS COMPUTED BY
5582 #--Then, we need to compute A := R-P and a := r-p
6013 #--Then, we need to compute A := R-P and a := r-p
7566 # then load the exponent with +/1 $3fff.
8330 # if the input is exactly equal to one, then exit through ld_pzero.
8474 #--IF 1+Z > 3/2 OR 1+Z < 1/2, THEN X, WHICH IS ROUNDING 1+Z,
8498 #--CASE 1: 1+Z < 1, THEN K = -1 AND Y-F = (2-F) + 2Z
8499 #--CASE 2: 1+Z > 1, THEN K = 0 AND Y-F = (1-F) + Z
8848 # 4. Overwrite r := r * log2. Then #
    [all...]
  /src/usr.bin/make/unit-tests/
cond-short.mk 7 # distinguishes between the operators 'And', 'And Then', 'Or', 'Or Else'.
11 # Var_Parse got a new parameter named 'wantit'. Since then it would have been
54 # The whole !empty condition is only parsed and then discarded.
162 # so the comparison fell back to string comparison, which then complained
166 # comparisons. Instead, they are only parsed and then discarded.
185 # side of the '&&' irrelevant. Back then, irrelevant condition parts were
  /src/sys/arch/mac68k/obio/
iwm.s 925 * Then, read on.
1046 * Then check bit 7 of q6L (status reg) for 'IWM ready'
1176 beq wsSDDone | Then get out while we can.
1182 swap %d4 | ...then write data buffer
1186 * Write nibbles for last 2 bytes, then
  /src/sys/external/isc/libsodium/dist/
Makefile.in 19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
38 if $(am__is_gnu_make); then \
193 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217 if test -d "$(distdir)"; then \
231 if test "$$first" != "."; then \
232 if test "$$first" = ".."; then \
237 if test "$$first2" = "$$first"; then \
489 if test -n "$$list"; then \
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 194 if test -n "\${ZSH_VERSION+set}"; then
198 if test -n "${ZSH_VERSION+set}"; then
211 if test set != "${COLLECT_NAMES+set}"; then
244 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
299 # in macros and then make a single call at the end using the 'libtool'
513 # into 'config.status', and then the shell code to quote escape them in
520 dnl then we will have config.status run $CONFIG_LT later, so it
640 -h, --help print this help, then exit
641 -V, --version print version number, then exit
677 if $lt_cl_silent; then
    [all...]

Completed in 34 milliseconds