Searched refs:newoffset (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | pa.h | 1498 long offset, newoffset, mask; \ 1519 newoffset = (offset & ~mask) + mask + 1; \ 1521 newoffset = offset & ~mask; \ 1524 if (!VAL_5_BITS_P (newoffset) \ 1526 newoffset &= ~(GET_MODE_SIZE (MODE) -1); \ 1528 if (newoffset != 0 && VAL_14_BITS_P (newoffset)) \ 1531 GEN_INT (newoffset)); \ 1532 AD = gen_rtx_PLUS (Pmode, temp, GEN_INT (offset - newoffset));\
|
| H A D | pa.c | 877 int newoffset; in hppa_legitimize_address() local 887 newoffset = (offset & ~ mask) + mask + 1; in hppa_legitimize_address() 889 newoffset = (offset & ~ mask); in hppa_legitimize_address() 897 if (! VAL_14_BITS_P (newoffset) in hppa_legitimize_address() 900 rtx const_part = plus_constant (XEXP (x, 0), newoffset); in hppa_legitimize_address() 911 if (! VAL_14_BITS_P (newoffset)) in hppa_legitimize_address() 912 int_part = force_reg (Pmode, GEN_INT (newoffset)); in hppa_legitimize_address() 914 int_part = GEN_INT (newoffset); in hppa_legitimize_address() 921 return plus_constant (ptr_reg, offset - newoffset); in hppa_legitimize_address()
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | unpack_dns.c | 145 size_t *newoffset, char *dst, size_t max) in dname_expand() argument 188 if (newoffset) in dname_expand() 189 *newoffset = end; in dname_expand()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
| H A D | pa.h | 1509 int offset, newoffset, mask; \ 1531 newoffset = (offset & ~mask) + mask + 1; \ 1533 newoffset = offset & ~mask; \ 1536 if (!VAL_5_BITS_P (newoffset) \ 1538 newoffset &= ~(GET_MODE_SIZE (MODE) -1); \ 1540 if (newoffset != 0 \ 1541 && VAL_14_BITS_P (newoffset)) \ 1545 GEN_INT (newoffset)); \ 1546 AD = gen_rtx_PLUS (Pmode, temp, GEN_INT (offset - newoffset));\
|
| H A D | pa.c | 995 int newoffset; local 1005 newoffset = (offset & ~ mask) + mask + 1; 1007 newoffset = (offset & ~ mask); 1015 if (! VAL_14_BITS_P (newoffset) 1018 rtx const_part = plus_constant (XEXP (x, 0), newoffset); 1029 if (! VAL_14_BITS_P (newoffset)) 1030 int_part = force_reg (Pmode, GEN_INT (newoffset)); 1032 int_part = GEN_INT (newoffset); 1039 return plus_constant (ptr_reg, offset - newoffset);
|
| /openbsd-src/lib/libc/asr/ |
| H A D | asr_utils.c | 113 size_t *newoffset, char *dst, size_t max) in dname_expand() argument 159 if (newoffset) in dname_expand() 160 *newoffset = end; in dname_expand()
|
| /openbsd-src/regress/lib/libc/asr/bin/ |
| H A D | common.c | 427 size_t *newoffset, char *dst, size_t max) in dname_expand() argument 471 if (newoffset) in dname_expand() 472 *newoffset = end; in dname_expand()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | predicates.md | 1206 HOST_WIDE_INT newoffset; 1218 newoffset = 0; 1224 newoffset = INTVAL (XEXP (newaddr, 1)); 1229 || newoffset != offset + 4 * i) 1281 HOST_WIDE_INT newoffset; 1293 newoffset = 0; 1299 newoffset = INTVAL (XEXP (newaddr, 1)); 1304 || newoffset != offset + 4 * i)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 6630 HOST_WIDE_INT newoffset; local 6642 newoffset = 0; 6648 newoffset = INTVAL (XEXP (newaddr, 1)); 6653 || newoffset != offset + 4 * i) 6708 HOST_WIDE_INT newoffset; local 6720 newoffset = 0; 6726 newoffset = INTVAL (XEXP (newaddr, 1)); 6731 || newoffset != offset + 4 * i)
|