Searched refs:soffset (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20060202-1.c17 struct soffset struct
24 struct soffset off;
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dsarray.h87 struct soffset { struct
106 struct soffset off;
158 /* Transform soffset values to ints and vica verca */
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-aux.h123 bfin_gen_loopsetup (Expr_Node *soffset, REG_T c, int rop,
H A Dtc-bfin.c1355 int soffset, eoffset; local
1358 soffset = (EXPR_VALUE (psoffset) >> 1);
1359 ASSIGN (soffset);
H A Dbfin-parse.y127 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \
128 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
/haiku-buildtools/binutils/gas/config/
H A Dtc-bfin.c1294 int soffset, eoffset;
1297 soffset = (EXPR_VALUE (psoffset) >> 1);
1298 ASSIGN (soffset);
1293 int soffset, eoffset; local
H A Dbfin-parse.y123 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \
124 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c518 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \
519 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
/haiku-buildtools/legacy/binutils/opcodes/
H A Dbfin-dis.c2280 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 |.rop...|.c.|.soffset.......|
2286 int soffset = ((iw0 >> (LoopSetup_soffset_bits - 16)) & LoopSetup_soffset_mask); local
2293 OUTS (outf, pcrel4 (soffset));
2303 OUTS (outf, pcrel4 (soffset));
2315 OUTS (outf, pcrel4 (soffset));
/haiku-buildtools/binutils/opcodes/
H A Dbfin-dis.c2564 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 |.rop...|.c.|.soffset.......|
2570 int soffset = ((iw0 >> (LoopSetup_soffset_bits - 16)) & LoopSetup_soffset_mask); local
2583 OUTS (outf, pcrel4 (soffset));
2593 OUTS (outf, pcrel4 (soffset));
2605 OUTS (outf, pcrel4 (soffset));
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c3100 offset_int soffset = offset_int::from (offset, SIGNED); local
3101 if (!wi::fits_shwi_p (soffset))
3106 HOST_WIDE_INT rhsunitoffset = soffset.to_shwi ();
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c169 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \
170 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
/haiku-buildtools/binutils/bfd/
H A Delf32-ppc.c9957 bfd_vma soffset;
9961 soffset = (offset + input_section->output_section->vma
9968 if (outrel.r_offset < soffset)
9970 else if (outrel.r_offset > soffset + 3)
9941 bfd_vma soffset; local

Completed in 241 milliseconds