Searched refs:write (Results 26 - 50 of 2711) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S295 moveb #BUSY_SIZE-4,1(%a7) |write busy fmt word.
297 movel FP_SCR1(%a6),WBTEMP_EX(%a6) |write
353 moveb VER_TMP(%a6),(%a7) |write busy fmt word
355 movel FP_SCR1(%a6),WBTEMP_EX(%a1) |write
H A Dget_op.S241 moveb L_SCR1(%a6),DTAG(%a6) |write the new tag & fpte15
269 moveb L_SCR1(%a6),STAG(%a6) |write the new tag & ete15
281 movew #0x3f81,%d1 |write bias for sgl denorm
284 movew #0x3c01,%d1 |write the bias for a dbl denorm
296 movew %d1,CMDREG1B(%a6) |write back to the command word in stack
308 movel FPTEMP_LO(%a6),ETEMP(%a6) |write ms part of packed
322 fmovemx %d0,FPTEMP(%a6) |write to FPTEMP
524 movel #0x80000000,ETEMP(%a6) |write neg zero to etemp
592 movel #0x80000000,ETEMP(%a6) |write neg zero to etemp
614 movew %d0,CMDREG1B(%a6) |write comman
[all...]
H A Dres_func.S65 | ;write the tag & fpte15 to the fstack
126 | No write is done, so simply rts.
164 bne wr_etemp |if either, simply write it
174 bne wr_etemp |if either, simply write it
181 | is double or single, round the result before the write.
186 bne wr_etemp |if not norm, simply write it
193 | nan or inf as the input; if so, simply write it to FPn. Use the
199 beq cu_wrexn |if so, just write result
358 | ;write the new tag & ete15 to the fstack
429 | No write i
[all...]
H A Dscale.S110 fmovex FPTEMP(%a6),%fp0 |write result to fp0
138 fmovex FPTEMP(%a6),%fp0 |write result to fp0
157 fmovex FPTEMP(%a6),%fp0 |write result to fp0
H A Dutil.S13 | reg_dest: write byte, word, or long data to Dn
627 | reg_dest --- write byte, word, or long data to Dn
H A Dx_operr.S109 moveql #4,%d1 |write size to d1
156 moveql #2,%d1 |write size to d1
183 moveql #1,%d1 |write size to d1
212 | and aiop and write the portion of the nan to memory for the
248 movel %d0,L_SCR1(%a6) |move write data to L_SCR1
276 leal L_SCR1(%a6),%a0 |put ptr to write data in a0
285 | to d0 for write out. If not, it is a real operr, and set d0.
H A Dx_snan.S130 moveb #BUSY_SIZE-4,1(%a7) |write busy size
179 bsrl mem_write |write snan to user memory
201 bsrl mem_write |write snan to user memory
222 bsrl mem_write |write snan to user memory
227 | wrt_dn --- write to a data register
229 | We get here with D1 containing the data to write and D0 the
230 | number of bytes to write: 1=byte,2=word,4=long.
H A Dx_store.S100 | dest_dbl --- write double precision value to user space
148 beqs dbl_inf |if positive, go ahead and write it
171 | dest_sgl --- write single precision value to user space
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1495 # the src operand is in FP_SRC. Call _fout() to write out the result and
1590 # for fp0/fp1 which have already been restored. that way, we can write
3210 bsr.l _dmem_write_byte # write the default result
3226 bsr.l _dmem_write_word # write the default result
3242 bsr.l _dmem_write_long # write the default result
3381 bsr.l _dmem_write_byte # write the default result
3398 bsr.l _dmem_write_word # write the default result
3415 bsr.l _dmem_write_long # write the default result
3436 bsr.l _dmem_write_long # write the default result
3474 bsr.l _dmem_write # write th
[all...]
H A Dpfpsp.S1494 # the src operand is in FP_SRC. Call _fout() to write out the result and
1589 # for fp0/fp1 which have already been restored. that way, we can write
3209 bsr.l _dmem_write_byte # write the default result
3225 bsr.l _dmem_write_word # write the default result
3241 bsr.l _dmem_write_long # write the default result
3380 bsr.l _dmem_write_byte # write the default result
3397 bsr.l _dmem_write_word # write the default result
3414 bsr.l _dmem_write_long # write the default result
3435 bsr.l _dmem_write_long # write the default result
3473 bsr.l _dmem_write # write th
[all...]
/linux-master/arch/m68k/include/asm/
H A Dmcfmmu.h44 #define MMUOR_WR 0x00000000 /* TLB access write */
80 #define MMUDR_CM_CWT 0x00000000 /* Cachable write thru */
110 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S110 | directly, others are on the stack, as we read/write the stack
/linux-master/arch/mips/dec/prom/
H A Dconsole.c33 .write = prom_console_write,
/linux-master/arch/mips/include/asm/sgi/
H A Dioc.h98 #define SGINT_TCWORD_CLSB 0x10 /* LSB read/write */
99 #define SGINT_TCWORD_CMSB 0x20 /* MSB read/write */
100 #define SGINT_TCWORD_CALL 0x30 /* Full counter read/write */
117 /* We need software copies of these because they are write only. */
166 volatile u8 write; member in struct:sgioc_regs
/linux-master/arch/mips/kernel/
H A Dearly_printk.c29 .write = early_console_write,
H A Drtlx.c221 static inline int write_spacefree(int read, int write, int size) argument
223 if (read == write) {
231 return ((read + size - write) % size) - 1;
304 /* first bit from write pointer to the end of the buffer, or count */
354 /* space to write */
398 .write = file_write,
/linux-master/arch/mips/mm/
H A Dsc-debugfs.c49 .write = sc_prefetch_write,
H A Dtlbex-fault.S13 .macro tlb_do_page_fault, write
14 NESTED(tlb_do_page_fault_\write, PT_SIZE, sp)
21 li a1, \write
24 END(tlb_do_page_fault_\write)
/linux-master/arch/mips/pci/
H A Dops-bonito64.c87 * read/write a 32bit word and mask/modify the data we actually want.
147 .write = bonito64_pcibios_write
H A Dops-gt64xxx_pci0.c89 * read/write a 32bit word and mask/modify the data we actually want.
139 .write = gt64xxx_pci0_pcibios_write
H A Dops-mace.c92 DPRINTK("write%d: reg=%08x,val=%02x\n", size * 8, reg, val);
99 .write = mace_pci_write_config,
H A Dops-msc.c73 * read/write a 32bit word and mask/modify the data we actually want.
133 .write = msc_pcibios_write
H A Dops-rc32434.c25 * with this program; if not, write to the Free Software Foundation, Inc.,
70 * read/write a 32bit word and mask/modify the data we actually want.
205 .write = pci_config_write,
H A Dops-sni.c88 .write = pcimt_write,
107 * for the devfn by doing a config write and checking the result. If
163 .write = pcit_write,
H A Dpci-bcm1480.c53 * Read/write 32-bit values in config space.
102 * Read/write access functions for various sizes of values
164 .write = bcm1480_pcibios_write,

Completed in 609 milliseconds

1234567891011>>