Home
last modified time | relevance | path

Searched refs:framesize (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|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 DMips16InstrInfo.td954 // 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 Dcris.cc2675 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 Dpad.c578 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 Dcris.c3123 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 Ds390.opt212 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 Ds390.opt218 mwarn-framesize=
220 Warn if a single function's framesize exceeds the given framesize.
/netbsd-src/sys/dev/ic/
H A Disp_netbsd.h101 uint16_t framesize; member
266 #define DEFAULT_FRAMESIZE(isp) (isp)->isp_osinfo.framesize
/netbsd-src/sys/dev/audio/
H A Daudio.c4970 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 Dmsp430.c81 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 Dmsp430.cc86 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 Drl78.c118 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 Drl78.cc118 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 Dtc-alpha.c409 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 Dtc-bfin.c1337 bfin_gen_linkage (int R, int framesize) in bfin_gen_linkage() argument
1342 ASSIGN (framesize); in bfin_gen_linkage()
H A Dbfin-parse.y97 #define LINKAGE(r, framesize) \ argument
98 bfin_gen_linkage (r, framesize)
H A Dbfin-parse.c148 #define LINKAGE(r, framesize) \ argument
149 bfin_gen_linkage (r, framesize)
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c409 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 Dtc-bfin.c1326 bfin_gen_linkage (int R, int framesize) in bfin_gen_linkage() argument
1331 ASSIGN (framesize); in bfin_gen_linkage()
H A Dbfin-parse.y97 #define LINKAGE(r, framesize) \ argument
98 bfin_gen_linkage (r, framesize)
H A Dbfin-parse.c148 #define LINKAGE(r, framesize) \ argument
149 bfin_gen_linkage (r, framesize)
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dbfin-dis.c2912 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 Dbfin-dis.c2912 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 Dnewsp.errs539 framesize
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-1996736 * config/tm-m32r.h: Add framesize and register to extra_frame_info.

12