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

  /toolchain/binutils/binutils-2.25/opcodes/
sh64-opc.h 139 #define SHMEDIA_NOP_OPC 0x6ff0fff0
sh64-opc.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c 125 (SHMEDIA_NOP_OPC >> 24) & 255, (SHMEDIA_NOP_OPC >> 16) & 255,
126 (SHMEDIA_NOP_OPC >> 8) & 255, SHMEDIA_NOP_OPC & 255
131 SHMEDIA_NOP_OPC & 255, (SHMEDIA_NOP_OPC >> 8) & 255,
132 (SHMEDIA_NOP_OPC >> 16) & 255, (SHMEDIA_NOP_OPC >> 24) & 255
    [all...]

Completed in 673 milliseconds