HomeSort by: relevance | last modified time | path
    Searched defs:OP32 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
csky-opc.h 272 struct csky_opcode_info op32[OP_TABLE_NUM]; member in struct:csky_opcode
596 #define OP32(mnem, opcode32, isa) \
2715 OP32 ("bmset",
2718 OP32 ("bmclr",
2721 OP32 ("sce",
2725 OP32 ("trap",
2730 OP32 ("wsc",
2733 OP32 ("mtcr",
2738 OP32 ("mfcr",
2745 OP32 ("rte"
    [all...]
s390-opc.c 266 #define OP32(x) { x >> 24, (x >> 16) & 255, (x >> 8) & 255, x & 255, \
  /src/external/gpl3/binutils.old/dist/opcodes/
csky-opc.h 272 struct csky_opcode_info op32[OP_TABLE_NUM]; member in struct:csky_opcode
596 #define OP32(mnem, opcode32, isa) \
2715 OP32 ("bmset",
2718 OP32 ("bmclr",
2721 OP32 ("sce",
2725 OP32 ("trap",
2730 OP32 ("wsc",
2733 OP32 ("mtcr",
2738 OP32 ("mfcr",
2745 OP32 ("rte"
    [all...]
s390-opc.c 266 #define OP32(x) { x >> 24, (x >> 16) & 255, (x >> 8) & 255, x & 255, \
  /src/external/gpl3/gdb.old/dist/opcodes/
csky-opc.h 272 struct csky_opcode_info op32[OP_TABLE_NUM]; member in struct:csky_opcode
596 #define OP32(mnem, opcode32, isa) \
2715 OP32 ("bmset",
2718 OP32 ("bmclr",
2721 OP32 ("sce",
2725 OP32 ("trap",
2730 OP32 ("wsc",
2733 OP32 ("mtcr",
2738 OP32 ("mfcr",
2745 OP32 ("rte"
    [all...]
s390-opc.c 266 #define OP32(x) { x >> 24, (x >> 16) & 255, (x >> 8) & 255, x & 255, \
  /src/external/gpl3/gdb/dist/opcodes/
csky-opc.h 272 struct csky_opcode_info op32[OP_TABLE_NUM]; member in struct:csky_opcode
596 #define OP32(mnem, opcode32, isa) \
2715 OP32 ("bmset",
2718 OP32 ("bmclr",
2721 OP32 ("sce",
2725 OP32 ("trap",
2730 OP32 ("wsc",
2733 OP32 ("mtcr",
2738 OP32 ("mfcr",
2745 OP32 ("rte"
    [all...]
s390-opc.c 266 #define OP32(x) { x >> 24, (x >> 16) & 255, (x >> 8) & 255, x & 255, \

Completed in 37 milliseconds