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

  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 41 #define MEM1 4
263 { 0x80000000, "ldob", I_BASE, MEM1, 2, { M, R, 0 } },
264 { 0x82000000, "stob", I_BASE, MEM1, 2, { R, M, 0 } },
265 { 0x84000000, "bx", I_BASE, MEM1, 1, { M, 0, 0 } },
266 { 0x85000000, "balx", I_BASE, MEM1, 2, { M, R, 0 } },
267 { 0x86000000, "callx", I_BASE, MEM1, 1, { M, 0, 0 } },
270 { 0x8c000000, "lda", I_BASE, MEM1, 2, { M, R, 0 } },
279 { 0xc0000000, "ldib", I_BASE, MEM1, 2, { M, R, 0 } },
280 { 0xc2000000, "stib", I_BASE, MEM1, 2, { R, M, 0 } },
518 { 0xac000000, "dcinva", I_HX, MEM1, 1, { M, 0, 0 } }
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 878 int optype) /* MEM1, MEM2, MEM4, MEM8, MEM12, or MEM16. */
891 type of memory instruction. It is accessed using (optype-MEM1)
897 1, /* MEM1 */
920 scale = def_scale[optype - MEM1];
    [all...]

Completed in 42 milliseconds