Home
last modified time | relevance | path

Searched refs:VECTOR (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgrnexmpl.g93 VECTOR
145 VECTOR
188 VECTOR
238 VECTOR
246 VECTOR
252 VECTOR
258 VECTOR
264 VECTOR
272 VECTOR
278 VECTOR
[all …]
/netbsd-src/sys/arch/x68k/x68k/
H A Dvectors.s40 VECTOR(illinst) /* 4: illegal instruction */
41 VECTOR(zerodiv) /* 5: zero divide */
42 VECTOR(chkinst) /* 6: CHK instruction */
43 VECTOR(trapvinst) /* 7: TRAPV instruction */
44 VECTOR(privinst) /* 8: privilege violation */
45 VECTOR(trace) /* 9: trace */
46 VECTOR(illinst) /* 10: line 1010 emulator */
47 VECTOR(fpfline) /* 11: line 1111 emulator */
48 VECTOR(badtrap) /* 12: unassigned, reserved */
49 VECTOR(coperr) /* 13: coprocessor protocol violation */
[all …]
/netbsd-src/sys/arch/amiga/amiga/
H A Dvectors.s40 VECTOR(buserr) /* 2: bus error */
41 VECTOR(addrerr) /* 3: address error */
42 VECTOR(illinst) /* 4: illegal instruction */
43 VECTOR(zerodiv) /* 5: zero divide */
44 VECTOR(chkinst) /* 6: CHK instruction */
45 VECTOR(trapvinst) /* 7: TRAPV instruction */
46 VECTOR(privinst) /* 8: privilege violation */
47 VECTOR(trace) /* 9: trace */
48 VECTOR(illinst) /* 10: line 1010 emulator */
49 VECTOR(fpfline) /* 11: line 1111 emulator */
[all …]
/netbsd-src/sys/arch/atari/atari/
H A Dvectors.s39 VECTOR(buserr) | 2: bus error
40 VECTOR(addrerr) | 3: address error
41 VECTOR(illinst) | 4: illegal instruction
42 VECTOR(zerodiv) | 5: zero divide
43 VECTOR(chkinst) | 6: CHK instruction
44 VECTOR(trapvinst) | 7: TRAPV instruction
45 VECTOR(privinst) | 8: privilege violation
46 VECTOR(trace) | 9: trace
47 VECTOR(illinst) | 10: line 1010 emulator
48 VECTOR(fpfline) | 11: line 1111 emulator
[all …]
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dvectors.s35 VECTOR(badtrap) ; VECTOR(badtrap) ; \
36 VECTOR(badtrap) ; VECTOR(badtrap) ; \
37 VECTOR(badtrap) ; VECTOR(badtrap) ; \
38 VECTOR(badtrap) ; VECTOR(badtrap) ; \
39 VECTOR(badtrap) ; VECTOR(badtrap) ; \
40 VECTOR(badtrap) ; VECTOR(badtrap) ; \
41 VECTOR(badtrap) ; VECTOR(badtrap) ; \
42 VECTOR(badtrap) ; VECTOR(badtrap)
50 VECTOR(illinst) /* 4: illegal instruction */
51 VECTOR(zerodiv) /* 5: zero divide */
[all …]
/netbsd-src/sys/arch/evbcf/evbcf/
H A Dvectors.S43 VECTOR(badtrap) ; VECTOR(badtrap) ; \
44 VECTOR(badtrap) ; VECTOR(badtrap) ; \
45 VECTOR(badtrap) ; VECTOR(badtrap) ; \
46 VECTOR(badtrap) ; VECTOR(badtrap) ; \
47 VECTOR(badtrap) ; VECTOR(badtrap) ; \
48 VECTOR(badtrap) ; VECTOR(badtrap) ; \
49 VECTOR(badtrap) ; VECTOR(badtrap) ; \
50 VECTOR(badtrap) ; VECTOR(badtrap)
61 VECTOR(accesserror) /* 2: bus error */
62 VECTOR(addresserror) /* 3: address error */
[all …]
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dlocore.S111 VECTOR(buserr) /* 2: bus error */
112 VECTOR(addrerr) /* 3: address error */
113 VECTOR(illinst) /* 4: illegal instruction */
114 VECTOR(zerodiv) /* 5: zero divide */
115 VECTOR(chkinst) /* 6: CHK instruction */
116 VECTOR(trapvinst) /* 7: TRAPV instruction */
117 VECTOR(privinst) /* 8: privilege violation */
118 VECTOR(badtrap) /* 9: trace */
119 VECTOR(illinst) /* 10: line 1010 emulator */
120 VECTOR(illinst) /* 11: line 1111 emulator */
[all …]
/netbsd-src/sys/arch/next68k/stand/boot/
H A Dsrt0.s106 VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); \
107 VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); \
108 VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); \
109 VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); VECTOR(astrap);
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dpack.m435 13.14.80 PACK (ARRAY, MASK, [VECTOR])
45 VECTOR (optional) shall be of the same type and type parameters
46 as ARRAY. VECTOR shall have at least as many elements as
48 with the value true, VECTOR shall have at least as many
52 same type and type parameters as ARRAY. If VECTOR is present, the
53 result size is that of VECTOR; otherwise, the result size is the
59 in array element order, for /i/ = 1, 2, ..., /t/. If VECTOR is
61 value VECTOR(/i/), for /i/ = /t/ + 1, ..., /n/.
68 VECTOR = (/ 2,4,6,8,10,12 /)) is [9,7,6,8,10,12].
148 elements as there are in VECTOR. */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dpack.m435 13.14.80 PACK (ARRAY, MASK, [VECTOR])
45 VECTOR (optional) shall be of the same type and type parameters
46 as ARRAY. VECTOR shall have at least as many elements as
48 with the value true, VECTOR shall have at least as many
52 same type and type parameters as ARRAY. If VECTOR is present, the
53 result size is that of VECTOR; otherwise, the result size is the
59 in array element order, for /i/ = 1, 2, ..., /t/. If VECTOR is
61 value VECTOR(/i/), for /i/ = /t/ + 1, ..., /n/.
68 VECTOR = (/ 2,4,6,8,10,12 /)) is [9,7,6,8,10,12].
148 elements as there are in VECTOR. */
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dpacket.cc20 case VECTOR: in Destroy()
40 case VECTOR: in Create()
H A Dcody.hh238 enum Category { INTEGER, STRING, VECTOR}; enumerator
268 : vector (std::move (v)), cat (VECTOR), code (c) in Packet()
/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dgprint.h39 #define VECTOR 3 macro
H A Dhdb.cpp219 return (VECTOR); in DBGetType()
H A Dhgraph.cpp139 case VECTOR: in HGPrintElt()
/netbsd-src/sys/arch/evbmips/ingenic/
H A Dcpu_startup.S95 VECTOR(ingenic_wakeup, unknown)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Defines.h35 VECTOR = (1 << 6), enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def23 TYPE_BIT_CODE(Vector, VECTOR, 12)
/netbsd-src/sys/arch/m68k/include/
H A Dasm.h230 #define VECTOR(x) \
221 #define VECTOR( global() macro
/netbsd-src/sys/arch/alpha/include/
H A Dasm.h470 #define VECTOR(_name_, _i_mask_) \ macro
/netbsd-src/usr.bin/config/
H A Dgram.y189 %token VECTOR VERSION
525 | VECTOR '=' devnode_dims { $$ = nvcat(new_s("DEVNODE_VECTOR"), $3); }
H A Dscan.l188 vector return VECTOR;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.opt149 Mask(VECTOR)
/netbsd-src/sys/arch/mips/mips/
H A DmipsX_subr.S379 VECTOR(MIPSX(tlb_miss), unknown)
413 VECTOR(MIPSX(xtlb_miss), unknown)
420 VECTOR(MIPSX(tlb_miss), unknown)
541 VECTOR(MIPSX(xtlb_miss), unknown)
588 VECTOR(MIPSX(cache), unknown)
612 VECTOR(MIPSX(exception), unknown)
655 VECTOR(MIPSX(intr), unknown)
/netbsd-src/sys/arch/mips/include/
H A Dasm.h312 * VECTOR
316 #define VECTOR(x, regmask) \ macro

123