Searched refs:IS (Results 51 - 75 of 449) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Droundr-op.l12 9 X IS \$135
13 10 Z IS \$244
H A Dset.l11 8 X IS \$31
12 9 Y IS \$117
H A Dpushgo-op.s65 X IS $23
66 XC IS 203
67 Y IS $12
68 Z IS $67
69 Z0 IS 176
H A Droundi-op.l19 16 X IS \$135
20 17 Z IS \$244
21 18 Z0 IS 91
H A Dget-op.l9 6 X IS \$123
H A Dreg3-op.l32 29 X IS \$23
33 30 Y IS \$12
34 31 Z IS \$67
35 32 Z0 IS 176
H A Dregx-op.l37 34 X IS 123
38 35 Y IS \$12
39 36 Z IS \$67
40 37 Z0 IS 176
H A Dregy-op.l37 34 X IS \$123
38 35 Y IS 12
39 36 Z IS \$67
40 37 Z0 IS 176
H A Dbuiltin1.s4 rJ IS 20
H A Dprefix3.s9 :someplace IS @
H A Dtwo-op.l25 22 X IS \$23
26 23 YZ IS #5678\+456
H A Dgeta-op.l18 15 X IS \$135
19 16 X0 IS 91
H A Derr-builtin.s9 RJ IS 4
10 other IS 20
H A Dreloc8.l10 7 localsym IS 42
H A Dpushgo-op.l72 65 X IS \$23
73 66 XC IS 203
74 67 Y IS \$12
75 68 Z IS \$67
76 69 Z0 IS 176
H A Dregt-op.s137 X IS $23
138 Y IS $12
139 Z IS $67
140 Z0 IS 176
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Darith_mode.s7 R0.L = A0 (IS);
19 R0 = A0 (IS); // Not documented
28 R0.H = R1.L * R2.H (IS);
40 R0 = R1.L * R2.H (IS);
48 A0 = R1.L * R2.H (IS);
55 R0.L = (A0 = R1.L * R2.H) (IS);
67 R0 = (A0 = R1.L * R2.H) (IS);
H A Darith_mode.d11 8: 03 c1 00 38 R0.L = A0 \(IS\);
20 2c: 0b c1 00 38 R0 = A0 \(IS\);
26 44: 04 c3 0a 40 R0.H = R1.L \* R2.H \(IS\);
35 68: 08 c3 0a 22 R0 = R1.L \* R2.H \(IS\);
40 7c: 03 c1 0a 02 A0 = R1.L \* R2.H \(IS\);
44 8c: 03 c1 0a 22 R0.L = \(A0 = R1.L \* R2.H\) \(IS\);
53 b0: 0b c1 0a 22 R0 = \(A0 = R1.L \* R2.H\) \(IS\);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dparser.hpp16 // THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
17 // CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
128 //! Parameter IS: The input stream's type.
130 template< class IS >
132 IS& m_is;
154 tokenizer(IS&, bool, const token_type&, const token_type&,
167 template< class IS >
168 tokenizer< IS >::tokenizer(IS& p_is,
184 template< class IS >
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dparser.hpp16 // THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
17 // CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
128 //! Parameter IS: The input stream's type.
130 template< class IS >
132 IS& m_is;
154 tokenizer(IS&, bool, const token_type&, const token_type&,
167 template< class IS >
168 tokenizer< IS >::tokenizer(IS& p_is,
184 template< class IS >
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dluac.c70 #define IS(s) (strcmp(argv[i],s)==0) macro
81 else if (IS("--")) /* end of options; skip it */
87 else if (IS("-")) /* end of options; use stdin */
89 else if (IS("-l")) /* list */
91 else if (IS("-o")) /* output file */
95 if (IS("-")) output=NULL;
97 else if (IS("-p")) /* parse only */
99 else if (IS("-s")) /* strip debug information */
101 else if (IS("-v")) /* show version */
170 const char* filename=IS("
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/floppy/
H A Ddefboo.hp13 D/G 8 0 ! MEMORY IS NOT COUNTED IN BOOT
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dscan.l19 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
39 IS (u|U|l|L)*
161 0[xX]{H}+{IS}? { yylval.nodep = cvtdig(16); return(C_ICON); }
162 0{D}+{IS}? { yylval.nodep = cvtdig(8); return(C_ICON); }
163 {D}+{IS}? { yylval.nodep = cvtdig(10); return(C_ICON); }
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dscan.l19 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
39 IS (u|U|l|L)*
146 0[xX]{H}+{IS}? { yylval.nodep = cvtdig(16); return(C_ICON); }
147 0{D}+{IS}? { yylval.nodep = cvtdig(8); return(C_ICON); }
148 {D}+{IS}? { yylval.nodep = cvtdig(10); return(C_ICON); }
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/acorn26/
H A Dmenus.md.pl24 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''

Completed in 170 milliseconds

1234567891011>>