Searched refs:memory_operand (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds12z-opc.h233 struct memory_operand struct
H A Ds12z-dis.c265 struct memory_operand *mo = (struct memory_operand *) opr;
H A Ds12z-opc.c369 struct memory_operand *op = malloc (sizeof (*op));
388 struct memory_operand *op = malloc (sizeof (*op));
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds12z-opc.h233 struct memory_operand struct
H A Ds12z-dis.c277 struct memory_operand *mo = (struct memory_operand *) opr;
H A Ds12z-opc.c369 struct memory_operand *op = malloc (sizeof (*op));
388 struct memory_operand *op = malloc (sizeof (*op));
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds12z-opc.h233 struct memory_operand struct
H A Ds12z-dis.c265 struct memory_operand *mo = (struct memory_operand *) opr;
H A Ds12z-opc.c369 struct memory_operand *op = malloc (sizeof (*op));
388 struct memory_operand *op = malloc (sizeof (*op));
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-opc.h233 struct memory_operand struct
H A Ds12z-dis.c265 struct memory_operand *mo = (struct memory_operand *) opr;
H A Ds12z-opc.c369 struct memory_operand *op = malloc (sizeof (*op));
388 struct memory_operand *op = malloc (sizeof (*op));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ds12z-tdep.c392 const struct memory_operand *mo
393 = (const struct memory_operand * ) operands[1];
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ds12z-tdep.c368 const struct memory_operand *mo
369 = (const struct memory_operand * ) operands[1];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml107 Printf.printf "%s (match_operand:SI %d \"memory_operand\" \"\"))" indent (nregs + opnr)
112 Printf.printf "(set (match_operand:SI %d \"memory_operand\" \"\")\n" (nregs + opnr);
123 Printf.printf "%s(set (match_operand:SI %d \"memory_operand\" \"\")\n" indent (nregs + opnr);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml107 Printf.printf "%s (match_operand:SI %d \"memory_operand\" \"\"))" indent (nregs + opnr)
112 Printf.printf "(set (match_operand:SI %d \"memory_operand\" \"\")\n" (nregs + opnr);
123 Printf.printf "%s(set (match_operand:SI %d \"memory_operand\" \"\")\n" indent (nregs + opnr);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2-ldstwm.sml195 " \"memory_operand\" \"\")";
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2-ldstwm.sml195 " \"memory_operand\" \"\")";
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drecog.c1343 memory_operand (rtx op, machine_mode mode)
1368 /* Before reload, a SUBREG isn't in memory (see memory_operand, above). */
1386 && memory_operand (op, mode)
1784 an inc/dec is not a memory_operand.
1811 result = result || memory_operand (op, VOIDmode);
1339 memory_operand (rtx op, machine_mode mode) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/lm32/
H A Dlm32.c1223 if (memory_operand (operands[0], mode))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.cc1223 if (memory_operand (operands[0], mode))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drecog.cc1830 memory_operand (rtx op, machine_mode mode)
1855 /* Before reload, a SUBREG isn't in memory (see memory_operand, above). */
1873 && memory_operand (op, mode)
2271 an inc/dec is not a memory_operand.
2304 result = result || memory_operand (mem, VOIDmode);
1827 memory_operand (rtx op, machine_mode mode) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c713 if (! memory_operand (x, mode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c351 if (GET_CODE (op) != MEM || !memory_operand (op, mode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c836 if (!memory_operand (*op, GET_MODE (*op)))

Completed in 282 milliseconds

123