Searched refs:asm_switch (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 8875 mips_push_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_push_asm_switch_1() argument 8878 if (asm_switch->nesting_level == 0) in mips_push_asm_switch_1() 8879 fprintf (asm_out_file, "%s.set\tno%s%s", prefix, asm_switch->name, suffix); in mips_push_asm_switch_1() 8880 asm_switch->nesting_level++; in mips_push_asm_switch_1() 8886 mips_pop_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_pop_asm_switch_1() argument 8889 gcc_assert (asm_switch->nesting_level); in mips_pop_asm_switch_1() 8890 asm_switch->nesting_level--; in mips_pop_asm_switch_1() 8891 if (asm_switch->nesting_level == 0) in mips_pop_asm_switch_1() 8892 fprintf (asm_out_file, "%s.set\t%s%s", prefix, asm_switch->name, suffix); in mips_pop_asm_switch_1() 8899 mips_push_asm_switch (struct mips_asm_switch *asm_switch) in mips_push_asm_switch() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 8735 mips_push_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_push_asm_switch_1() argument 8738 if (asm_switch->nesting_level == 0) in mips_push_asm_switch_1() 8739 fprintf (asm_out_file, "%s.set\tno%s%s", prefix, asm_switch->name, suffix); in mips_push_asm_switch_1() 8740 asm_switch->nesting_level++; in mips_push_asm_switch_1() 8746 mips_pop_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_pop_asm_switch_1() argument 8749 gcc_assert (asm_switch->nesting_level); in mips_pop_asm_switch_1() 8750 asm_switch->nesting_level--; in mips_pop_asm_switch_1() 8751 if (asm_switch->nesting_level == 0) in mips_pop_asm_switch_1() 8752 fprintf (asm_out_file, "%s.set\t%s%s", prefix, asm_switch->name, suffix); in mips_pop_asm_switch_1() 8759 mips_push_asm_switch (struct mips_asm_switch *asm_switch) in mips_push_asm_switch() argument [all …]
|