/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16InstrFormats.td | 378 // <|opcode|svrs|s|ra|s0|s1|framesize> 389 bits<4> framesize = 0; 399 let Inst{3-0} = framesize; 405 // <|opcode|svrs|s|ra|s0|s1|framesize> 614 bits<8> framesize =0; 626 let Inst{23-20} = framesize{7-4}; 635 let Inst{3-0} = framesize{3-0};
|
H A D | Mips16InstrInfo.td | 954 // Format: RESTORE {ra,}{s0/s1/s0-1,}{framesize} 980 // Format: SAVE {ra,}{s0/s1/s0-1,}{framesize} (All arguments are optional)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/ |
H A D | cris.cc | 2675 int framesize = 0; in cris_expand_prologue() local 2703 framesize += pretend; in cris_expand_prologue() 2743 framesize += 4; in cris_expand_prologue() 2762 framesize += 4; in cris_expand_prologue() 2827 framesize += n_saved * 4 + size; in cris_expand_prologue() 2841 framesize += 4 + size; in cris_expand_prologue() 2881 framesize += n_saved * 4 + size; in cris_expand_prologue() 2888 framesize += cfoa_size; in cris_expand_prologue() 2896 framesize += size + cfoa_size; in cris_expand_prologue() 2901 if (cris_max_stackframe && framesize > cris_max_stackframe) in cris_expand_prologue() [all …]
|
/netbsd-src/sys/dev/pad/ |
H A D | pad.c | 578 u_int framesize; in pad_start_output() local 594 framesize = PADCHAN * (PADPREC / NBBY) * PADFREQ; in pad_start_output() 597 ticks = mstohz(sc->sc_resid * 1000 / framesize); in pad_start_output() 598 sc->sc_resid -= hztoms(ticks) * framesize / 1000; in pad_start_output()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
H A D | cris.c | 3123 int framesize = 0; in cris_expand_prologue() local 3163 framesize += pretend; in cris_expand_prologue() 3207 framesize += 4; in cris_expand_prologue() 3227 framesize += 4; in cris_expand_prologue() 3290 framesize += n_saved * 4 + size; in cris_expand_prologue() 3306 framesize += 4 + size; in cris_expand_prologue() 3347 framesize += n_saved * 4 + size; in cris_expand_prologue() 3356 framesize += cfoa_size; in cris_expand_prologue() 3366 framesize += size + cfoa_size; in cris_expand_prologue() 3386 if (cris_max_stackframe && framesize > cris_max_stackframe) in cris_expand_prologue() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.opt | 212 mwarn-framesize= 214 Warn if a single function's framesize exceeds the given framesize.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.opt | 218 mwarn-framesize= 220 Warn if a single function's framesize exceeds the given framesize.
|
/netbsd-src/sys/dev/ic/ |
H A D | isp_netbsd.h | 101 uint16_t framesize; member 266 #define DEFAULT_FRAMESIZE(isp) (isp)->isp_osinfo.framesize
|
/netbsd-src/sys/dev/audio/ |
H A D | audio.c | 4970 int framesize; in audio_track_play() local 4992 framesize = frametobyte(&input->fmt, 1); in audio_track_play() 4993 KASSERT(framesize >= 1); in audio_track_play() 5004 count = uimin(usrbuf->used, track->usrbuf_blksize) / framesize; in audio_track_play() 5005 bytes = count * framesize; in audio_track_play() 5008 memcpy((uint8_t *)input->mem + auring_tail(input) * framesize, in audio_track_play() 5018 KASSERTMSG(bytes1 % framesize == 0, in audio_track_play() 5019 "bytes1=%d framesize=%d", bytes1, framesize); in audio_track_play() 5020 memcpy((uint8_t *)input->mem + auring_tail(input) * framesize, in audio_track_play() 5023 auring_push(input, bytes1 / framesize); in audio_track_play() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 81 int framesize; member 1185 cfun->machine->framesize = (cfun->machine->framesize_regs in msp430_compute_frame_info() 1676 fprintf (outfile, "; framesize: %d\n", cfun->machine->framesize); in msp430_start_function() 2405 current_function_static_stack_size = cfun->machine->framesize; in msp430_expand_prologue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.cc | 86 int framesize; member 1774 cfun->machine->framesize = (cfun->machine->framesize_regs in msp430_compute_frame_info() 2200 fprintf (outfile, "; framesize: %d\n", cfun->machine->framesize); in msp430_start_function() 2910 current_function_static_stack_size = cfun->machine->framesize; in msp430_expand_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
H A D | rl78.c | 118 int framesize; member 779 cfun->machine->framesize = (cfun->machine->framesize_regs in rl78_compute_frame_info() 1394 cfun->machine->framesize += ARRAY_SIZE (mduc_regs) * 2; in rl78_expand_prologue() 1397 current_function_static_stack_size = cfun->machine->framesize; in rl78_expand_prologue() 1681 if (cfun->machine->framesize == 0) in rl78_start_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
H A D | rl78.cc | 118 int framesize; member 779 cfun->machine->framesize = (cfun->machine->framesize_regs in rl78_compute_frame_info() 1394 cfun->machine->framesize += ARRAY_SIZE (mduc_regs) * 2; in rl78_expand_prologue() 1397 current_function_static_stack_size = cfun->machine->framesize; in rl78_expand_prologue() 1681 if (cfun->machine->framesize == 0) in rl78_start_function()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-alpha.c | 409 int framesize; /* Size of frame. */ member 4373 alpha_evax_proc->framesize = 0; in s_alpha_ent() 4450 alpha_evax_proc->framesize = val; in s_alpha_frame() 4613 md_number_to_chars (p, (valueT) alpha_evax_proc->framesize, 4); in s_alpha_pdesc()
|
H A D | tc-bfin.c | 1337 bfin_gen_linkage (int R, int framesize) in bfin_gen_linkage() argument 1342 ASSIGN (framesize); in bfin_gen_linkage()
|
H A D | bfin-parse.y | 97 #define LINKAGE(r, framesize) \ argument 98 bfin_gen_linkage (r, framesize)
|
H A D | bfin-parse.c | 148 #define LINKAGE(r, framesize) \ argument 149 bfin_gen_linkage (r, framesize)
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-alpha.c | 409 int framesize; /* Size of frame. */ member 4375 alpha_evax_proc->framesize = 0; in s_alpha_ent() 4452 alpha_evax_proc->framesize = val; in s_alpha_frame() 4615 md_number_to_chars (p, (valueT) alpha_evax_proc->framesize, 4); in s_alpha_pdesc()
|
H A D | tc-bfin.c | 1326 bfin_gen_linkage (int R, int framesize) in bfin_gen_linkage() argument 1331 ASSIGN (framesize); in bfin_gen_linkage()
|
H A D | bfin-parse.y | 97 #define LINKAGE(r, framesize) \ argument 98 bfin_gen_linkage (r, framesize)
|
H A D | bfin-parse.c | 148 #define LINKAGE(r, framesize) \ argument 149 bfin_gen_linkage (r, framesize)
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | bfin-dis.c | 2912 int framesize = ((iw1 >> Linkage_framesize_bits) & Linkage_framesize_mask); in decode_linkage_0() local 2920 OUTS (outf, uimm16s4 (framesize)); in decode_linkage_0() 2922 OUTS (outf, uimm16s4d (framesize)); in decode_linkage_0()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | bfin-dis.c | 2912 int framesize = ((iw1 >> Linkage_framesize_bits) & Linkage_framesize_mask); in decode_linkage_0() local 2920 OUTS (outf, uimm16s4 (framesize)); in decode_linkage_0() 2922 OUTS (outf, uimm16s4d (framesize)); in decode_linkage_0()
|
/netbsd-src/share/man/tools/ |
H A D | newsp.errs | 539 framesize
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1996 | 736 * config/tm-m32r.h: Add framesize and register to extra_frame_info.
|