| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | s12z-dis.c | 269 assert (mo->mutation == OPND_RM_NONE || mo->n_regs == 1); in opr_emit_disassembly() 286 if (mo->n_regs < 2) in opr_emit_disassembly() 287 … (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset); in opr_emit_disassembly() 291 if (mo->n_regs > 0) in opr_emit_disassembly() 302 if (mo->n_regs > used_reg) in opr_emit_disassembly()
|
| D | s12z-opc.h | 250 int n_regs; member
|
| D | s12z-opc.c | 366 create_memory_operand (bool indirect, int base, int n_regs, int reg0, int reg1) in create_memory_operand() argument 377 op->n_regs = n_regs; in create_memory_operand() 396 op->n_regs = 1; in create_memory_auto_operand()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | s12z-dis.c | 269 assert (mo->mutation == OPND_RM_NONE || mo->n_regs == 1); in opr_emit_disassembly() 286 if (mo->n_regs < 2) in opr_emit_disassembly() 287 … (*info->fprintf_func) (info->stream, (mo->n_regs == 0) ? "%d" : "%d,", mo->base_offset); in opr_emit_disassembly() 291 if (mo->n_regs > 0) in opr_emit_disassembly() 302 if (mo->n_regs > used_reg) in opr_emit_disassembly()
|
| D | s12z-opc.h | 250 int n_regs; member
|
| D | s12z-opc.c | 366 create_memory_operand (bool indirect, int base, int n_regs, int reg0, int reg1) in create_memory_operand() argument 377 op->n_regs = n_regs; in create_memory_operand() 396 op->n_regs = 1; in create_memory_auto_operand()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ppc-sysv-tdep.c | 872 int n_regs = type->length () / 16; in do_ppc_sysv_return_value() local 875 for (i = 0; i < n_regs; i++) in do_ppc_sysv_return_value() 1208 int n_regs; in ppc64_elfv2_abi_homogeneous_aggregate() local 1214 n_regs = 1; in ppc64_elfv2_abi_homogeneous_aggregate() 1218 n_regs = (field_type->length () + 7) >> 3; in ppc64_elfv2_abi_homogeneous_aggregate() 1221 n_regs = 1; in ppc64_elfv2_abi_homogeneous_aggregate() 1225 if (field_count * n_regs <= 8) in ppc64_elfv2_abi_homogeneous_aggregate() 2121 int n_regs = ((valtype->length () + tdep->wordsize - 1) in ppc64_sysv_abi_return_value() local 2124 for (int i = 0; i < n_regs; i++) in ppc64_sysv_abi_return_value()
|
| D | s12z-tdep.c | 369 if (mo->n_regs == 1 && !mo->indirect in s12z_frame_cache()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | h8300.cc | 805 int n_regs; in h8300_expand_prologue() local 827 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno += n_regs) in h8300_expand_prologue() 829 n_regs = 1; in h8300_expand_prologue() 837 n_regs = 4; in h8300_expand_prologue() 841 n_regs = 3; in h8300_expand_prologue() 845 n_regs = 2; in h8300_expand_prologue() 848 h8300_push_pop (regno, n_regs, false, false); in h8300_expand_prologue() 881 int n_regs; in h8300_expand_epilogue() local 898 for (regno = FIRST_PSEUDO_REGISTER - 1; regno >= 0; regno -= n_regs) in h8300_expand_epilogue() 900 n_regs = 1; in h8300_expand_epilogue() [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_perf.c | 1938 u32 n_regs) in write_cs_mi_lri() argument 1942 for (i = 0; i < n_regs; i++) { in write_cs_mi_lri() 1945 n_regs - i, in write_cs_mi_lri() 4149 u32 n_regs) in alloc_oa_regs() argument 4155 if (!n_regs) in alloc_oa_regs() 4158 if (!access_ok(regs, n_regs * sizeof(u32) * 2)) in alloc_oa_regs() 4166 oa_regs = kmalloc_array(n_regs, sizeof(*oa_regs), GFP_KERNEL); in alloc_oa_regs() 4170 for (i = 0; i < n_regs; i++) { in alloc_oa_regs()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | loop-invariant.cc | 1632 unsigned int n_regs = DF_REG_SIZE (df); in find_invariants_to_move() local 1636 for (i = 0; i < n_regs; i++) in find_invariants_to_move()
|
| D | expr.cc | 3012 int i, n_regs; in copy_blkmode_to_reg() local 3046 n_regs = (bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in copy_blkmode_to_reg() 3047 dst_words = XALLOCAVEC (rtx, n_regs); in copy_blkmode_to_reg() 3124 for (i = 0; i < n_regs; i++) in copy_blkmode_to_reg()
|
| D | ChangeLog-1998 | 9669 (output_function_prologue): Explicit init of n_regs to zero. 16386 n_regs, and tmpmode.
|
| D | ChangeLog-2001 | 33620 * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds. 33636 'reg_biv_class' fields with 'regs' and 'n_regs'. 33639 * unroll.c (loop_iterations): Check array bounds with ivs->n_regs.
|
| D | ChangeLog-2017 | 32587 * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-logue.cc | 2429 int offset, start_reg, end_reg, n_regs, use_reg; in rs6000_emit_savres_rtx() local 2451 n_regs = end_reg - start_reg; in rs6000_emit_savres_rtx() 2454 + n_regs); in rs6000_emit_savres_rtx()
|
| D | rs6000.cc | 23475 int first_reg, n_regs; in rs6000_function_value() local 23481 n_regs = (GET_MODE_SIZE (elt_mode) + 7) >> 3; in rs6000_function_value() 23486 n_regs = 1; in rs6000_function_value() 23489 return rs6000_parallel_return (mode, n_elts, elt_mode, first_reg, n_regs); in rs6000_function_value()
|