Home
last modified time | relevance | path

Searched refs:EF_FRV_GPR_64 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dfrv.h76 #define EF_FRV_GPR_64 0x00000002 /* -mgpr-64 */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-frv.c283 frv_flags = (frv_flags & ~EF_FRV_GPR_MASK) | EF_FRV_GPR_64; in md_parse_option()