Home
last modified time | relevance | path

Searched refs:offset_unsigned (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.h918 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, QImode) \
920 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, QImode) \
922 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, HImode) \
924 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, HImode) \
H A Dcsky.c6450 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned in csky_output_casesi()
6454 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned in csky_output_casesi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.h1058 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, QImode) \
1060 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, QImode) \
1062 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, HImode) \
1064 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, HImode) \
H A Dcsky.cc6946 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned in csky_output_casesi()
6950 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned in csky_output_casesi()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h1403 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 1, QImode) \
1405 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 0, QImode) \
1407 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 1, HImode) \
1409 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 0, HImode) \
H A Darc.md4064 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
4068 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
4083 (as_a<rtx_insn *> (operands[3])))).offset_unsigned")
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h1412 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 1, QImode) \
1414 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 0, QImode) \
1416 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 1, HImode) \
1418 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 0, HImode) \
H A Darc.md4033 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
4037 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
4052 (as_a<rtx_insn *> (operands[3])))).offset_unsigned")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.h1997 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, QImode) \
1999 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, QImode) \
2001 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, HImode) \
2003 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, HImode) \
H A Darm.c29777 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned ? in thumb1_output_casesi()
29780 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned ? in thumb1_output_casesi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h2090 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, QImode) \
2092 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, QImode) \
2094 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 1, HImode) \
2096 ? (ADDR_DIFF_VEC_FLAGS (body).offset_unsigned = 0, HImode) \
H A Darm.cc30317 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned ? in thumb1_output_casesi()
30320 return (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned ? in thumb1_output_casesi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h1424 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 0, QImode) \
1426 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 1, QImode) \
H A Dsh.md7986 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
8025 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h1424 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 0, QImode) \
1426 ? (ADDR_DIFF_VEC_FLAGS (BODY).offset_unsigned = 1, QImode) \
H A Dsh.md7987 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
8026 if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.h142 unsigned offset_unsigned: 1; /* offsets have to be treated as unsigned. */ member
H A Drtl.def266 offset_unsigned: true iff offsets have to be treated as unsigned.
H A DChangeLog-199814105 offset_unsigned.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h142 unsigned offset_unsigned: 1; /* offsets have to be treated as unsigned. */ member
H A Drtl.def266 offset_unsigned: true iff offsets have to be treated as unsigned.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in7450 The @var{body} argument is provided so that the offset_unsigned and scale
H A Dtm.texi10975 The @var{body} argument is provided so that the offset_unsigned and scale
H A Dgccint.info41438 The BODY argument is provided so that the offset_unsigned and scale
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info42922 The BODY argument is provided so that the offset_unsigned and scale