Home
last modified time | relevance | path

Searched refs:CHECK_FIELD (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
Dbitfields.C55 #define CHECK_FIELD(AGGREGATE, FIELD, START_BIT, NUM_BITS, RVAL) \ macro
119 CHECK_FIELD (S1, j, 0, 5, 3); in main()
120 CHECK_FIELD (S1, k, 5, 6, 4); in main()
121 CHECK_FIELD (S1, m, 11, 7, 5); in main()
128 CHECK_FIELD (S2, s, 0, 9, 8); in main()
129 CHECK_FIELD (S2, j, 9, 9, 9); in main()
130 CHECK_FIELD (S2, c, 24, 8, 10); in main()
131 CHECK_FIELD (S2, t, 32, 9, 11); in main()
132 CHECK_FIELD (S2, u, 48, 9, 12); in main()
133 CHECK_FIELD (S2, d, 64, 8, 13); in main()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-hppa.c1171 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \ macro
1699 CHECK_FIELD (num, 31, 0, 0);
1726 CHECK_FIELD (num, 31, 0, 0);
1734 CHECK_FIELD (num, 31, 0, 0);
1742 CHECK_FIELD (num, 31, 0, 0);
1752 CHECK_FIELD (num, 32, 1, 0);
1763 CHECK_FIELD (num, 15, -16, strict);
1775 CHECK_FIELD (num, 15, -16, strict);
1785 CHECK_FIELD (num, 31, 0, strict);
1794 CHECK_FIELD (num, 31, 0, strict);
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-hppa.c1164 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \ macro
1699 CHECK_FIELD (num, 31, 0, 0);
1726 CHECK_FIELD (num, 31, 0, 0);
1734 CHECK_FIELD (num, 31, 0, 0);
1742 CHECK_FIELD (num, 31, 0, 0);
1752 CHECK_FIELD (num, 32, 1, 0);
1763 CHECK_FIELD (num, 15, -16, strict);
1775 CHECK_FIELD (num, 15, -16, strict);
1785 CHECK_FIELD (num, 31, 0, strict);
1794 CHECK_FIELD (num, 31, 0, strict);
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Darc-dis.c100 #define CHECK_FIELD(field) \ macro
136 CHECK_FIELD (fieldB); \
144 CHECK_FIELD (fieldC); \
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Darc-dis.c77 #define CHECK_FIELD(field) \ macro
113 CHECK_FIELD (fieldB); \
121 CHECK_FIELD (fieldC); \
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-00013831 * config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
5753 CHECK_FIELD, not INSERT_FIELD_AND_CONTINUE. Don't pass opcode to
DChangeLog-92958407 (CHECK_FIELD): New macro for simple range checking of fields.
8409 and CHECK_FIELD. All immediate fields now pass through
8412 (md_apply_fix_1): Use CHECK_FIELD to verify any fixes that are
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-00013831 * config/tc-hppa.c (pa_ip): Correct CHECK_FIELD typo.
5753 CHECK_FIELD, not INSERT_FIELD_AND_CONTINUE. Don't pass opcode to
DChangeLog-92958407 (CHECK_FIELD): New macro for simple range checking of fields.
8409 and CHECK_FIELD. All immediate fields now pass through
8412 (md_apply_fix_1): Use CHECK_FIELD to verify any fixes that are
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/
Dgas.pot4044 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where
Dtr.po4365 #. Variant of CHECK_FIELD for use in md_apply_fix3 and other places where