Searched refs:control (Results 1 - 25 of 520) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d10v/
H A Dwarning-001.d2 #warning : cr6 is a reserved control register
H A Dwarning-002.d2 #warning : cr6 is a reserved control register
H A Dwarning-003.d2 #warning : cr12 is a reserved control register
H A Dwarning-004.d2 #warning : cr12 is a reserved control register
H A Dwarning-005.d2 #warning : Warning: cr13 is a reserved control register
H A Dwarning-006.d2 #warning : cr13 is a reserved control register
H A Dwarning-007.d2 #warning : Warning: cr13 is a reserved control register
H A Dwarning-008.d2 #warning : cr15 is a reserved control register
H A Dwarning-009.d2 #warning : cr15 is a reserved control register
H A Dwarning-010.d2 #warning : cr4 is a reserved control register
H A Dwarning-011.d2 #warning : cr4 is a reserved control register
H A Dwarning-012.d2 #warning : cr5 is a reserved control register
H A Dwarning-013.d2 #warning : cr5 is a reserved control register
H A Dinstruction_packing-006.s1 ;; sequence control operands need to be packed with nop's
/netbsd-6-1-5-RELEASE/regress/sys/fs/lfs/9994/
H A DMakefile12 @diff -q ${TESTFS}/test ${TMP}/control || (echo 'incorrect results' && exit 1)
13 @rm -f ${TESTFS}/test ${TMP}/control ${TESTFS}/${PROG}
16 rm -f test control
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D16567.C21 struct control { struct
29 inline Uint8 control::foo_1() {
34 control obj;
35 control *fp = &obj;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D16567.C21 struct control { struct
29 inline Uint8 control::foo_1() {
34 control obj;
35 control *fp = &obj;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpca9564.c124 uint8_t control; local
129 control = CSR_READ(sc, PCA9564_I2CCON);
130 control |= I2CCON_ENSIO;
131 control &= ~(I2CCON_STA|I2CCON_STO|I2CCON_SI|I2CCON_AA);
132 control &= ~I2CCON_CR_MASK;
133 control |= sc->sc_i2c_clock;
134 CSR_WRITE(sc, PCA9564_I2CCON, control);
144 uint8_t control; local
147 control = CSR_READ(sc, PCA9564_I2CCON);
148 control
179 uint8_t control; local
195 uint8_t control; local
212 uint8_t data, control; local
268 uint8_t control; local
294 uint8_t control; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/x86_64/
H A Dfenv.c262 uint16_t control; local
270 __fnstcw(&control);
273 if ((control & _X87_ROUNDING_MASK)
278 return (control & _X87_ROUNDING_MASK);
290 uint16_t control; local
296 /* Store the current x87 control word register */
297 __fnstcw(&control);
303 control &= ~_X87_ROUNDING_MASK;
304 control |= round;
306 /* Load the x87 control wor
476 uint16_t control; local
499 uint16_t control; local
519 uint16_t control; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dmzero2.x1 # freebsd sets up the fpu with a different precision control which causes
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dmzero2.x1 # freebsd sets up the fpu with a different precision control which causes
/netbsd-6-1-5-RELEASE/lib/libm/arch/i387/
H A Dfenv.c279 uint16_t control; local
283 * rounding mode. Reading the control word on the x87 turns
287 __fnstcw(&control);
289 return (control & __X87_ROUND_MASK);
301 uint16_t control; local
308 __fnstcw(&control);
309 control &= ~__X87_ROUND_MASK;
310 control |= round;
311 __fldcw(control);
336 * fnstenv masks all exceptions, so we need to restore the old control
458 uint16_t control; local
482 uint16_t control; local
505 uint16_t control; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-llc.c159 u_int16_t control; local
176 * of the control field depends on that - I frames
177 * have a two-byte control field, and U frames have
178 * a one-byte control field.
180 control = *(p + 2);
181 if ((control & LLC_U_FMT) == LLC_U_FMT) {
188 * The control field in I and S frames is
200 control = EXTRACT_LE_16BITS(p + 2);
240 printf(", ctrl 0x%02x: ", control);
242 printf(", ctrl 0x%04x: ", control);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Diwmmxt-bad.l10 [^:]*:9: Error: iWMMXt control register expected -- `tmcr wibble,r1'
11 [^:]*:10: Error: iWMMXt data or control register expected -- `wldrw wibble,\[r1\]'
12 [^:]*:11: Error: iWMMXt data or control register expected -- `wstrw wibble,\[r1\]'
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Di386bsd-nat.h31 extern void i386bsd_dr_set_control (unsigned long control);

Completed in 117 milliseconds

1234567891011>>