Searched refs:framesize (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-pr43074.c4 pvslockprocess(float *fout, float *fin, int framesize) argument
8 for (i = 0; i < framesize; i += 2) {
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-aux.h139 bfin_gen_linkage (int r, int framesize);
H A Dtc-bfin.c1400 bfin_gen_linkage (int R, int framesize) argument
1405 ASSIGN (framesize);
H A Dtc-alpha.c377 int framesize; /* Size of frame. */
3931 alpha_evax_proc.framesize = 0;
3956 /* Parse .frame <framreg>,<framesize>,RA,<rsa_offset> directives. */
3975 alpha_evax_proc.framesize = val;
4112 md_number_to_chars (p, (valueT) alpha_evax_proc.framesize, 4);
374 int framesize; /* Size of frame. */ member in struct:__anon2529
H A Dbfin-parse.y97 #define LINKAGE(r, framesize) \
98 bfin_gen_linkage (r, framesize)
/haiku-buildtools/gcc/gcc/config/cris/
H A Dcris.c3095 int framesize = 0; local
3135 framesize += pretend;
3181 framesize += 4;
3202 framesize += 4;
3266 framesize += n_saved * 4 + size;
3283 framesize += 4 + size;
3325 framesize += n_saved * 4 + size;
3335 framesize += cfoa_size;
3346 framesize += size + cfoa_size;
3366 if (cris_max_stackframe && framesize > cris_max_stackfram
[all...]
/haiku-buildtools/gcc/gcc/config/msp430/
H A Dmsp430.c112 int framesize;
1153 cfun->machine->framesize = (cfun->machine->framesize_regs
1227 fprintf (outfile, "; framesize: %d\n", cfun->machine->framesize);
1639 current_function_static_stack_size = cfun->machine->framesize;
110 int framesize; variable
/haiku-buildtools/gcc/gcc/config/rl78/
H A Drl78.c133 int framesize;
695 cfun->machine->framesize = (cfun->machine->framesize_regs
1265 current_function_static_stack_size = cfun->machine->framesize;
1455 if (cfun->machine->framesize == 0)
131 int framesize; variable
/haiku-buildtools/binutils/gas/config/
H A Dtc-alpha.c413 int framesize; /* Size of frame. */
4384 alpha_evax_proc->framesize = 0;
4441 /* Parse .frame <framreg>,<framesize>,RA,<rsa_offset> directives. */
4461 alpha_evax_proc->framesize = val;
4624 md_number_to_chars (p, (valueT) alpha_evax_proc->framesize, 4);
410 int framesize; /* Size of frame. */ member in struct:alpha_evax_procs
H A Dtc-bfin.c1339 bfin_gen_linkage (int R, int framesize)
1344 ASSIGN (framesize);
1338 bfin_gen_linkage(int R, int framesize) argument
H A Dbfin-parse.y93 #define LINKAGE(r, framesize) \
94 bfin_gen_linkage (r, framesize)
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c488 #define LINKAGE(r, framesize) \
489 bfin_gen_linkage (r, framesize)
/haiku-buildtools/binutils/opcodes/
H A Dbfin-dis.c2907 |.framesize.....................................................|
2910 int framesize = ((iw1 >> Linkage_framesize_bits) & Linkage_framesize_mask); local
2918 OUTS (outf, uimm16s4 (framesize));
2920 OUTS (outf, uimm16s4d (framesize));
/haiku-buildtools/gcc/gcc/config/mmix/
H A Dmmix.c847 HOST_WIDE_INT framesize ATTRIBUTE_UNUSED)
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c139 #define LINKAGE(r, framesize) \
140 bfin_gen_linkage (r, framesize)
/haiku-buildtools/legacy/binutils/opcodes/
H A Dbfin-dis.c2536 |.framesize.....................................................|
2539 int framesize = ((iw1 >> Linkage_framesize_bits) & Linkage_framesize_mask); local
2544 OUTS (outf, uimm16s4 (framesize));

Completed in 330 milliseconds