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

  /src/usr.sbin/mmcformat/
uscsi_subr.c 330 int emulated; local in function:uscsi_identify
336 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) */
338 ioctl(disc->fhandle, SG_EMULATED_HOST, &emulated);
339 if (emulated) saddr->type = USCSI_TYPE_ATAPI;
498 /* check if its really SCSI or emulated SCSI (ATAPI f.e.) ? */
  /src/sys/arch/m68k/060sp/dist/
changes 88 PC = PC of instruction being emulated
90 ADDRESS = PC of instruction being emulated
110 PC = PC of instruction being emulated
iskeletn.s 70 # just emulated.
fplsp.doc 119 For example, if the instruction being emulated should cause a
isp.doc 189 data registers, and BEFORE the actual emulated transfers occur, the
fskeletn.s 254 # This is the exit point for the 060FPSP when an emulated "ftrapcc" instruction
isp.s 609 # The instruction that was just emulated was also being traced. The trace
762 # The instruction that was just emulated was also being traced. The trace
892 # appropriate mode. Since none of the emulated integer instructions #
pfpsp.s 724 # the operation has been emulated. the result is in fp0.
1156 # from the FP register file. The instruction is then emulated by #
1158 # instruction type. Once the instruction has been emulated and result #
1165 # emulated and exceptions handled. The differences occur in how the #
3695 # the operation has been emulated. the result is in fp0.
3839 # "FPU Unimplemented" instructions will not be emulated, the exception #
8483 # Norms can be emulated w/ a regular fmove instruction. For #
9258 # emulated by simply setting sign bit. Sgl/dbl operands must be scaled #
fpsp.s 724 # the operation has been emulated. the result is in fp0.
1156 # from the FP register file. The instruction is then emulated by #
1158 # instruction type. Once the instruction has been emulated and result #
1165 # emulated and exceptions handled. The differences occur in how the #
3695 # the operation has been emulated. the result is in fp0.
3970 # be emulated: (1) the FPgen instructions, most of which were also #
4250 # restored into the machine for the instruction just emulated.
4266 # are emulated in software on the '060.
12051 # Norms can be emulated w/ a regular fmove instruction. For #
12826 # emulated by simply setting sign bit. Sgl/dbl operands must be scaled
    [all...]
  /src/sys/arch/aarch64/aarch64/
trap.c 731 /* XXX: some T32 IT instruction deprecated should be emulated */
772 goto emulated;
788 goto emulated;
797 goto emulated;
806 goto emulated;
815 emulated:
  /src/sys/arch/vax/vax/
intvec.S 210 jsb _C_LABEL(unimemu) # do not return if insn emulated
376 * Table of emulated Microvax instructions supported by emulate.s.
unimpl_emul.S 421 # - do not use d-float instructions (may be emulated)

Completed in 50 milliseconds