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

  /toolchain/binutils/binutils-2.27/include/opcode/
dlx.h 75 LBOP = (0x020 << 26), LHOP = (0x021 << 26), LWOP = (0x023 << 26), LBUOP = (0x024 << 26)
110 #define LBUOP 0x90000000
242 { "lbu", LBUOP, "b,a,I" }, /* Load Byte Unsigned */
  /toolchain/binutils/binutils-2.27/opcodes/
dlx-dis.c 195 { OPC(LBUOP), "lbu" }, /* load byte unsigned. */
  /toolchain/binutils/binutils-2.27/gas/config/
tc-dlx.c 557 case LBUOP:

Completed in 190 milliseconds