Home
last modified time | relevance | path

Searched refs:mips_asm_switch (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h258 extern void mips_push_asm_switch (struct mips_asm_switch *);
259 extern void mips_pop_asm_switch (struct mips_asm_switch *);
H A Dmips.h3187 struct mips_asm_switch { struct
3198 extern struct mips_asm_switch mips_noreorder; argument
3199 extern struct mips_asm_switch mips_nomacro;
3200 extern struct mips_asm_switch mips_noat;
H A Dmips.c465 struct mips_asm_switch mips_noreorder = { "reorder", 0 };
466 struct mips_asm_switch mips_nomacro = { "macro", 0 };
467 struct mips_asm_switch mips_noat = { "at", 0 };
8735 mips_push_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_push_asm_switch_1()
8746 mips_pop_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_pop_asm_switch_1()
8759 mips_push_asm_switch (struct mips_asm_switch *asm_switch) in mips_push_asm_switch()
8765 mips_pop_asm_switch (struct mips_asm_switch *asm_switch) in mips_pop_asm_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h258 extern void mips_push_asm_switch (struct mips_asm_switch *);
259 extern void mips_pop_asm_switch (struct mips_asm_switch *);
H A Dmips.h3206 struct mips_asm_switch { struct
3217 extern struct mips_asm_switch mips_noreorder; argument
3218 extern struct mips_asm_switch mips_nomacro;
3219 extern struct mips_asm_switch mips_noat;
H A Dmips.cc467 struct mips_asm_switch mips_noreorder = { "reorder", 0 };
468 struct mips_asm_switch mips_nomacro = { "macro", 0 };
469 struct mips_asm_switch mips_noat = { "at", 0 };
8875 mips_push_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_push_asm_switch_1()
8886 mips_pop_asm_switch_1 (struct mips_asm_switch *asm_switch, in mips_pop_asm_switch_1()
8899 mips_push_asm_switch (struct mips_asm_switch *asm_switch) in mips_push_asm_switch()
8905 mips_pop_asm_switch (struct mips_asm_switch *asm_switch) in mips_pop_asm_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200913526 (mips_asm_switch): New structure.