HomeSort by relevance Sort by last modified time
    Searched full:addend (Results 1 - 25 of 885) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-5.l 2 [^:]*:8: Error: addend used with \$DSBT_INDEX
reloc-bad-5.s 1 # Test bad uses of $DSBT_INDEX. Uses with addend.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
got-reloc-global-addend-1.d 1 #name: C6X GOT relocations, addend
4 #source: got-reloc-global-addend-1.s
5 #error: .*relocation R_C6000_SBR_GOT_U15_W with non-zero addend 4.*
got-reloc-global-addend-2.d 1 #name: C6X GOT relocations, addend
4 #source: got-reloc-global-addend-2.s
5 #error: .*relocation R_C6000_SBR_GOT_L16_W with non-zero addend 4.*
  /toolchain/binutils/binutils-2.25/include/elf/
hppa.h 116 /* 32-bit word symbol + addend */
119 /* long immediate (7) LR(symbol, addend) */
122 /* branch external (19) RR(symbol, addend) */
125 /* branch external (19) symbol + addend */
128 /* load/store (1) RR(symbol, addend) */
131 /* load/store (1) symbol, addend */
140 carried in the ten high-order bits of the addend field. The remaining
141 22 bits of of the addend field are sign-extended to form the Addend.
144 addend being zero. A consequence of this limitation is GA
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-local-addend.d 1 #source: emit-relocs-local-addend-foo.s
2 #source: emit-relocs-local-addend-bar.s
7 Offset Info Type Sym\. Value Sym\. Name \+ Addend
14 Offset Info Type Sym\. Value Sym. Name \+ Addend
local-addend-r.d 1 #source: emit-relocs-local-addend-foo.s
2 #source: emit-relocs-local-addend-bar.s
7 Offset Info Type Sym\. Value Sym\. Name \+ Addend
14 Offset Info Type Sym\. Value Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-11.d 3 #error: .*addend 0x7fffffff in relocation R_X86_64_64 against symbol `func' at 0x0 in section `.data.rel.local' is out of range
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-55.d 4 #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
6 # Check that non-zero addend on a R_CRIS_32_GOT_GD is flagged as an error.
tls-err-62.d 4 #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_TPREL with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
6 # Check that non-zero addend on a R_CRIS_32_GOT_TPREL is flagged as an
tls-err-56.d 4 #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
6 # Check that non-zero addend on a R_CRIS_32_GOT_GD is flagged as an error.
  /external/llvm/test/Analysis/BasicAA/
sequential-gep.ll 5 define void @t1([8 x i32]* %p, i32 %addend, i32* %q) {
7 %add = add nsw nuw i32 %addend, %knownnonzero
8 %gep1 = getelementptr [8 x i32], [8 x i32]* %p, i32 2, i32 %addend
15 define void @t2([8 x i32]* %p, i32 %addend, i32* %q) {
17 %add = add nsw nuw i32 %addend, %knownnonzero
18 %gep1 = getelementptr [8 x i32], [8 x i32]* %p, i32 1, i32 %addend
25 define void @t3([8 x i32]* %p, i32 %addend, i32* %q) {
27 %add = add nsw nuw i32 %addend, %knownnonzero
35 define void @t4([8 x i32]* %p, i32 %addend, i32* %q) {
37 %add = add nsw nuw i32 %addend, %knownnonzer
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 34 /// Extract the addend encoded in the instruction / memory location.
39 int64_t Addend = 0;
64 Addend = *reinterpret_cast<support::ulittle32_t *>(LocalAddress);
66 Addend = *reinterpret_cast<support::ulittle64_t *>(LocalAddress);
73 // Get the 26 bit addend encoded in the branch instruction and sign-extend
76 Addend = (*p & 0x03FFFFFF) << 2;
77 Addend = SignExtend64(Addend, 28);
86 // Get the 21 bit addend encoded in the adrp instruction and sign-extend
89 Addend = ((*p & 0x60000000) >> 29) | ((*p & 0x01FFFFE0) >> 3) << 12
    [all...]
  /external/llvm/include/llvm/Object/
RelocVisitor.h 261 // Ideally the Addend here will be the addend in the data for
277 int64_t Addend = getELFAddend(R);
278 return RelocToApply(Value + Addend, 8);
281 int64_t Addend = getELFAddend(R);
283 return RelocToApply(Value + Addend - Address, 4);
286 int64_t Addend = getELFAddend(R);
287 uint32_t Res = (Value + Addend) & 0xFFFFFFFF;
291 int64_t Addend = getELFAddend(R);
292 int32_t Res = (Value + Addend) & 0xFFFFFFFF
    [all...]
  /external/clang/test/CodeGen/
cleanup-stack.c 6 int addend; member in struct:s0
10 *p->var += p->addend;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
reloc.d 5 Offset Info Type Sym\. Value Symbol's Name \+ Addend
10 Offset Info Type Sym\. Value Symbol's Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
vxworks1-lib.rd 3 Offset Info Type Sym\.Value Sym\. Name \+ Addend
8 Offset Info Type Sym\.Value Sym\. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vxworks1-lib.rd 3 Offset Info Type Sym\.Value Sym\. Name \+ Addend
8 Offset Info Type Sym\.Value Sym\. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
vxworks1-lib.rd 3 Offset Info Type Sym\.Value Sym\. Name \+ Addend
8 Offset Info Type Sym\.Value Sym\. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
vxworks1-lib.rd 3 Offset Info Type Sym\.Value Sym\. Name \+ Addend
7 Offset Info Type Sym\.Value Sym\. Name \+ Addend
  /bionic/tools/relocation_packer/src/
delta_encoder_unittest.cc 16 int32_t addend,
21 relocation.r_addend = addend;
28 int32_t addend,
32 relocation.r_addend == addend;
68 // Add a second relocation, 4 byte offset delta, 12 byte addend delta.
85 EXPECT_EQ(10000U, packed[ndx++]); // addend delta
86 EXPECT_EQ(12U, packed[ndx++]); // addend delta
88 // Add a third relocation, 4 byte offset delta, 12 byte addend delta.
92 // Add three more relocations, 8 byte offset deltas, -24 byte addend deltas.
115 EXPECT_EQ(10000U, packed[ndx++]); // addend delt
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
comm-data2r.rd 2 +Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-shared-8-fail.d 5 #error: (nonzero addend|may have caused)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/
export-class-data.rd 2 * Offset * Info * Type * Sym\. *Value * Sym\. * Name * \+ * Addend
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 228 uint32_t Type, int64_t Addend,
236 Value + Addend;
237 DEBUG(dbgs() << "Writing " << format("%p", (Value + Addend)) << " at "
243 Value += Addend;
256 int64_t RealOffset = Value + Addend - FinalAddress;
264 int64_t RealOffset = Value + Addend - FinalAddress;
273 int64_t RealOffset = Value + Addend - FinalAddress;
283 uint32_t Type, int32_t Addend) {
287 Value + Addend;
293 uint32_t RealOffset = Value + Addend - FinalAddress
    [all...]

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>