Home
last modified time | relevance | path

Searched refs:MASK_ABICALLS (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dsni-svr4.h64 #define TARGET_DEFAULT MASK_ABICALLS
H A Diris5.h25 #define TARGET_DEFAULT MASK_ABICALLS
H A Dlinux.h118 #define TARGET_DEFAULT (MASK_ABICALLS|MASK_GAS)
H A Diris6.h31 #define TARGET_DEFAULT (MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT)
H A Dmips.h220 #define MASK_ABICALLS 0x00000400 /* emit .abicalls/.cprestore/.cpload */ macro
294 #define TARGET_ABICALLS (target_flags & MASK_ABICALLS)
580 {"abicalls", MASK_ABICALLS, \
582 {"no-abicalls", -MASK_ABICALLS, \
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dlinux.h54 #define TARGET_DEFAULT MASK_ABICALLS
H A Dopenbsd.h60 #define TARGET_DEFAULT MASK_ABICALLS
H A Dmips.c4845 target_flags &= ~MASK_ABICALLS; in override_options()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfig.gcc1928 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1943 target_cpu_default="MASK_GAS|MASK_ABICALLS"
H A DChangeLog15095 "MASK_GAS|MASK_ABICALLS".