Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmips-dis.c594 | ASE_DSPR2 | ASE_DSPR3 | ASE_CRC | ASE_GINV),
634 | ASE_CRC64 | ASE_GINV),
983 mips_ase |= ASE_GINV; in parse_mips_ase_option()
Dmips-opc.c417 #define GINV ASE_GINV
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmips-dis.c594 | ASE_DSPR2 | ASE_DSPR3 | ASE_CRC | ASE_GINV),
634 | ASE_CRC64 | ASE_GINV),
983 mips_ase |= ASE_GINV; in parse_mips_ase_option()
Dmips-opc.c417 #define GINV ASE_GINV
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dmips.h1309 #define ASE_GINV 0x00100000 macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dmips.h1309 #define ASE_GINV 0x00100000 macro
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2018554 (ASE_GINV): New macro.
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2018554 (ASE_GINV): New macro.
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c1854 { "ginv", ASE_GINV, 0,
19488 if (ase & ASE_GINV) in mips_convert_ase_flags()
20272 { "i6500", 0, ASE_VIRT | ASE_MSA | ASE_CRC | ASE_GINV,
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20183321 (mips_convert_ase_flags): Map ASE_GINV to AFL_ASE_GINV.