Searched refs:memory_operand (Results 26 - 50 of 56) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc352 if (GET_CODE (op) != MEM || !memory_operand (op, mode))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc713 if (! memory_operand (x, mode))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc878 if (!memory_operand (*op, GET_MODE (*op)))
H A Di386-expand.cc9577 else if (memory_operand (target, tmode))
9649 if (memory_operand (op, mode))
10981 else if (memory_operand (target, tmode))
11161 if (memory_operand (op, mode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c4109 if (!MEM_P (mem) || !memory_operand (mem, VOIDmode))
5396 (general_operand, memory_operand, etc) to forbid the use of this
6032 if (memory_operand (op, VOIDmode))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc4107 if (!MEM_P (mem) || !memory_operand (mem, VOIDmode))
5394 (general_operand, memory_operand, etc) to forbid the use of this
6030 if (memory_operand (op, VOIDmode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dira.c4050 if (memory_operand (x, VOIDmode))
H A Dreload.c5910 && memory_operand (equiv, GET_MODE (equiv))
H A Dreload1.c4087 if (memory_operand (x, VOIDmode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c1935 return immediate_operand (op1, VOIDmode) || memory_operand (op1, VOIDmode);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira.cc4179 if (memory_operand (x, VOIDmode))
H A Dreload1.cc4084 if (memory_operand (x, VOIDmode))
H A Dreload.cc5880 && memory_operand (equiv, GET_MODE (equiv))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c10148 && ((memory_operand (operands[0], mode)
10151 || (memory_operand (operands[1], mode)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc10125 && ((memory_operand (operands[0], mode)
10128 || (memory_operand (operands[1], mode)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c829 if (!memory_operand (xops[0], Pmode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c5030 if (!memory_operand (xops[0], Pmode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c8342 else if (memory_operand (target, tmode))
8414 if (memory_operand (op, mode))
9715 else if (memory_operand (target, tmode))
9890 if (memory_operand (op, mode))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc1993 return immediate_operand (op1, VOIDmode) || memory_operand (op1, VOIDmode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc831 if (!memory_operand (xops[0], Pmode))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.cc5032 if (!memory_operand (xops[0], Pmode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c901 "memory_operand"..) in the insn patterns instead of (mem
932 /* A memory operand is rejected by the memory_operand predicate.
935 && insn_op->predicate == memory_operand
3876 if (memory_operand (op0, GET_MODE (op0))
6880 if (memory_operand (x, inner_mode))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc963 "memory_operand"..) in the insn patterns instead of (mem
994 /* A memory operand is rejected by the memory_operand predicate.
997 && insn_op->predicate == memory_operand
3945 if (memory_operand (op0, GET_MODE (op0))
7004 if (memory_operand (x, inner_mode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c1627 if (MEM_P (operands[0]) && ! memory_operand (operands[0], mode))
12280 || memory_operand (op, mode) || sh_unspec_insn_p (op))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc1627 if (MEM_P (operands[0]) && ! memory_operand (operands[0], mode))
12287 || memory_operand (op, mode) || sh_unspec_insn_p (op))

Completed in 1286 milliseconds

123