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

  /src/lib/libpuffs/
opdump.c 172 int opclass, isvn = 0; local in function:puffsdump_req
175 opclass = PUFFSOP_OPCLASS(preq->preq_opclass);
176 switch (opclass) {
199 mydprintf("unhandled opclass %d\n", opclass);
210 mydprintf("opclass %d%s, optype: %s, "
212 opclass, PUFFSOP_WANTREPLY(preq->preq_opclass) ? "" : " (FAF)",
  /src/sys/arch/alpha/alpha/
fp_complete.c 552 insn.float_detail.src, insn.float_detail.opclass);
594 if (inst.float_detail.opclass == 11)
596 else if (inst.float_detail.opclass & ~3) {
601 sfc.i = (*swfp_s[inst.float_detail.opclass])(
608 if (inst.float_detail.opclass >= 12)
609 (*swfp_cvt[inst.float_detail.opclass - 12])(
613 if (inst.float_detail.opclass == 11)
618 .opclass])(tfa.i, tfb.i);
trap.c 1360 if (inst.float_detail.opclass == 11 /* IEEE SQRT */ &&
  /src/sys/arch/m68k/060sp/dist/
changes 49 3) For an opclass three FP instruction where the effective addressing
pfpsp.s 598 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
601 # fout() - emulate an opclass 3 instruction #
602 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
615 # - The fsave frame contains the adjusted src op for opclass 0,2 #
631 # the default result (only if the instruction is opclass 3). For #
639 # Also, in the case of an opclass three instruction where #
838 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
841 # fout() - emulate an opclass 3 instruction #
842 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
855 # - The fsave frame contains the adjusted src op for opclass 0,2
    [all...]
fpsp.s 598 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
601 # fout() - emulate an opclass 3 instruction #
602 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
615 # - The fsave frame contains the adjusted src op for opclass 0,2 #
631 # the default result (only if the instruction is opclass 3). For #
639 # Also, in the case of an opclass three instruction where #
838 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
841 # fout() - emulate an opclass 3 instruction #
842 # tbl_unsupp - add of table of emulation routines for opclass 0,2 #
855 # - The fsave frame contains the adjusted src op for opclass 0,2
    [all...]
  /src/sys/fs/puffs/
puffs_msgif.c 291 puffs_msg_setinfo(struct puffs_msgpark *park, int opclass, int type,
295 park->park_preq->preq_opclass = PUFFSOP_OPCLASS(opclass);
1033 DPRINTF(("dispatch: invalid opclass 0x%x\n", preq->preq_opclass));
  /src/sys/arch/alpha/include/
alpha_instruction.h 189 opclass : 4, member in struct:__anon8bb70b0d010a::__anon8bb70b0d0a08

Completed in 305 milliseconds