/src/sys/arch/arm/xscale/ |
ixp425-fw.mk | 9 # See ixp425-fw.README for instructions on how to download and generate
|
/src/games/cribbage/ |
instr.c | 59 instructions(void) function in typeref:typename:void
|
cribbage.h | 74 void instructions(void);
|
crib.c | 136 msg("Do you need instructions for cribbage? "); 142 instructions();
|
/src/common/lib/libc/arch/sh3/string/ |
ffs.S | 41 * This code makes use of ``test 8bit'' and ``shift 8bit'' instructions. 47 mov r4,r0 ! using r0 specific instructions
|
/src/sys/arch/m68k/060sp/dist/ |
fplsp.doc | 44 FP instructions not implemented in 68060 hardware. These 45 instructions normally take exception vector #11 48 By re-compiling a program that uses these instructions, and 50 instructions, a program can avoid the overhead associated 118 this exception using implemented floating-point instructions. 128 The package does not attempt to correctly emulate instructions 134 subroutine calls for all fp instructions. The code does NOT emulate
|
isp.doc | 45 This exception is taken when any of the integer instructions 47 isp.sa provides full emulation support for these instructions. 49 The unimplemented integer instructions are: 183 The instructions "cas2" and "cas" (when used with a misaligned effective 185 060ISP is installed properly, these instructions will enter through the
|
ilsp.doc | 44 and the "cmp2" instruction. These instructions are not 48 By re-compiling a program that uses these instructions, and 50 instructions, a program can avoid the overhead associated with
|
fskeletn.s | 216 # vector number 11: FP Unimplemented Instructions, FP implemented instructions when 217 # the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module 230 # vector number 11: FP Unimplemented Instructions, FP implemented instructions when 231 # the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
|
fpsp.doc | 44 These exception handlers emulate Unimplemented FP instructions, 45 instructions using unimplemented data types, and instructions
|
test.doc | 166 want FP unimplemented instructions.
|
os.s | 68 # instructions for supervisor mode applications and call _copyin()/_copyout()
|
isp.s | 378 # integer instructions caused this exception. This handler then calls # 381 # Some of these instructions, by their nature, may produce other # 387 # instructions may be executing while Trace is enabled. If so, then # 892 # appropriate mode. Since none of the emulated integer instructions # 1866 # _chk2_cmp2(): routine to emulate chk2/cmp2 instructions # 2514 # unsigned multiplies and "add" instructions. Store the high and low # 3217 # (7) Pre-fetch the core emulation instructions by executing # 3834 # (6) Pre-fetch the core emulation instructions by executing one #
|
/src/games/fish/ |
fish.c | 88 static void instructions(void); 113 instructions(); 433 instructions(void) function in typeref:typename:void 441 (void)printf("Would you like instructions (y or n)? ");
|
/src/sys/external/isc/libsodium/dist/ |
README.markdown | 33 The integrity checking instructions (including the signing key for libsodium)
|
configure.ac | 359 AC_MSG_CHECKING(for MMX instructions set) 372 AC_MSG_CHECKING(for SSE2 instructions set) 389 AC_MSG_CHECKING(for SSE3 instructions set) 403 AC_MSG_CHECKING(for SSSE3 instructions set) 416 AC_MSG_CHECKING(for SSE4.1 instructions set) 429 AC_MSG_CHECKING(for AVX instructions set) 445 AC_MSG_CHECKING(for AVX2 instructions set) 478 AC_MSG_CHECKING(for AVX512F instructions set) 498 AC_MSG_CHECKING(for AESNI instructions set and PCLMULQDQ)
|
/src/games/wump/ |
wump.c | 123 static void instructions(void); 221 instructions(); 744 instructions(void) function in typeref:typename:void 752 * read the instructions file, if needed, and show the user how to 755 if (!getans("Instructions? (y-n) "))
|
/src/sys/lib/libunwind/ |
DwarfParser.hpp | 60 /// by "running" the DWARF FDE "instructions" 281 /// "Run" the dwarf instructions and create the abstact PrologInfo for an FDE. 292 // First parse the CIE then FDE instructions. 303 /// "Run" the DWARF instructions. 306 CFI_Parser<A, R>::parseInstructions(A &addressSpace, pint_t instructions, 311 pint_t p = instructions;
|
/src/sys/arch/vax/boot/xxboot/ |
start.S | 55 # the parameter block offset to disassemble as a CASEL instructions which
|
/src/usr.sbin/sysinst/ |
msg.mi.en | 452 should boot from hard disk. Follow the instructions in the INSTALL 463 now need to follow the instructions in the INSTALL document as to 472 You will now need to follow the instructions in the INSTALL document
|
/src/usr.sbin/gspa/gspa/ |
gsp_inst.c | 114 struct inst instructions[] = { variable in typeref:struct:inst[] 281 for( ip = instructions; ip->opname != NULL; ++ip )
|
/src/sys/arch/vax/vax/ |
unimpl_emul.S | 416 # Uses d-float instructions, so hopefully d-float is available. 421 # - do not use d-float instructions (may be emulated)
|
/src/sys/arch/hppa/stand/xxboot/ |
start.S | 138 ; in eight instructions after sync 216 copy %r0,%r3 ; in eight instructions after sync
|
/src/sys/arch/mac68k/mac68k/ |
locore.s | 393 tstl _C_LABEL(mmutype) | TTx instructions will break 68851 960 | (use nop instructions if necessary!) 1098 * assemble the instructions.
|
/src/sys/arch/x68k/stand/boot_ufs/ |
boot.S | 95 | we use 68020 instructions, and check MPU beforehand
|