Searched refs:fp_str (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/arc/
H A Darc.c1194 const char *fp_str = reg_names[FRAME_POINTER_REGNUM];
1236 fprintf (file, "\tst %s,[%s]\n", fp_str, sp_str);
1237 fprintf (file, "\tmov %s,%s\n", fp_str, sp_str);
1300 const char *fp_str = reg_names[FRAME_POINTER_REGNUM];
1311 sp_str, fp_str, frame_size, ASM_COMMENT_START);
1324 frame_pointer_needed ? fp_str : sp_str,
1352 fprintf (file, "\tld.a %s,[%s,%d]\n", fp_str, sp_str, frame_size);
1404 fprintf (file, "\tld.a %s,[%s,%d]\n", fp_str, sp_str, frame_size);
1181 const char *fp_str = reg_names[FRAME_POINTER_REGNUM]; local
1286 const char *fp_str = reg_names[FRAME_POINTER_REGNUM]; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c1160 const char *fp_str = reg_names[FRAME_POINTER_REGNUM];
1203 fprintf (file, "\tst %s,[%s]\n", fp_str, sp_str);
1204 fprintf (file, "\tmov %s,%s\n", fp_str, sp_str);
1269 const char *fp_str = reg_names[FRAME_POINTER_REGNUM];
1281 sp_str, fp_str, frame_size, ASM_COMMENT_START);
1294 frame_pointer_needed ? fp_str : sp_str,
1322 fprintf (file, "\tld.a %s,[%s,%d]\n", fp_str, sp_str, frame_size);
1372 fprintf (file, "\tld.a %s,[%s,%d]\n", fp_str, sp_str, frame_size);
1147 const char *fp_str = reg_names[FRAME_POINTER_REGNUM]; local
1255 const char *fp_str = reg_names[FRAME_POINTER_REGNUM]; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c7398 const char *const fp_str = reg_names[HARD_FRAME_POINTER_REGNUM];
7422 fp_str, sp_str, reg_offset);
7424 sp_str, (int) -size, fp_str, ASM_COMMENT_START);
7437 fp_str, sp_str, reg_offset);
7439 sp_str, t1_str, fp_str, ASM_COMMENT_START);
7484 fp_str, sp_str, (int) offset, sp_str, (int) -size1,
7485 fp_str, ASM_COMMENT_START);
7498 fp_str, sp_str, (int) offset, sp_str, t1_str,
7499 fp_str, ASM_COMMENT_START);
7584 const char *const fp_str
7373 const char *const fp_str = reg_names[HARD_FRAME_POINTER_REGNUM]; local
7558 const char *const fp_str = reg_names[HARD_FRAME_POINTER_REGNUM]; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/m32r/
H A Dm32r.c1536 const char * fp_str = reg_names[FRAME_POINTER_REGNUM];
1570 fprintf (file, "\tmv %s,%s\n", sp_str, fp_str);
1573 sp_str, fp_str, IMMEDIATE_PREFIX, reg_offset);
1603 fprintf (file, "\tpop %s\n", fp_str);
1520 const char * fp_str = reg_names[FRAME_POINTER_REGNUM]; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.c2130 const char * fp_str = reg_names[FRAME_POINTER_REGNUM];
2155 fprintf (file, "\tmv %s,%s\n", sp_str, fp_str);
2158 sp_str, fp_str, IMMEDIATE_PREFIX, reg_offset);
2180 fprintf (file, "\tpop %s\n", fp_str);
2110 const char * fp_str = reg_names[FRAME_POINTER_REGNUM]; local

Completed in 204 milliseconds