Searched refs:BA_DWORD_OPCODE (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcris.h210 #define BA_DWORD_OPCODE (0x0EBF) macro
/haiku-buildtools/binutils/include/opcode/
H A Dcris.h211 #define BA_DWORD_OPCODE (0x0EBF) macro
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcris-opc.c319 {"ba", BA_DWORD_OPCODE,
320 0xffff & (~BA_DWORD_OPCODE), "n", 0, SIZE_FIX_32,
/haiku-buildtools/binutils/opcodes/
H A Dcris-opc.c320 {"ba", BA_DWORD_OPCODE,
321 0xffff & (~BA_DWORD_OPCODE), "n", 0, SIZE_FIX_32,
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-cris.c911 opcodep[0] = BA_DWORD_OPCODE & 255;
912 opcodep[1] = (BA_DWORD_OPCODE >> 8) & 255;
1129 ? BA_DWORD_OPCODE
3386 ? BA_DWORD_OPCODE
/haiku-buildtools/binutils/gas/config/
H A Dtc-cris.c914 opcodep[0] = BA_DWORD_OPCODE & 255;
915 opcodep[1] = (BA_DWORD_OPCODE >> 8) & 255;
1143 ? BA_DWORD_OPCODE
3425 ? BA_DWORD_OPCODE

Completed in 144 milliseconds