Searched refs:int_bit_position (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsdbout.c1223 PUT_SDB_INT_VAL (int_bit_position (tem));
1230 PUT_SDB_INT_VAL (int_bit_position (tem) / BITS_PER_UNIT);
H A Dtree-sra.c854 HOST_WIDE_INT pos = offset + int_bit_position (fld);
1402 pos = int_bit_position (fld);
H A Ddbxout.c1486 stabstr_D (int_bit_position (tem));
H A Dtree.h4283 extern HOST_WIDE_INT int_bit_position (const_tree);
H A Dvarasm.c4976 ? int_bit_position (local->field)
H A Dtree.c2261 int_bit_position (const_tree field)
2253 int_bit_position (const_tree field) function
H A Ddwarf2out.c15068 bitpos_int = int_bit_position (decl);
16650 bitpos_int = int_bit_position (decl);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsdbout.c1210 PUT_SDB_INT_VAL (int_bit_position (tem));
1217 PUT_SDB_INT_VAL (int_bit_position (tem) / BITS_PER_UNIT);
H A Ddbxout.c1456 stabstr_D (int_bit_position (tem));
H A Dvarasm.c4294 HOST_WIDE_INT next_offset = int_bit_position (field);
4394 shift = next_offset - int_bit_position (field);
H A Dtree.h3533 extern HOST_WIDE_INT int_bit_position (tree);
H A Ddwarf2out.c9567 bitpos_int = int_bit_position (decl);
10739 bitpos_int = int_bit_position (decl);
H A Dtree.c1699 int_bit_position (tree field)
1690 int_bit_position (tree field) function
H A Dexpr.c4848 bitpos = int_bit_position (field);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c1284 && int_bit_position (field) % BITS_PER_WORD == 0)
1318 && int_bit_position (field) >= bitpos)
1322 && int_bit_position (field) == bitpos
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c1277 && int_bit_position (field) % BITS_PER_WORD == 0)
1311 && int_bit_position (field) >= bitpos)
1315 && int_bit_position (field) == bitpos
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.c3807 && int_bit_position (field) % BITS_PER_WORD == 0)
3831 && int_bit_position (field) >= bitpos)
3835 && int_bit_position (field) == bitpos
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.c4643 bitpos += int_bit_position (field);
4791 bitpos += int_bit_position (field);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c4886 && int_bit_position (field) % BITS_PER_WORD == 0)
4910 && int_bit_position (field) >= bitpos)
4914 && int_bit_position (field) == bitpos
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c4978 bitpos += int_bit_position (field);
5126 bitpos += int_bit_position (field);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c2673 for (i = (int_bit_position (field) + (bit_offset % 64)) / 8 / 8;
2674 i < ((int_bit_position (field) + (bit_offset % 64))
2685 (int_bit_position (field)
2692 (int_bit_position (field) + (bit_offset % 64)) / 8 / 8;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c5195 for (i = (int_bit_position (field) + (bit_offset % 64)) / 8 / 8;
5196 i < ((int_bit_position (field) + (bit_offset % 64))
5231 (int_bit_position (field)
5235 pos = (int_bit_position (field) + (bit_offset % 64)) / 8 / 8;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c8358 encode_gnu_bitfield (int_bit_position (field_decl),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c8224 encode_gnu_bitfield (int_bit_position (field_decl),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.c4564 bitpos += int_bit_position (f);
4931 bitpos += int_bit_position (f);

Completed in 1494 milliseconds

12