HomeSort by: relevance | last modified time | path
    Searched refs:extword (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/m68k/fpe/
fpu_calcea.c 219 unsigned short extword; local in function:decode_ea6
221 if (ufetch_short((void *)(insn->is_pc + insn->is_advance), &extword))
226 ea->ea_idxreg = (extword >> 12) & 0xf;
228 if ((extword & 0x0800) == 0) {
236 idx <<= ((extword >> 9) & 3);
238 if ((extword & 0x100) == 0) {
240 basedisp = (extword & 0xff);
251 if (extword & 0x80) {
254 bd_size = ((extword >> 4) & 3) - 1;
255 od_size = (extword & 3) - 1
    [all...]
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1245 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD
2485 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD
2971 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD
4278 mov.b 1+EXC_EXTWORD(%a6),%d1 # fetch extword
4956 bsr.l _imem_read_word # fetch extword in d0
5064 mov.l %d0,%d1 # make extword copy
5094 # d5 = extword
5101 mov.l %d0,%d5 # put extword in d5
fpsp.s 1245 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD
2485 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD
2971 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD
18228 mov.b 1+EXC_EXTWORD(%a6),%d1 # fetch extword
18906 bsr.l _imem_read_word # fetch extword in d0
19014 mov.l %d0,%d1 # make extword copy
19044 # d5 = extword
19051 mov.l %d0,%d5 # put extword in d5

Completed in 156 milliseconds