Searched refs:rightshift (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dreloc.c296 . unsigned int rightshift;
477 unsigned int rightshift,
484 @var{rightshift} bits, on a machine with addresses containing
493 unsigned int rightshift,
507 a = (relocation & addrmask) >> rightshift;;
527 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
807 howto->rightshift,
838 relocation >>= (bfd_vma) howto->rightshift;
1186 howto->rightshift,
1217 relocation >>= (bfd_vma) howto->rightshift;
491 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1387 unsigned int rightshift = howto->rightshift; local
[all...]
H A Delf32-cr16.c70 0, /* rightshift */
84 0, /* rightshift */
98 0, /* rightshift */
112 0, /* rightshift */
126 1, /* rightshift */
140 0, /* rightshift */
154 0, /* rightshift */
168 0, /* rightshift */
182 0, /* rightshift */
196 0, /* rightshift */
[all...]
H A Dcoff-rs6000.c610 0, /* rightshift */
625 0, /* rightshift */
640 0, /* rightshift */
655 0, /* rightshift */
670 1, /* rightshift */
685 0, /* rightshift */
700 0, /* rightshift */
717 0, /* rightshift */
734 0, /* rightshift */
751 0, /* rightshift */
[all...]
H A Delf32-arm.c72 0, /* rightshift */
86 2, /* rightshift */
101 0, /* rightshift */
116 0, /* rightshift */
131 0, /* rightshift */
146 0, /* rightshift */
161 0, /* rightshift */
175 6, /* rightshift */
190 0, /* rightshift */
204 0, /* rightshift */
[all...]
H A Dpe-mips.c90 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
H A Dsyms.c1048 if (r->howto->rightshift != 0
H A Dcoff-arm.c1629 /* howto->rightshift == 1 */
1632 check = relocation >> howto->rightshift;
1634 /* If this is a signed value, the rightshift just dropped
1641 & ~((bfd_vma) - 1 >> howto->rightshift)));
H A Delfxx-sparc.c3288 howto->bitsize, howto->rightshift,
3307 howto->bitsize, howto->rightshift,
3364 howto->bitsize, howto->rightshift,
H A Dbfd-in2.h2211 unsigned int rightshift;
2324 unsigned int rightshift,
2204 unsigned int rightshift; member in struct:reloc_howto_struct
H A Dcoff64-rs6000.c1219 howto.rightshift = 0;
1384 0, /* rightshift */
1399 0, /* rightshift */
1414 0, /* rightshift */
1429 0, /* rightshift */
1444 1, /* rightshift */
1459 0, /* rightshift */
1474 0, /* rightshift */
1491 0, /* rightshift */
1508 0, /* rightshift */
[all...]
H A Delfxx-mips.c1474 relocation (with a rightshift of 16). However, since GOT16
1476 has a rightshift of 0. */
4523 value >>= howto->rightshift;
7937 l <<= lo16_howto->rightshift;
7947 addend <<= howto->rightshift;
7972 addend >>= howto->rightshift;
/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c48 static int rightshift = 0; variable
499 /* Re-init rightshift quantity, just in case. */
500 rightshift = operand->length;
728 rightshift -= field->val.leaf->length;
732 if (rightshift)
733 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c1254 relocs[i]->howto->rightshift)
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2218 unsigned int rightshift;
2331 unsigned int rightshift,
2211 unsigned int rightshift; member in struct:reloc_howto_struct
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3777 unsigned shift = 0, bool rightshift = false);
H A DCGBuiltin.cpp4488 unsigned shift, bool rightshift) {
4493 Ops[j] = EmitNeonShiftVector(Ops[j], ai->getType(), rightshift);

Completed in 425 milliseconds