| /src/external/gpl3/gcc.old/dist/gcc/config/fr30/ |
| fr30.cc | 103 unsigned int frame_size; /* # Bytes in current frame. */ member in struct:fr30_frame_info 257 current_frame_info.frame_size = args_size + var_size; 330 if (current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) 332 int enter_size = current_frame_info.frame_size + UNITS_PER_WORD; 378 if (current_frame_info.frame_size == 0) 381 && current_frame_info.frame_size < ((1 << 10) - UNITS_PER_WORD)) 383 else if (current_frame_info.frame_size <= 512) 386 (GEN_INT (- (signed) current_frame_info.frame_size))); 392 insn = emit_insn (gen_movsi (tmp, GEN_INT (current_frame_info.frame_size))); 421 if (current_frame_info.frame_size > 0 [all...] |
| /src/sys/dev/ic/ |
| athrate-sample.c | 371 int frame_size = 0; local 375 size_bin = size_to_bin(frame_size); // TODO: it's correct that frame_size always 0 ? 396 int frame_size, 414 size_bin = size_to_bin(frame_size); 495 int final_rate, short_tries, long_tries, frame_size; local 502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */ 503 if (frame_size == 0) /* NB: should not happen */ 504 frame_size = 1500; 510 bin_to_size(size_to_bin(frame_size)), [all...] |
| bt8xx.h | 179 int frame_size; /* row*columns*depth */ member in struct:meteor_mem
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack.c | 128 __generic_morestack (size_t *frame_size, void *old_stack, size_t param_size) 381 /* Allocate a new stack segment. FRAME_SIZE is the required frame 385 allocate_segment (size_t frame_size) 400 if (allocate < frame_size) 401 allocate = ((frame_size + overhead + pagesize - 1) 588 size_t frame_size = *pframe_size; local 601 if (*pp != NULL && (*pp)->size < frame_size) 609 current = allocate_segment (frame_size + param_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
| rx.cc | 1463 unsigned int * frame_size, 1481 * frame_size = 0; 1576 * frame_size = rx_round_up 1580 * frame_size += rx_round_up 1734 unsigned int frame_size; 1744 rx_get_stack_layout (& low, & high, & mask, & frame_size, & stack_size); 1747 current_function_static_stack_size = frame_size + stack_size; 1827 GEN_INT (- (HOST_WIDE_INT) frame_size), true); 1833 if (frame_size) 1840 GEN_INT (- (HOST_WIDE_INT) (frame_size + stack_size)) 1728 unsigned int frame_size; local 2025 unsigned int frame_size; local 2060 unsigned int frame_size; local 2236 unsigned int frame_size; local [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| asan_fake_stack_test.cc | 52 uptr frame_size = FakeStack::BytesInSizeClass(class_id); local 53 uptr num_flags = stack_size / frame_size;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| alpha.cc | 4804 HOST_WIDE_INT frame_size; 7237 HOST_WIDE_INT frame_size; 7274 frame_size = get_frame_size (); 7283 else if (frame_size != 0) 7343 frame_size = ALPHA_ROUND (sa_size 7345 + frame_size 7348 frame_size = (ALPHA_ROUND (crtl->outgoing_args_size) 7350 + ALPHA_ROUND (frame_size + crtl->args.pretend_args_size)); 7354 cfun->machine->frame_size = frame_size; 4793 HOST_WIDE_INT frame_size; variable 7221 HOST_WIDE_INT frame_size; local 7746 HOST_WIDE_INT frame_size = cfun->machine->frame_size; local 7997 HOST_WIDE_INT frame_size = cfun->machine->frame_size; local 8169 HOST_WIDE_INT frame_size = cfun->machine->frame_size; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| bfin.cc | 809 /* Generate a LINK insn for a frame sized FRAME_SIZE. If this constant 814 emit_link_insn (rtx spreg, HOST_WIDE_INT frame_size) 816 HOST_WIDE_INT link_size = frame_size; 835 frame_size -= link_size; 837 if (frame_size > 0) 842 frame_related_constant_load (tmpreg, -frame_size, TRUE); 869 do_link (rtx spreg, HOST_WIDE_INT frame_size, bool all) 871 frame_size += arg_area_size (); 876 emit_link_insn (spreg, frame_size); 895 add_to_reg (spreg, -frame_size, 1, 0) 935 HOST_WIDE_INT frame_size = get_frame_size (); local 1066 HOST_WIDE_INT frame_size = get_frame_size (); local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-dis.c | 1360 and the frame size FRAME_SIZE. */ 1366 unsigned int frame_size) 1399 infprintf (is, dis_style_immediate, "%d", frame_size); 1950 unsigned int frame_size = (((insn >> 15) & 0xf0) 1953 frame_size); 2186 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; 2187 if (frame_size == 0 && !use_extend) 2188 frame_size = 128; 2189 mips_print_save_restore (info, amask, nsreg, ra, s0, s1, frame_size); 1947 unsigned int frame_size = (((insn >> 15) & 0xf0) local 2181 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-dis.c | 1360 and the frame size FRAME_SIZE. */ 1366 unsigned int frame_size) 1399 infprintf (is, dis_style_immediate, "%d", frame_size); 1950 unsigned int frame_size = (((insn >> 15) & 0xf0) 1953 frame_size); 2186 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; 2187 if (frame_size == 0 && !use_extend) 2188 frame_size = 128; 2189 mips_print_save_restore (info, amask, nsreg, ra, s0, s1, frame_size); 1947 unsigned int frame_size = (((insn >> 15) & 0xf0) local 2181 unsigned int frame_size = ((extend & 0xf0) | (insn & 0x0f)) * 8; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 10015 || (reload_completed && cfun_frame_layout.frame_size > 0) 10114 cfun_frame_layout.frame_size = get_frame_size (); 10115 if (!TARGET_64BIT && cfun_frame_layout.frame_size > 0x7fff0000) 10175 cfun_frame_layout.frame_size += cfun_frame_layout.high_fprs * 8; 10178 cfun_frame_layout.frame_size += crtl->outgoing_args_size; 10186 && cfun_frame_layout.frame_size == 0 10204 cfun_frame_layout.frame_size += STACK_POINTER_OFFSET - lowest_offset; 10209 cfun_frame_layout.frame_size = ((cfun_frame_layout.frame_size + 10221 HOST_WIDE_INT frame_size; 10220 HOST_WIDE_INT frame_size; local 11950 HOST_WIDE_INT frame_size = cfun_frame_layout.frame_size; local [all...] |
| s390.h | 1145 HOST_WIDE_INT frame_size; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| coroutines.cc | 2084 coro_get_frame_dtor (tree coro_fp, tree orig, tree frame_size, 2097 vec_safe_push (args, frame_size); 2124 del_coro_fr = build_op_delete_call (DELETE_EXPR, frame_arg, frame_size, 2140 tree resume_idx_var, unsigned body_count, tree frame_size) 2376 tree del_coro_fr = coro_get_frame_dtor (actor_fp, orig, frame_size, 4596 tree frame_size = TYPE_SIZE_UNIT (coro_frame_type); local 4599 frame_size, coro_fp); 4731 new_fn = build_operator_new_call (nwname, &args, &frame_size, &cookie, 4736 (fn_start, IFN_CO_FRAME, size_type_node, 2, frame_size, coro_fp); 5194 tree del_coro_fr = coro_get_frame_dtor (coro_fp, orig, frame_size, [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
| m32r.cc | 1604 /* frame_size = total_size - (pretend_size + reg_size); */ 1676 int frame_size; 1723 frame_size = (current_frame_info.total_size 1727 if (frame_size == 0) 1729 else if (frame_size <= 32768) 1731 GEN_INT (-frame_size))); 1736 emit_insn (gen_movsi (tmp, GEN_INT (frame_size))); 1752 (crtl->profile ? 0 : frame_size)); 1661 int frame_size; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| stormy16.cc | 932 int frame_size; 967 layout.frame_size = (layout.locals_size 973 if (layout.frame_size - INCOMING_FRAME_SP_OFFSET 975 layout.fp_minus_ap = layout.frame_size - INCOMING_FRAME_SP_OFFSET; 983 layout.sp_minus_fp = (layout.frame_size - INCOMING_FRAME_SP_OFFSET 1063 current_function_static_stack_size = layout.frame_size; 1151 && xstormy16_compute_stack_layout ().frame_size == 0
|
| /src/sys/dev/pci/bktr/ |
| bktr_reg.h | 493 int frame_size; /* number of bytes in a frame */ member in struct:bktr_softc
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| m32c.cc | 4069 int frame_size, extra_frame_size = 0, reg_save_size; local 4092 frame_size = 4094 if (frame_size == 0 4099 current_function_static_stack_size = frame_size; 4101 if (frame_size > 254) 4103 extra_frame_size = frame_size - 254; 4104 frame_size = 254; 4109 ? gen_prologue_enter_16 (GEN_INT (frame_size + 2)) 4110 : gen_prologue_enter_24 (GEN_INT (frame_size + 4)))));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| h8300.cc | 883 HOST_WIDE_INT frame_size; 891 frame_size = round_frame_size (get_frame_size ()); 895 h8300_emit_stack_adjustment (1, frame_size); 925 && frame_size == 0 1944 int frame_size = round_frame_size (get_frame_size ()); 1975 return pc_size + saved_regs_size + frame_size; 1977 return saved_regs_size + frame_size; 1979 return frame_size; 882 HOST_WIDE_INT frame_size; local 1939 int frame_size = round_frame_size (get_frame_size ()); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
| visium.cc | 103 int frame_size; variable 127 #define visium_frame_size cfun->machine->frame_size 3644 int frame_size; local 3683 frame_size 3699 return frame_size; 3858 const int frame_size = visium_compute_frame_size (get_frame_size ()); local 3875 visium_frame_size = frame_size; 3878 current_function_static_stack_size = frame_size;
|
| /src/external/bsd/libpcap/dist/ |
| pcap-linux.c | 2930 unsigned int frame_size; local 3008 frame_size = handle->snapshot; 3027 if (frame_size > max_frame_len) 3028 frame_size = max_frame_len; 3070 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
| v850.cc | 1564 use_prolog_function (int num_save, int frame_size) 1567 int unalloc_stack = frame_size - alloc_stack; 1583 if (TARGET_EP && num_save > 3 && (unsigned)frame_size < 255) 1588 save_normal_len += CONST_OK_FOR_J (-frame_size) ? 2 : 4; 1589 restore_normal_len += (CONST_OK_FOR_J (frame_size) ? 2 : 4) + 2;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-alpha.c | 3663 offsetT frame_size; 3870 cur_frame_data->frame_size = val; 4048 if (p->fp_regno != 30 || p->mask || p->fmask || p->frame_size) 4056 if (p->frame_size != 0) 4057 cfi_add_CFA_def_cfa (p->fp_regno, p->frame_size); 4060 else if (p->frame_size != 0) 4061 cfi_add_CFA_def_cfa_offset (p->frame_size); 3654 offsetT frame_size; member in struct:alpha_elf_frame_data
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-alpha.c | 3663 offsetT frame_size; 3870 cur_frame_data->frame_size = val; 4048 if (p->fp_regno != 30 || p->mask || p->fmask || p->frame_size) 4056 if (p->frame_size != 0) 4057 cfi_add_CFA_def_cfa (p->fp_regno, p->frame_size); 4060 else if (p->frame_size != 0) 4061 cfi_add_CFA_def_cfa_offset (p->frame_size); 3654 offsetT frame_size; member in struct:alpha_elf_frame_data
|
| /src/external/gpl3/binutils/dist/libsframe/ |
| sframe.c | 788 size_t frame_size = hdrsz + ihp->sfh_freoff + fre_bytes_flipped; 789 for (fp = frame_buf + frame_size; fp < frame_buf + buf_size; fp++) 897 size_t frame_size = hdrsz + ihp->sfh_freoff + fre_bytes_flipped; 898 for (fp = frame_buf + frame_size; fp < frame_buf + buf_size; fp++)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.h | 900 poly_int64 frame_size; 897 poly_int64 frame_size; variable
|