Searched refs:SET (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/gdb/
H A Dsignals.def21 SET (TARGET_SIGNAL_0, 0, "0", "Signal 0")
23 SET (TARGET_SIGNAL_HUP, 1, "SIGHUP", "Hangup")
24 SET (TARGET_SIGNAL_INT, 2, "SIGINT", "Interrupt")
25 SET (TARGET_SIGNAL_QUIT, 3, "SIGQUIT", "Quit")
26 SET (TARGET_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction")
27 SET (TARGET_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap")
28 SET (TARGET_SIGNAL_ABRT, 6, "SIGABRT", "Aborted")
29 SET (TARGET_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap")
30 SET (TARGET_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception")
31 SET (TARGET_SIGNAL_KIL
[all...]
H A Dsignals.h54 #define SET(symbol, constant, name, string) \ macro
57 #undef SET macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D931102-1.c3 #define SET \ macro
19 SET
21 SET
28 SET
33 SET
41 SET
46 SET
54 SET
59 SET
71 SET
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D931102-1.c3 #define SET \ macro
19 SET
21 SET
28 SET
33 SET
41 SET
46 SET
54 SET
59 SET
71 SET
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dset.s1 # Test the 'r'-type operand and the mapping of SET to OR(I) and SETL.
2 Main SET $45,1123
3 SET $57,$67
4 SET $78,X
5 SET Y,1123
6 SET Y,$67
7 SET Y,X
H A Derr-loc-1.s3 Main SET $45,23
5 SET $57,$67
H A Derr-set.s2 Main SET $45,23
3 SET $57,$67 % Valid, Z is 0.
4 SET $78,X % Valid, Z is 0.
5 SET $7,Y % { dg-error "invalid operands.*value of 967 too large" "" }
H A Derr-bspec-1.s2 Main SET $45,23
H A Derr-bspec-3.s2 Main SET $45,23
H A Dset.l5 2 0000 E32D0463 Main SET \$45,1123
6 3 0004 C1394300 SET \$57,\$67
7 4 0008 C14E1F00 SET \$78,X
8 5 000c E3750463 SET Y,1123
9 6 0010 C1754300 SET Y,\$67
10 7 0014 C1751F00 SET Y,X
H A Derr-bspec-2.s2 Main SET $45,23
H A Derr-bspec-4.s2 Main SET $45,23
H A Dodd-1.s8 SET small,$2
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/frv/
H A Dall-accs-1.c10 #define SET(X) __MWTACC (X, (X) | 0x100), __MWTACCG (X, X) macro
11 SET (0);
12 SET (1);
13 SET (2);
14 SET (3);
16 SET (8);
17 SET (9);
18 SET (10);
19 SET (11);
21 SET (
26 #undef SET macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/frv/
H A Dall-accs-1.c10 #define SET(X) __MWTACC (X, (X) | 0x100), __MWTACCG (X, X) macro
11 SET (0);
12 SET (1);
13 SET (2);
14 SET (3);
16 SET (8);
17 SET (9);
18 SET (10);
19 SET (11);
21 SET (
26 #undef SET macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/gdb/
H A Dsignals.h54 #define SET(symbol, constant, name, string) \ macro
57 #undef SET macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dbza.s5 SET $253,2
7 SET $253,3
H A Dgetaa.s5 SET $253,2
7 SET $253,3
H A Djumpa.s5 SET $253,2
7 SET $253,3
H A Dpushja.s5 SET $253,2
7 SET $253,3
H A Da.s5 SET $253,4
H A Dstart.s5 SET $253,1
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dsim-endian.c30 #define _SWAP_1(SET,RAW) SET (RAW)
34 #define _SWAP_2(SET,RAW) SET htons (RAW)
38 #define _SWAP_2(SET,RAW) SET (((RAW) >> 8) | ((RAW) << 8))
42 #define _SWAP_4(SET,RAW) SET htonl (RAW)
46 #define _SWAP_4(SET,RAW) SET (((RA
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-endian.c32 #define _SWAP_1(SET,RAW) SET (RAW)
36 #define _SWAP_2(SET,RAW) SET htons (RAW)
40 #define _SWAP_2(SET,RAW) SET (((RAW) >> 8) | ((RAW) << 8))
44 #define _SWAP_4(SET,RAW) SET htonl (RAW)
48 #define _SWAP_4(SET,RAW) SET (((RA
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dttcompat.c53 #define SET(t, f) (t) |= (f) macro
72 SET(flags, ODDP);
74 SET(flags, EVENP);
76 SET(flags, EVENP|ODDP);
80 SET(flags, PASS8);
82 SET(flags, LITOUT);
89 SET(flags, CBREAK);
91 SET(flags, RAW);
110 SET(iflag, BRKINT|IXON|IMAXBEL);
111 SET(lfla
[all...]

Completed in 205 milliseconds

1234567891011>>