Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dsparc.h194 #define HWCAP2_RLE 0x00800000 /* Run-length encoded burst and length */ macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dsparc.h194 #define HWCAP2_RLE 0x00800000 /* Run-length encoded burst and length */ macro
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dsparc-opc.c127 | HWCAP2_DICTUNP | HWCAP2_FPCMPSHL | HWCAP2_RLE | HWCAP2_SHA3
2435 { "rle_burst", F3F(2, 0x36, 0x30), F3F(~2, ~0x36, ~0x30), "1,2,d", 0, 0, HWCAP2_RLE, m8 },
2436 { "rle_length", F3F(2, 0x36, 0x32)|RS1(0), F3F(~2, ~0x36, ~0x32)|RS1(~0), "2,d", 0, 0, HWCAP2_RLE, …
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dsparc-opc.c127 | HWCAP2_DICTUNP | HWCAP2_FPCMPSHL | HWCAP2_RLE | HWCAP2_SHA3
2435 { "rle_burst", F3F(2, 0x36, 0x30), F3F(~2, ~0x36, ~0x30), "1,2,d", 0, 0, HWCAP2_RLE, m8 },
2436 { "rle_length", F3F(2, 0x36, 0x32)|RS1(0), F3F(~2, ~0x36, ~0x32)|RS1(~0), "2,d", 0, 0, HWCAP2_RLE, …
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2017491 (HWCAP2_RLE): Likewise.
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2017491 (HWCAP2_RLE): Likewise.
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-sparc.c1704 if (mask & HWCAP2_RLE) in get_hwcap_name()