HomeSort by relevance Sort by last modified time
    Searched refs:Addend (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.h 31 std::unique_ptr<unsigned> Addend;
HexagonMCCodeEmitter.cpp 37 : MCT(aMCT), MCII(aMII), Addend(new unsigned(0)),
74 *Addend = 0;
85 *Addend += HEXAGON_INSTR_SIZE;
428 DEBUG(dbgs() << "Addend: " << *Addend << "\n");
709 MCExpr const *FixupExpression = (*Addend > 0 && isPCRel(FixupKind)) ?
711 MCConstantExpr::create(*Addend, MCT), MCT) :
714 MCFixup fixup = MCFixup::create(*Addend, FixupExpression,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-dwarf2-n32.d 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-sh/
tlsbin-2.d 58 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
65 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
tlspic-2.d 52 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
65 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 69 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
80 Addend -= SectionBaseAddr;
81 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
111 Value.Offset = SymInfo.getOffset() + RE.Addend;
114 Value.Offset = RE.Addend;
121 Value.Offset = RE.Addend - Addr;
144 << " Value: " << format("0x%016" PRIx64, Value) << " Addend: " << RE.Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-local-63.d 12 Offset Info Type Sym.Value Sym. Name \+ Addend
tls-local-64.d 14 Offset Info Type Sym.Value Sym. Name \+ Addend
libdso-13.d 30 Offset[ ]+Info[ ]+Type[ ]+Sym\.Value Sym\. Name \+ Addend
  /external/clang/utils/TableGen/
NeonEmitter.cpp 633 unsigned Addend;
635 case 8: Addend = 0; break;
636 case 16: Addend = 1; break;
637 case 32: Addend = 2; break;
638 case 64: Addend = 3; break;
639 case 128: Addend = 4; break;
643 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend;
646 if (Addend >= 2)
647 --Addend;
648 Base = (unsigned)NeonTypeFlags::Poly8 + Addend;
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 475 const MCSymbolRefExpr *&B, int64_t &Addend) {
490 Addend += (SA.getOffset() - SB.getOffset());
495 Addend |= 1;
513 Addend += Layout->getSymbolOffset(A->getSymbol()) -
516 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB));
521 Addend |= 1;
ELFObjectWriter.cpp 521 // section and patch the difference in the addend.
690 uint64_t Addend = 0;
692 Addend = C;
706 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend);
720 ELFRelocationEntry Rec(FixupOffset, SymA, Type, Addend);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 835 LONGLONG __cdecl InterlockedIncrement64(LONGLONG volatile *Addend);
836 LONGLONG __cdecl InterlockedDecrement64(LONGLONG volatile *Addend);
837 LONG __cdecl InterlockedIncrementAcquire(LONG volatile *Addend);
838 LONG __cdecl InterlockedDecrementAcquire(LONG volatile *Addend);
839 LONG __cdecl InterlockedIncrementRelease(LONG volatile *Addend);
840 LONG __cdecl InterlockedDecrementRelease(LONG volatile *Addend);
843 LONGLONG __cdecl InterlockedExchangeAdd64 (LONGLONG volatile *Addend,LONGLONG Value);
850 LONG __cdecl InterlockedExchangeAdd(LONG volatile *Addend,LONG Value);
999 LONG __cdecl _InterlockedIncrement(LONG volatile *Addend);
1000 LONG __cdecl _InterlockedDecrement(LONG volatile *Addend);
    [all...]
winnt.h     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 140 int64_t &Addend);
479 int64_t Addend;
481 Addend)) {
496 // Note that we don't range-check the addend. It's adjusted modulo page
499 return Addend >= 0 && (Addend % Scale) == 0;
502 // @gotpageoff/@tlvppageoff can only be used directly, not with an addend.
503 return Addend == 0;
712 int64_t Addend;
714 DarwinRefKind, Addend)) {
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 209 R.Addend = 0;
316 R.Addend = RI->r_addend;
  /external/llvm/include/llvm/Object/
ELFYAML.h 135 int64_t Addend;
MachO.h 155 int64_t addend() const;
176 int64_t Addend;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 28 /// Class representing coefficient of floating-point addend.
103 // The integer coefficient of an individual addend is either 1 or -1,
112 /// FAddend is used to represent floating-point addend. An addend is
114 /// constant coefficient. A constant addend is represented as <C, 0>.
139 /// splitted is the addend itself.
150 // This addend has the value of "Coeff * Val".
170 /// Convert given addend to a Value
378 FAddend &Addend = Opnd0 ? Addend1 : Addend0;
380 Addend.set(1, Opnd1)
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1805 int64_t MachOBindEntry::addend() const { return Addend; } function in class:MachOBindEntry
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 823 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE));
824 const SCEV *IndVarStart = SE.getAddExpr(StartNext, Addend);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.h     [all...]

Completed in 1286 milliseconds

1 23 4