HomeSort by: relevance | last modified time | path
    Searched refs:CSKYV1_INST_JMPI (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 4792 buf[2] = CSKYV1_INST_JMPI & 0xff;
4793 buf[3] = CSKYV1_INST_JMPI >> 8;
4800 buf[2] = CSKYV1_INST_JMPI >> 8;
4801 buf[3] = CSKYV1_INST_JMPI & 0xff;
4977 buf[0] = BYTE_0 (CSKYV1_INST_JMPI);
4978 buf[1] = BYTE_1 (CSKYV1_INST_JMPI);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 4792 buf[2] = CSKYV1_INST_JMPI & 0xff;
4793 buf[3] = CSKYV1_INST_JMPI >> 8;
4800 buf[2] = CSKYV1_INST_JMPI >> 8;
4801 buf[3] = CSKYV1_INST_JMPI & 0xff;
4977 buf[0] = BYTE_0 (CSKYV1_INST_JMPI);
4978 buf[1] = BYTE_1 (CSKYV1_INST_JMPI);
  /src/external/gpl3/binutils/dist/opcodes/
csky-opc.h 287 #define CSKYV1_INST_JMPI 0x7000
  /src/external/gpl3/binutils.old/dist/opcodes/
csky-opc.h 287 #define CSKYV1_INST_JMPI 0x7000
  /src/external/gpl3/gdb/dist/opcodes/
csky-opc.h 287 #define CSKYV1_INST_JMPI 0x7000
  /src/external/gpl3/gdb.old/dist/opcodes/
csky-opc.h 287 #define CSKYV1_INST_JMPI 0x7000

Completed in 54 milliseconds