Searched refs:opclass (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dopdump.c170 int opclass, isvn = 0; local
173 opclass = PUFFSOP_OPCLASS(preq->preq_opclass);
174 switch (opclass) {
197 mydprintf("unhandled opclass %d\n", opclass);
208 mydprintf("opclass %d%s, optype: %s, "
210 opclass, PUFFSOP_WANTREPLY(preq->preq_opclass) ? "" : " (FAF)",
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxtensa-tdep.c2151 xtensa_insn_kind opclass = c0opc_uninteresting; local
2162 opclass = c0opc_illegal;
2165 opclass = c0opc_break;
2167 opclass = c0opc_entry;
2169 opclass = c0opc_rfwo;
2171 opclass = c0opc_rfwu;
2178 opclass = c0opc_flow;
2183 opclass = c0opc_add;
2185 opclass = c0opc_and;
2189 opclass
2221 call0_track_op(struct gdbarch *gdbarch, xtensa_c0reg_t dst[], xtensa_c0reg_t src[], xtensa_insn_kind opclass, int nods, unsigned odv[], CORE_ADDR pc, int spreg, xtensa_frame_cache_t *cache) argument
2401 xtensa_insn_kind opclass; /* Opcode class for Call0 prologue analysis. */ local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dfp_complete.c539 if (inst.float_detail.opclass == 10)
541 else if (inst.float_detail.opclass & ~3) {
546 sfc.i = (*swfp_s[inst.float_detail.opclass])(
553 if (inst.float_detail.opclass >= 12)
554 (*swfp_cvt[inst.float_detail.opclass - 12])(
558 if (inst.float_detail.opclass == 10)
563 .opclass])(tfa.i, tfb.i);
H A Ddb_instruction.h189 opclass : 4, member in struct:__anon5569::__anon5578
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmcore-dis.c122 if (op->inst == (inst & imsk[op->opclass]))
133 switch (op->opclass)
H A Dmcore-opc.h37 mcore_opclass opclass; member in struct:inst
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmcore-dis.c122 if (op->inst == (inst & imsk[op->opclass]))
133 switch (op->opclass)
H A Dmcore-opc.h37 mcore_opclass opclass; member in struct:inst
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c2221 h8300_classify_operand (rtx op, int size, enum h8300_operand_class *opclass)
2225 if (opclass == 0)
2226 opclass = &dummy;
2230 *opclass = H8OP_IMMEDIATE;
2251 *opclass = H8OP_MEM_ABSOLUTE;
2256 *opclass = H8OP_MEM_COMPLEX;
2261 *opclass = H8OP_MEM_COMPLEX;
2266 *opclass = H8OP_MEM_BASE;
2271 *opclass = H8OP_REGISTER;
2297 enum h8300_operand_class opclass;
2214 h8300_classify_operand(rtx op, int size, enum h8300_operand_class *opclass) argument
2290 enum h8300_operand_class opclass; local
2319 enum h8300_operand_class opclass; local
2345 enum h8300_operand_class opclass; local
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_msgif.c1221 uint8_t opclass; local
1245 opclass = park->park_preq->preq_opclass;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s598 # 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
[all...]
H A Dfpsp.s598 # 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
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-mcore.c895 switch (opcode->opclass)

Completed in 331 milliseconds