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

  /src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c 1232 #define OR_INSN 0x80100000
1292 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (rd) : 0)
1336 opc = OR_INSN;
1468 the_insn.opcode = (OR_INSN
1483 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (dstreg) : 0)
1513 the_insn.opcode = (OR_INSN | RS1 (dstreg) | RS2 (upper_dstreg)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c 1231 #define OR_INSN 0x80100000
1291 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (rd) : 0)
1335 opc = OR_INSN;
1467 the_insn.opcode = (OR_INSN
1482 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (dstreg) : 0)
1512 the_insn.opcode = (OR_INSN | RS1 (dstreg) | RS2 (upper_dstreg)

Completed in 28 milliseconds