HomeSort by relevance Sort by last modified time
    Searched refs:BA_DWORD_OPCODE (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
cris.h 211 #define BA_DWORD_OPCODE (0x0EBF)
  /toolchain/binutils/binutils-2.25/opcodes/
cris-opc.c 320 {"ba", BA_DWORD_OPCODE,
321 0xffff & (~BA_DWORD_OPCODE), "n", 0, SIZE_FIX_32,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cris.c 914 opcodep[0] = BA_DWORD_OPCODE & 255;
915 opcodep[1] = (BA_DWORD_OPCODE >> 8) & 255;
    [all...]

Completed in 3980 milliseconds