Home
last modified time | relevance | path

Searched refs:frame_size (Results 1 – 25 of 61) sorted by relevance

123

/netbsd/src/sys/dev/ic/
Dathrate-sample.c371 int frame_size = 0; in ath_rate_setupxtxdesc() local
375 size_bin = size_to_bin(frame_size); // TODO: it's correct that frame_size always 0 ? in ath_rate_setupxtxdesc()
396 int frame_size, in update_stats() argument
414 size_bin = size_to_bin(frame_size); in update_stats()
495 int final_rate, short_tries, long_tries, frame_size; in ath_rate_tx_complete() local
502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */ in ath_rate_tx_complete()
503 if (frame_size == 0) /* NB: should not happen */ in ath_rate_tx_complete()
504 frame_size = 1500; in ath_rate_tx_complete()
510 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
523 bin_to_size(size_to_bin(frame_size)), in ath_rate_tx_complete()
[all …]
Dbt8xx.h179 int frame_size; /* row*columns*depth */ member
/netbsd/src/external/gpl3/gcc/dist/gcc/config/fr30/
Dfr30.cc103 unsigned int frame_size; /* # Bytes in current frame. */ member
255 current_frame_info.frame_size = args_size + var_size; in fr30_compute_frame_size()
328 if (current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) in fr30_expand_prologue()
330 int enter_size = current_frame_info.frame_size + UNITS_PER_WORD; in fr30_expand_prologue()
376 if (current_frame_info.frame_size == 0) in fr30_expand_prologue()
379 && current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) in fr30_expand_prologue()
381 else if (current_frame_info.frame_size <= 512) in fr30_expand_prologue()
384 (GEN_INT (- (signed) current_frame_info.frame_size))); in fr30_expand_prologue()
390 insn = emit_insn (gen_movsi (tmp, GEN_INT (current_frame_info.frame_size))); in fr30_expand_prologue()
419 if (current_frame_info.frame_size > 0) in fr30_expand_epilogue()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ds12z-tdep.c310 int frame_size = 0; in s12z_frame_cache() local
349 saved_frame_size = frame_size; in s12z_frame_cache()
353 frame_size = saved_frame_size; in s12z_frame_cache()
356 frame_size += push_pull_get_stack_adjustment (n_operands, operands); in s12z_frame_cache()
359 frame_size -= push_pull_get_stack_adjustment (n_operands, operands); in s12z_frame_cache()
376 frame_size -= simm; in s12z_frame_cache()
396 this_sp_for_id = this_sp - frame_size; in s12z_frame_cache()
409 this_sp + frame_size + 3); in s12z_frame_cache()
410 trad_frame_set_reg_addr (info, REG_P, this_sp + frame_size); in s12z_frame_cache()
Dor1k-tdep.c460 int frame_size = 0; in or1k_skip_prologue() local
495 frame_size = -simm; in or1k_skip_prologue()
510 && (simm == frame_size)); in or1k_skip_prologue()
900 int frame_size = 0; in or1k_frame_cache() local
971 frame_size = 0; in or1k_frame_cache()
986 frame_size = -simm; in or1k_frame_cache()
1000 this_sp_for_id = this_sp + frame_size; in or1k_frame_cache()
1010 this_sp + frame_size); in or1k_frame_cache()
1035 && (simm == frame_size)) in or1k_frame_cache()
Dalpha-tdep.c1153 int *frame_size) in alpha_heuristic_analyze_probing_loop() argument
1156 int cur_frame_size = *frame_size; in alpha_heuristic_analyze_probing_loop()
1245 *frame_size = cur_frame_size; in alpha_heuristic_analyze_probing_loop()
1257 int frame_reg, frame_size, return_reg, reg; in alpha_heuristic_frame_unwind_cache() local
1272 frame_size = 0; in alpha_heuristic_frame_unwind_cache()
1292 if (frame_size == 0) in alpha_heuristic_frame_unwind_cache()
1293 frame_size = (-word) & 0xffff; in alpha_heuristic_frame_unwind_cache()
1366 alpha_heuristic_analyze_probing_loop (gdbarch, &cur_pc, &frame_size); in alpha_heuristic_frame_unwind_cache()
1405 info->vfp = val + frame_size; in alpha_heuristic_frame_unwind_cache()
Dhppa-tdep.c1861 long frame_size; in hppa_frame_cache() local
1961 frame_size = 0; in hppa_frame_cache()
1966 || frame_size < (u->Total_frame_size << 3)) in hppa_frame_cache()
1984 frame_size += prologue_inst_adjust_sp (inst); in hppa_frame_cache()
2162 cache->base = this_sp - frame_size; in hppa_frame_cache()
2311 unsigned int frame_size = 0; in hppa_fallback_frame_cache() local
2335 frame_size += prologue_inst_adjust_sp (insn); in hppa_fallback_frame_cache()
2355 frame_size, found_rp); in hppa_fallback_frame_cache()
2358 cache->base -= frame_size; in hppa_fallback_frame_cache()
Dmsp430-tdep.c137 int frame_size; member
430 result->frame_size = reg[MSP430_SP_REGNUM].k; in msp430_analyze_prologue()
495 return sp - p->frame_size; in msp430_frame_base()
Drx-tdep.c101 int frame_size; member
346 result->frame_size = reg[RX_SP_REGNUM].k; in rx_analyze_prologue()
489 return sp - p->frame_size; in rx_frame_base()
Drl78-tdep.c244 int frame_size; member
1014 result->frame_size = reg[RL78_SP_REGNUM].k; in rl78_analyze_prologue()
1128 return rl78_make_data_address (sp - p->frame_size); in rl78_frame_base()
Dmn10300-tdep.c61 int frame_size; member
1008 result->frame_size = regs[E_SP_REGNUM].k; in mn10300_analyze_prologue()
1093 return sp - p->frame_size; in mn10300_frame_base()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
Dcirc.exp182 set frame_size -1
220 set frame_size "($total_size - $free_size)"
244 set buffer_size "((4 * $frame_size) + 10)"
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.cc1457 unsigned int * frame_size, in rx_get_stack_layout() argument
1475 * frame_size = 0; in rx_get_stack_layout()
1570 * frame_size = rx_round_up in rx_get_stack_layout()
1574 * frame_size += rx_round_up in rx_get_stack_layout()
1728 unsigned int frame_size; in rx_expand_prologue() local
1738 rx_get_stack_layout (& low, & high, & mask, & frame_size, & stack_size); in rx_expand_prologue()
1741 current_function_static_stack_size = frame_size + stack_size; in rx_expand_prologue()
1821 GEN_INT (- (HOST_WIDE_INT) frame_size), true); in rx_expand_prologue()
1827 if (frame_size) in rx_expand_prologue()
1834 GEN_INT (- (HOST_WIDE_INT) (frame_size + stack_size)), in rx_expand_prologue()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dgeneric-morestack.c128 __generic_morestack (size_t *frame_size, void *old_stack, size_t param_size)
385 allocate_segment (size_t frame_size) in allocate_segment() argument
400 if (allocate < frame_size) in allocate_segment()
401 allocate = ((frame_size + overhead + pagesize - 1) in allocate_segment()
588 size_t frame_size = *pframe_size; in __generic_morestack() local
601 if (*pp != NULL && (*pp)->size < frame_size) in __generic_morestack()
609 current = allocate_segment (frame_size + param_size); in __generic_morestack()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc4793 HOST_WIDE_INT frame_size; member
7217 HOST_WIDE_INT frame_size; in alpha_compute_frame_layout() local
7254 frame_size = get_frame_size (); in alpha_compute_frame_layout()
7263 else if (frame_size != 0) in alpha_compute_frame_layout()
7323 frame_size = ALPHA_ROUND (sa_size in alpha_compute_frame_layout()
7325 + frame_size in alpha_compute_frame_layout()
7328 frame_size = (ALPHA_ROUND (crtl->outgoing_args_size) in alpha_compute_frame_layout()
7330 + ALPHA_ROUND (frame_size + crtl->args.pretend_args_size)); in alpha_compute_frame_layout()
7334 cfun->machine->frame_size = frame_size; in alpha_compute_frame_layout()
7347 && cfun->machine->frame_size == 0); in direct_return()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc10017 || (reload_completed && cfun_frame_layout.frame_size > 0) in s390_register_info()
10116 cfun_frame_layout.frame_size = get_frame_size (); in s390_frame_info()
10117 if (!TARGET_64BIT && cfun_frame_layout.frame_size > 0x7fff0000) in s390_frame_info()
10177 cfun_frame_layout.frame_size += cfun_frame_layout.high_fprs * 8; in s390_frame_info()
10180 cfun_frame_layout.frame_size += crtl->outgoing_args_size; in s390_frame_info()
10188 && cfun_frame_layout.frame_size == 0 in s390_frame_info()
10206 cfun_frame_layout.frame_size += STACK_POINTER_OFFSET - lowest_offset; in s390_frame_info()
10211 cfun_frame_layout.frame_size = ((cfun_frame_layout.frame_size + in s390_frame_info()
10223 HOST_WIDE_INT frame_size; in s390_init_frame_layout() local
10233 frame_size = cfun_frame_layout.frame_size; in s390_init_frame_layout()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmips-dis.c1336 unsigned int frame_size) in mips_print_save_restore() argument
1369 infprintf (is, dis_style_immediate, "%d", frame_size); in mips_print_save_restore()
1920 unsigned int frame_size = (((insn >> 15) & 0xf0) in print_insn_args() local
1923 frame_size); in print_insn_args()
2154 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; in print_mips16_insn_arg() local
2155 if (frame_size == 0 && !use_extend) in print_mips16_insn_arg()
2156 frame_size = 128; in print_mips16_insn_arg()
2157 mips_print_save_restore (info, amask, nsreg, ra, s0, s1, frame_size); in print_mips16_insn_arg()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmips-dis.c1336 unsigned int frame_size) in mips_print_save_restore() argument
1369 infprintf (is, dis_style_immediate, "%d", frame_size); in mips_print_save_restore()
1920 unsigned int frame_size = (((insn >> 15) & 0xf0) in print_insn_args() local
1923 frame_size); in print_insn_args()
2154 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; in print_mips16_insn_arg() local
2155 if (frame_size == 0 && !use_extend) in print_mips16_insn_arg()
2156 frame_size = 128; in print_mips16_insn_arg()
2157 mips_print_save_restore (info, amask, nsreg, ra, s0, s1, frame_size); in print_mips16_insn_arg()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/
Dbfin.cc812 emit_link_insn (rtx spreg, HOST_WIDE_INT frame_size) in emit_link_insn() argument
814 HOST_WIDE_INT link_size = frame_size; in emit_link_insn()
833 frame_size -= link_size; in emit_link_insn()
835 if (frame_size > 0) in emit_link_insn()
840 frame_related_constant_load (tmpreg, -frame_size, TRUE); in emit_link_insn()
867 do_link (rtx spreg, HOST_WIDE_INT frame_size, bool all) in do_link() argument
869 frame_size += arg_area_size (); in do_link()
874 emit_link_insn (spreg, frame_size); in do_link()
893 add_to_reg (spreg, -frame_size, 1, 0); in do_link()
903 do_unlink (rtx spreg, HOST_WIDE_INT frame_size, bool all, int epilogue_p) in do_unlink() argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.cc1661 int frame_size; in m32r_expand_prologue() local
1708 frame_size = (current_frame_info.total_size in m32r_expand_prologue()
1712 if (frame_size == 0) in m32r_expand_prologue()
1714 else if (frame_size <= 32768) in m32r_expand_prologue()
1716 GEN_INT (-frame_size))); in m32r_expand_prologue()
1721 emit_insn (gen_movsi (tmp, GEN_INT (frame_size))); in m32r_expand_prologue()
1737 (crtl->profile ? 0 : frame_size)); in m32r_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.cc930 int frame_size; member
965 layout.frame_size = (layout.locals_size in xstormy16_compute_stack_layout()
971 if (layout.frame_size - INCOMING_FRAME_SP_OFFSET in xstormy16_compute_stack_layout()
973 layout.fp_minus_ap = layout.frame_size - INCOMING_FRAME_SP_OFFSET; in xstormy16_compute_stack_layout()
981 layout.sp_minus_fp = (layout.frame_size - INCOMING_FRAME_SP_OFFSET in xstormy16_compute_stack_layout()
1061 current_function_static_stack_size = layout.frame_size; in xstormy16_expand_prologue()
1149 && xstormy16_compute_stack_layout ().frame_size == 0 in direct_return()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.cc4069 int frame_size, extra_frame_size = 0, reg_save_size; in m32c_emit_prologue() local
4092 frame_size = in m32c_emit_prologue()
4094 if (frame_size == 0 in m32c_emit_prologue()
4099 current_function_static_stack_size = frame_size; in m32c_emit_prologue()
4101 if (frame_size > 254) in m32c_emit_prologue()
4103 extra_frame_size = frame_size - 254; in m32c_emit_prologue()
4104 frame_size = 254; in m32c_emit_prologue()
4109 ? gen_prologue_enter_16 (GEN_INT (frame_size + 2)) in m32c_emit_prologue()
4110 : gen_prologue_enter_24 (GEN_INT (frame_size + 4))))); in m32c_emit_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc2084 coro_get_frame_dtor (tree coro_fp, tree orig, tree frame_size, in coro_get_frame_dtor() argument
2097 vec_safe_push (args, frame_size); in coro_get_frame_dtor()
2124 del_coro_fr = build_op_delete_call (DELETE_EXPR, frame_arg, frame_size, in coro_get_frame_dtor()
2140 tree resume_idx_var, unsigned body_count, tree frame_size) in build_actor_fn() argument
2376 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, in build_actor_fn()
4596 tree frame_size = TYPE_SIZE_UNIT (coro_frame_type); in morph_fn_to_coro() local
4599 frame_size, coro_fp); in morph_fn_to_coro()
4731 new_fn = build_operator_new_call (nwname, &args, &frame_size, &cookie, in morph_fn_to_coro()
4736 (fn_start, IFN_CO_FRAME, size_type_node, 2, frame_size, coro_fp); in morph_fn_to_coro()
5194 tree del_coro_fr = coro_get_frame_dtor (coro_fp, orig, frame_size, in morph_fn_to_coro()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dh8300.cc882 HOST_WIDE_INT frame_size; in h8300_expand_epilogue() local
890 frame_size = round_frame_size (get_frame_size ()); in h8300_expand_epilogue()
894 h8300_emit_stack_adjustment (1, frame_size); in h8300_expand_epilogue()
924 && frame_size == 0 in h8300_expand_epilogue()
1939 int frame_size = round_frame_size (get_frame_size ()); in h8300_initial_elimination_offset() local
1970 return pc_size + saved_regs_size + frame_size; in h8300_initial_elimination_offset()
1972 return saved_regs_size + frame_size; in h8300_initial_elimination_offset()
1974 return frame_size; in h8300_initial_elimination_offset()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.cc1557 use_prolog_function (int num_save, int frame_size) in use_prolog_function() argument
1560 int unalloc_stack = frame_size - alloc_stack; in use_prolog_function()
1576 if (TARGET_EP && num_save > 3 && (unsigned)frame_size < 255) in use_prolog_function()
1581 save_normal_len += CONST_OK_FOR_J (-frame_size) ? 2 : 4; in use_prolog_function()
1582 restore_normal_len += (CONST_OK_FOR_J (frame_size) ? 2 : 4) + 2; in use_prolog_function()

123