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

  /src/external/gpl3/binutils/dist/opcodes/
dlx-dis.c 36 #define OPC(x) ((x >> 26) & 0x3F)
39 unsigned char opc, rs1, rs2, rd; variable
106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */
152 if (r_opc[idx] != opc)
193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
194 { OPC(LBOP), "lb" }, /* load byte sign extended. */
195 { OPC(LBUOP), "lbu" }, /* load byte unsigned. */
196 { OPC(LSBUOP),"ldstbu"}, /* load store byte unsigned. */
197 { OPC(LHOP), "lh" }, /* load halfword sign extended. */
198 { OPC(LHUOP), "lhu" }, /* load halfword unsigned. *
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
dlx-dis.c 36 #define OPC(x) ((x >> 26) & 0x3F)
39 unsigned char opc, rs1, rs2, rd; variable
106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */
152 if (r_opc[idx] != opc)
193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
194 { OPC(LBOP), "lb" }, /* load byte sign extended. */
195 { OPC(LBUOP), "lbu" }, /* load byte unsigned. */
196 { OPC(LSBUOP),"ldstbu"}, /* load store byte unsigned. */
197 { OPC(LHOP), "lh" }, /* load halfword sign extended. */
198 { OPC(LHUOP), "lhu" }, /* load halfword unsigned. *
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
dlx-dis.c 36 #define OPC(x) ((x >> 26) & 0x3F)
39 unsigned char opc, rs1, rs2, rd; variable
106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */
152 if (r_opc[idx] != opc)
193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
194 { OPC(LBOP), "lb" }, /* load byte sign extended. */
195 { OPC(LBUOP), "lbu" }, /* load byte unsigned. */
196 { OPC(LSBUOP),"ldstbu"}, /* load store byte unsigned. */
197 { OPC(LHOP), "lh" }, /* load halfword sign extended. */
198 { OPC(LHUOP), "lhu" }, /* load halfword unsigned. *
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
dlx-dis.c 36 #define OPC(x) ((x >> 26) & 0x3F)
39 unsigned char opc, rs1, rs2, rd; variable
106 unsigned char r_opc[] = { OPC(ALUOP) }; /* Fix ME */
152 if (r_opc[idx] != opc)
193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
194 { OPC(LBOP), "lb" }, /* load byte sign extended. */
195 { OPC(LBUOP), "lbu" }, /* load byte unsigned. */
196 { OPC(LSBUOP),"ldstbu"}, /* load store byte unsigned. */
197 { OPC(LHOP), "lh" }, /* load halfword sign extended. */
198 { OPC(LHUOP), "lhu" }, /* load halfword unsigned. *
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.c 4504 #define OPC(x) { #x, x, IS_OPCODE }
4506 OPC(ADD),
4507 OPC(ADDC),
4508 OPC(ADDW),
4510 OPC(AND1),
4511 OPC(BC),
4512 OPC(BF),
4513 OPC(BH),
4514 OPC(BNC),
4515 OPC(BNH)
    [all...]
rx-parse.c 4691 #define OPC(x) { #x, x, IS_OPCODE }
4692 OPC(ABS),
4693 OPC(ADC),
4694 OPC(ADD),
4696 OPC(BCLR),
4697 OPC(BCND),
4698 OPC(BFMOV),
4699 OPC(BFMOVZ),
4700 OPC(BMCND),
4701 OPC(BNOT)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.c 4504 #define OPC(x) { #x, x, IS_OPCODE }
4506 OPC(ADD),
4507 OPC(ADDC),
4508 OPC(ADDW),
4510 OPC(AND1),
4511 OPC(BC),
4512 OPC(BF),
4513 OPC(BH),
4514 OPC(BNC),
4515 OPC(BNH)
    [all...]
rx-parse.c 4691 #define OPC(x) { #x, x, IS_OPCODE }
4692 OPC(ABS),
4693 OPC(ADC),
4694 OPC(ADD),
4696 OPC(BCLR),
4697 OPC(BCND),
4698 OPC(BFMOV),
4699 OPC(BFMOVZ),
4700 OPC(BMCND),
4701 OPC(BNOT)
    [all...]

Completed in 54 milliseconds