| /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/external/gpl3/gcc/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/external/gpl3/gdb/dist/gdb/ |
| s12z-tdep.c | 310 int frame_size = 0; local 349 saved_frame_size = frame_size; 353 frame_size = saved_frame_size; 356 frame_size += push_pull_get_stack_adjustment (n_operands, operands); 359 frame_size -= push_pull_get_stack_adjustment (n_operands, operands); 376 frame_size -= simm; 396 this_sp_for_id = this_sp - frame_size; 405 /* The stack pointer of the prev frame is frame_size greater 409 this_sp + frame_size + 3); 410 trad_frame_set_reg_addr (info, REG_P, this_sp + frame_size); [all...] |
| or1k-tdep.c | 462 int frame_size = 0; 497 frame_size = -simm; 512 && (simm == frame_size)); 846 l.addi r1,r1,-frame_size # SP now points to end of new stack frame 852 l.addi r2,r1,frame_size # FP now points to base of new stack frame 903 int frame_size = 0; 974 frame_size = 0; 989 frame_size = -simm; 1003 this_sp_for_id = this_sp + frame_size; 1010 frame is frame_size greater than the stack pointer of thi 460 int frame_size = 0; local 900 int frame_size = 0; local [all...] |
| alpha-tdep.c | 1156 FRAME_SIZE and PC after its execution. Otherwise, return with PC and 1157 FRAME_SIZE unchanged. */ 1161 int *frame_size) 1164 int cur_frame_size = *frame_size; 1182 changing PC and FRAME_SIZE. Otherwise, PC will point immediately 1183 after this sequence, and FRAME_SIZE will be updated. */ 1253 *frame_size = cur_frame_size; 1265 int frame_reg, frame_size, return_reg, reg; 1280 frame_size = 0; 1300 if (frame_size == 0 1257 int frame_reg, frame_size, return_reg, reg; local [all...] |
| hppa-tdep.c | 1863 long frame_size; 1963 frame_size = 0; 1968 || frame_size < (u->Total_frame_size << 3)) 1986 frame_size += prologue_inst_adjust_sp (inst); 2164 cache->base = this_sp - frame_size; 2313 unsigned int frame_size = 0; 2337 frame_size += prologue_inst_adjust_sp (insn); 2356 gdb_printf (gdb_stdlog, " frame_size=%d, found_rp=%d }\n", 2357 frame_size, found_rp); 2360 cache->base -= frame_size; 1860 long frame_size; local 2310 unsigned int frame_size = 0; local [all...] |
| msp430-tdep.c | 137 int frame_size; member in struct:msp430_prologue 430 result->frame_size = reg[MSP430_SP_REGNUM].k; 495 return sp - p->frame_size;
|
| rx-tdep.c | 101 int frame_size; member in struct:rx_prologue 346 result->frame_size = reg[RX_SP_REGNUM].k; 489 return sp - p->frame_size;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| s12z-tdep.c | 310 int frame_size = 0; local 349 saved_frame_size = frame_size; 353 frame_size = saved_frame_size; 356 frame_size += push_pull_get_stack_adjustment (n_operands, operands); 359 frame_size -= push_pull_get_stack_adjustment (n_operands, operands); 376 frame_size -= simm; 396 this_sp_for_id = this_sp - frame_size; 405 /* The stack pointer of the prev frame is frame_size greater 409 this_sp + frame_size + 3); 410 trad_frame_set_reg_addr (info, REG_P, this_sp + frame_size); [all...] |
| or1k-tdep.c | 462 int frame_size = 0; 497 frame_size = -simm; 512 && (simm == frame_size)); 846 l.addi r1,r1,-frame_size # SP now points to end of new stack frame 852 l.addi r2,r1,frame_size # FP now points to base of new stack frame 903 int frame_size = 0; 974 frame_size = 0; 989 frame_size = -simm; 1003 this_sp_for_id = this_sp + frame_size; 1010 frame is frame_size greater than the stack pointer of thi 460 int frame_size = 0; local 900 int frame_size = 0; local [all...] |
| alpha-tdep.c | 1156 FRAME_SIZE and PC after its execution. Otherwise, return with PC and 1157 FRAME_SIZE unchanged. */ 1161 int *frame_size) 1164 int cur_frame_size = *frame_size; 1182 changing PC and FRAME_SIZE. Otherwise, PC will point immediately 1183 after this sequence, and FRAME_SIZE will be updated. */ 1253 *frame_size = cur_frame_size; 1265 int frame_reg, frame_size, return_reg, reg; 1280 frame_size = 0; 1300 if (frame_size == 0 1257 int frame_reg, frame_size, return_reg, reg; local [all...] |
| hppa-tdep.c | 1864 long frame_size; 1964 frame_size = 0; 1969 || frame_size < (u->Total_frame_size << 3)) 1987 frame_size += prologue_inst_adjust_sp (inst); 2165 cache->base = this_sp - frame_size; 2314 unsigned int frame_size = 0; 2338 frame_size += prologue_inst_adjust_sp (insn); 2357 gdb_printf (gdb_stdlog, " frame_size=%d, found_rp=%d }\n", 2358 frame_size, found_rp); 2361 cache->base -= frame_size; 1861 long frame_size; local 2311 unsigned int frame_size = 0; local [all...] |
| msp430-tdep.c | 137 int frame_size; member in struct:msp430_prologue 430 result->frame_size = reg[MSP430_SP_REGNUM].k; 495 return sp - p->frame_size;
|
| rx-tdep.c | 101 int frame_size; member in struct:rx_prologue 346 result->frame_size = reg[RX_SP_REGNUM].k; 489 return sp - p->frame_size;
|
| /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/gdb/dist/gdb/testsuite/gdb.trace/ |
| circ.exp | 182 set frame_size -1 220 set frame_size "($total_size - $free_size)" 244 set buffer_size "((4 * $frame_size) + 10)"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| circ.exp | 182 set frame_size -1 220 set frame_size "($total_size - $free_size)" 244 set buffer_size "((4 * $frame_size) + 10)"
|
| /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/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/external/gpl3/gcc/dist/gcc/config/rx/ |
| rx.cc | 1464 unsigned int * frame_size, 1482 * frame_size = 0; 1577 * frame_size = rx_round_up 1581 * frame_size += rx_round_up 1735 unsigned int frame_size; 1745 rx_get_stack_layout (& low, & high, & mask, & frame_size, & stack_size); 1748 current_function_static_stack_size = frame_size + stack_size; 1828 GEN_INT (- (HOST_WIDE_INT) frame_size), true); 1834 if (frame_size) 1841 GEN_INT (- (HOST_WIDE_INT) (frame_size + stack_size)) 1729 unsigned int frame_size; local 2026 unsigned int frame_size; local 2061 unsigned int frame_size; local 2237 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/dist/gcc/config/alpha/ |
| alpha.cc | 4817 HOST_WIDE_INT frame_size; 7252 HOST_WIDE_INT frame_size; 7289 frame_size = get_frame_size (); 7298 else if (frame_size != 0) 7358 frame_size = ALPHA_ROUND (sa_size 7360 + frame_size 7363 frame_size = (ALPHA_ROUND (crtl->outgoing_args_size) 7365 + ALPHA_ROUND (frame_size + crtl->args.pretend_args_size)); 7369 cfun->machine->frame_size = frame_size; 4806 HOST_WIDE_INT frame_size; variable 7236 HOST_WIDE_INT frame_size; local 7760 HOST_WIDE_INT frame_size = cfun->machine->frame_size; local 8010 HOST_WIDE_INT frame_size = cfun->machine->frame_size; local 8182 HOST_WIDE_INT frame_size = cfun->machine->frame_size; local [all...] |