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

  /toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c 177 { "add3", LONG_L, 1, MU, SEQ|WCAR, 0x1000000, 0x3f000000, { RDST, RSRC, NUM16 } },
184 { "and3", LONG_L, 1, MU, SEQ, 0x6000000, 0x3f000000, { RDST, RSRC, NUM16 } },
208 { "cmpeqi.l", LONG_L, 1, MU, SEQ, 0x2000000, 0x3f0f0000, { RSRC2, NUM16 } },
211 { "cmpi.l", LONG_L, 1, MU, SEQ, 0x3000000, 0x3f0f0000, { RSRC2, NUM16 } },
213 { "cmpui", LONG_L, 1, MU, SEQ, 0x23000000, 0x3f0f0000, { RSRC2, UNUM16 } },
217 { "divs", LONG_L, 1, BOTH, SEQ, 0x14002800, 0x3f10fe21, { RDSTE, RSRC } },
230 { "ld", LONG_L, 1, MU, SEQ, 0x30000000, 0x3f000000, { RDST, ATPAR, NUM16, RSRC } },
234 { "ld", LONG_L, 1, MU, SEQ, 0x32010000, 0x3f0f0000, { RDST, ATSIGN, NUM16 } },
235 { "ld2w", LONG_L, 1, MU, SEQ, 0x31000000, 0x3f100000, { RDSTE, ATPAR, NUM16, RSRC } },
239 { "ld2w", LONG_L, 1, MU, SEQ, 0x33010000, 0x3f1f0000, { RDSTE, ATSIGN, NUM16 } }
    [all...]
d10v-dis.c 67 /* The LONG_L format shifts registers over by 15. */
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 50 #define LONG_L 10 /* long with 3 operands */
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
asm.h 154 #define LONG_L lw
179 #define LONG_L ld
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 541 if (format == LONG_L)
599 if ((opcode->opcode == OPCODE_DIVS) && (format == LONG_L))
    [all...]

Completed in 1625 milliseconds