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

  /src/sys/arch/m68k/m68k/
db_trace.c 254 instruc = get(addr - 6, ISP);
255 nextword = get(addr - 4, ISP);
291 instruc = get(addr, ISP);
295 instruc = get(addr += 2, ISP);
305 instruc = get(addr += 2, ISP);
309 val = get(addr + 2, ISP);
330 instruc = get(addr, ISP);
332 instruc = get(addr + 2, ISP);
339 instruc = get(addr, ISP);
341 instruc = get(addr + 2, ISP);
    [all...]
  /src/sys/arch/m68k/060sp/dist/
isp.doc 2 # $NetBSD: isp.doc,v 1.1 2000/04/14 20:24:39 is Exp $
41 The file isp.sa contains the 68060 Integer Software Package.
47 isp.sa provides full emulation support for these instructions.
60 The file isp.sa is essentially a hexadecimal image of the
75 The source code isp.s has also been included but only for
98 is NOT INCLUDED in isp.sa (an example "Call-out" section is provided at
100 the ISP routines to reference external functions that must be provided
103 to a function required by the ISP (these functions and their location are
104 listed in "68060ISP call-outs" below). Each field entry should contain
107 isp.sa image in memory
    [all...]
test.doc 42 the state of the 68060ISP and 68060FPSP once they have been installed.
90 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field
100 are listed in section "68060{ISP,FPSP}-TEST entry points" below. A calling
104 For example, to run the 060ISP test, write a program that includes the
110 section is 128 bytes long; and the 68060ISP test entry point is located
116 68060ISP-TEST Call-outs:
146 68060ISP-TEST Entry-points:
iskeletn.s 155 # If the implementation provided by the 68060ISP is sufficient,
166 # If the implementation provided by the 68060ISP is sufficient,
isp.s 2 # $NetBSD: isp.s,v 1.5 2021/08/02 12:56:23 andvar Exp $
40 # This file is appended to the top of the 060ISP package
45 # example) that are referenced by the ISP package itself in order
47 # callout. The ISP code does a "bsr" to the stub routine. This
49 # it makes the ISP code easier to read and more maintainable.
340 # _isp_unimp(): 060ISP entry point for Unimplemented Instruction #
2980 # made to point directly back into the 060ISP which has a routine for #
os.s 42 # - example "Call-Out"s required by both the ISP and FPSP.
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.h 97 ISP, /* Interrupt stack pointer */
tc-m68k.c 141 SFC, DFC, USP, VBR, CACR, CAAR, MSP, ISP,
146 USP, VBR, MSP, ISP, MMUSR, URP, SRP,
3279 case ISP:
4040 { "isp", ISP }, /* Interrupt Stack Pointer. */
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.h 97 ISP, /* Interrupt stack pointer */
tc-m68k.c 141 SFC, DFC, USP, VBR, CACR, CAAR, MSP, ISP,
146 USP, VBR, MSP, ISP, MMUSR, URP, SRP,
3279 case ISP:
4040 { "isp", ISP }, /* Interrupt Stack Pointer. */
  /src/external/bsd/nsd/dist/
configlexer.lex 393 <include>{SPACE}* { LEXOUT(("ISP ")); /* ignore */ }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneFunction.cpp 212 for (DISubprogram *ISP : DIFinder->subprograms())
213 if (ISP != SPClonedWithinModule)
214 mapToSelfIfNew(ISP);
  /src/sys/arch/arm/samsung/
exynos5_reg.h 101 #define EXYNOS5_A5 (ISP) 0x008B0000

Completed in 31 milliseconds