Lines Matching refs:bit
38 Inexact FPSR bit. Emulation now does not set Inexact for
86 bit 27 = 1 (misaligned bit)
87 bit 24 = 1 (read)
88 bit 23 = 0 (write)
89 bit 22:21 = 10 (SIZE = word)
90 bit 20:19 = 00 (TT)
91 bit 18:16 = x10 (TM; x = 1 for supervisor mode)
92 bit 15 = 1 (IO)
93 bit 0 = 1 (Software Emulation Error)
97 stated that ONLY "bit 0" would be set. The 060SP attempts to set a few
108 bit 27 = 0 (misaligned bit)
109 bit 24 = x (read; 1 if read, 0 if write)
110 bit 23 = x (write; 1 if write, 0 if read)
111 bit 22:21 = xx (SIZE; see MC68060 User's Manual)
112 bit 20:19 = 00 (TT)
113 bit 18:16 = x01 (TM; x = 1 for supervisor mode)
114 bit 15 = 0 (IO)
115 bit 0 = 1 (Software Emulation Error)
119 stated that ONLY "bit 0" would be set. The 060SP attempts to set a few