Searched refs:mcode (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dcpu-pseudop-1.d1 #as: -mcpu=arcem -mcode-density -mdpfp
/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dinterp.c42 static void get_operands (operand_desc *s, uint64 mcode, int isize, int nops);
325 do_run (SIM_DESC sd, SIM_CPU *cpu, uint64 mcode) argument
331 sim_io_printf (sd, "do_long 0x%x\n", mcode);
334 h = lookup_hash (sd, cpu, mcode, 1);
340 mcode = (mcode << 16) | RW (PC + 4);
346 if ((h->format & REG_LIST) && (mcode & 0x800000))
351 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops);
575 uint64 mcode = RLW (PC); local
579 curr_ins_size = do_run (sd, cpu, mcode);
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c49 static void get_operands (operand_desc *s, uint64_t mcode, int isize, int nops);
331 do_run (SIM_DESC sd, SIM_CPU *cpu, uint64_t mcode) argument
337 sim_io_printf (sd, "do_long 0x%" PRIx64 "\n", mcode);
340 h = lookup_hash (sd, cpu, mcode, 1);
346 mcode = (mcode << 16) | RW (PC + 4);
352 if ((h->format & REG_LIST) && (mcode & 0x800000))
357 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops);
583 uint64_t mcode = RLW (PC); local
587 curr_ins_size = do_run (sd, cpu, mcode);
[all...]
/netbsd-current/sys/arch/hp300/dev/
H A Ddcm.c684 int pcnd[4], mcode, mcnd[4]; local
705 mcode = dcm->dcm_modemintr;
715 mcode, mcnd[0], mcnd[1], mcnd[2], mcnd[3]);
729 if (mcode == 0 || mcode & 0x1) /* mcode==0 -> 98642 board */
731 if (mcode & 0x2)
733 if (mcode & 0x4)
735 if (mcode & 0x8)
/netbsd-current/sys/dev/pci/
H A Dyds.c349 const uint32_t *mcode; member in struct:__anon84
390 p = ctrls[dstype].mcode;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4578 enum tree_code mcode = gimple_assign_rhs_code (def); local
4579 if (mcode == NOP_EXPR)
4587 mcode = gimple_assign_rhs_code (def);
4590 if (mcode != WIDEN_MULT_EXPR
H A Dtree.cc9941 enum built_in_function mcode, dcode;
9956 mcode = ((enum built_in_function)
9967 built_in_names[mcode] = concat (prefix, "mul", mode_name_buf, "3",
9969 local_define_builtin (built_in_names[mcode], ftype, mcode,
9970 built_in_names[mcode],
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c10833 enum built_in_function mcode, dcode;
10848 mcode = ((enum built_in_function)
10859 built_in_names[mcode] = concat (prefix, "mul", mode_name_buf, "3",
10861 local_define_builtin (built_in_names[mcode], ftype, mcode,
10862 built_in_names[mcode],
10804 enum built_in_function mcode, dcode; local

Completed in 309 milliseconds