HomeSort by relevance Sort by last modified time
    Searched refs:rightshift (Results 1 - 25 of 45) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
cpu-ns32k.c 366 if (howto->rightshift > howto->bitpos)
367 check = relocation >> (howto->rightshift - howto->bitpos);
369 check = relocation << (howto->bitpos - howto->rightshift);
380 if (howto->rightshift > howto->bitpos
384 >> (howto->rightshift - howto->bitpos)));
416 if (howto->rightshift > howto->bitpos
421 >> (howto->rightshift - howto->bitpos)));
463 relocation >>= (bfd_vma) howto->rightshift;
612 if (howto->rightshift == 0)
620 check = relocation >> howto->rightshift;
    [all...]
reloc.c 295 . unsigned int rightshift;
473 unsigned int rightshift,
480 @var{rightshift} bits, on a machine with addresses containing
489 unsigned int rightshift,
502 addrmask = N_ONES (addrsize) | (fieldmask << rightshift);
503 a = (relocation & addrmask) >> rightshift;
523 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
799 howto->rightshift,
830 relocation >>= (bfd_vma) howto->rightshift;
1379 unsigned int rightshift = howto->rightshift; local
1432 addrmask >>= rightshift; local
    [all...]
elfxx-aarch64.c 193 howto->bitsize + howto->rightshift);
197 howto->bitsize + howto->rightshift);
204 addend >>= howto->rightshift;
223 if (old_addend & ((1 << howto->rightshift) - 1))
265 if (old_addend & ((1 << howto->rightshift) - 1))
nlm32-i386.c 36 0, /* Rightshift. */
53 0, /* Rightshift. */
155 || rel->howto->rightshift != 0
279 && rel->howto->rightshift == 0
303 && rel->howto->rightshift == 0
elf32-d10v.c 35 0, /* Rightshift. */
50 2, /* Rightshift. */
65 2, /* Rightshift. */
80 0, /* Rightshift. */
95 2, /* Rightshift. */
110 2, /* Rightshift. */
125 0, /* Rightshift. */
140 0, /* Rightshift. */
155 0, /* Rightshift. */
340 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
    [all...]
coff-m88k.c 103 relocation >>= (bfd_vma) howto->rightshift;
143 02, /* rightshift */
157 02, /* rightshift */
171 00, /* rightshift */
185 16, /* rightshift */
199 00, /* rightshift */
213 00, /* rightshift */
nlm32-ppc.c 88 0, /* Rightshift. */
103 0, /* Rightshift. */
118 0, /* Rightshift. */
133 0, /* Rightshift. */
148 1, /* Rightshift. */
163 0, /* Rightshift. */
178 0, /* Rightshift. */
195 0, /* Rightshift. */
212 0, /* Rightshift. */
229 0, /* Rightshift. *
    [all...]
nlm32-sparc.c 149 if (tmp->rightshift == rel->howto->rightshift
aout-tic30.c 435 if (howto->rightshift == 0)
442 check = relocation >> howto->rightshift;
446 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
498 relocation >>= (bfd_vma) howto->rightshift;
    [all...]
elf32-crx.c 84 0, /* rightshift */
98 1, /* rightshift */
112 1, /* rightshift */
126 1, /* rightshift */
140 1, /* rightshift */
154 1, /* rightshift */
168 1, /* rightshift */
182 0, /* rightshift */
196 0, /* rightshift */
210 0, /* rightshift */
    [all...]
elf32-i860.c 83 relocation >>= reloc_entry->howto->rightshift;
146 relocation >>= reloc_entry->howto->rightshift;
266 0, /* rightshift */
281 0, /* rightshift */
295 0, /* rightshift */
309 0, /* rightshift */
323 0, /* rightshift */
337 0, /* rightshift */
352 2, /* rightshift */
366 0, /* rightshift */
    [all...]
elf32-score.c 647 0, /* rightshift */
662 0, /* rightshift */
677 0, /* rightshift */
692 1, /* rightshift */
707 1, /* rightshift */
722 1, /* rightshift */
737 1, /* rightshift */
752 1, /* rightshift */
767 0, /* rightshift */
782 0, /* rightshift */
    [all...]
elf32-bfin.c 97 howto->rightshift,
104 /* if rightshift is 1 and the number odd, return error. */
105 if (howto->rightshift && (relocation & 0x01))
111 relocation >>= (bfd_vma) howto->rightshift;
199 howto->rightshift,
209 relocation >>= (bfd_vma) howto->rightshift;
353 howto->rightshift,
360 /* If rightshift is 1 and the number odd, return error. */
361 if (howto->rightshift && (relocation & 0x01))
367 relocation >>= (bfd_vma) howto->rightshift;
    [all...]
coff-rs6000.c 701 0, /* rightshift */
716 0, /* rightshift */
731 0, /* rightshift */
746 0, /* rightshift */
761 1, /* rightshift */
776 0, /* rightshift */
791 0, /* rightshift */
808 0, /* rightshift */
825 0, /* rightshift */
842 0, /* rightshift */
    [all...]
elf32-cr16.c 117 0, /* rightshift */
131 0, /* rightshift */
145 0, /* rightshift */
159 0, /* rightshift */
173 1, /* rightshift */
187 0, /* rightshift */
201 0, /* rightshift */
215 0, /* rightshift */
229 0, /* rightshift */
243 0, /* rightshift */
    [all...]
pe-mips.c 96 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
162 0, /* Rightshift. */
177 0, /* Rightshift. */
192 0, /* Rightshift. */
207 2, /* Rightshift. */
226 16, /* Rightshift. */
241 0, /* Rightshift. */
257 0, /* Rightshift. */
273 0, /* Rightshift. */
313 0, /* Rightshift. *
    [all...]
syms.c 1069 if (r->howto->rightshift != 0
    [all...]
coff-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
cgen.c 47 static int rightshift = 0; variable
500 /* Re-init rightshift quantity, just in case. */
501 rightshift = operand->length;
729 rightshift -= field->val.leaf->length;
733 if (rightshift)
734 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 302 int rightshift = MIN( 1, roi.width - (x + 1)*WTILE_SIZE ); local
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
313 for( m = 0; m < WTILE_SIZE + rightshift; m++ )
  /toolchain/binutils/binutils-2.25/include/opcode/
tilegx.h 1194 unsigned int rightshift : 2; member in struct:tilegx_operand
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.c 979 /* Apply the rightshift before checking for overflow. */
980 fixup = ((signed)fixup) >> howto->rightshift;
    [all...]
tc-tilegx.c 405 operand_value >>= operand->rightshift;
    [all...]
  /external/valgrind/VEX/priv/
tilegx_disasm.h 1213 UInt rightshift : 2; member in struct:tilegx_operand

Completed in 748 milliseconds

1 2