HomeSort by relevance Sort by last modified time
    Searched defs:Fixup (Results 26 - 41 of 41) sorted by null

12

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoff.c     [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 236 // All of the information is in the fixup.
260 // Encode the 12 bits of the fixup.
286 // All of the information is in the fixup.
308 // All of the information is in the fixup.
356 // All of the information is in the fixup.
380 // All of the information is in the fixup.
510 // If one of the signed fixup kinds is applied to a MOVZ instruction, the
516 // Nothing to do if there's no fixup.
531 // Nothing to do for an unsigned fixup.
546 MCFixupKind Fixup = MCFixupKind(AArch64::fixup_aarch64_tlsdesc_call)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 348 FixupKind Fixup) {
351 RelocInitializer(VDL, Declaration, OffsetExpr, HasFixup, Fixup);
365 return Fixup;
380 FixupKind Fixup = 0)
386 HasFixup(HasFixup), Fixup(Fixup) {
397 const FixupKind Fixup = 0;
IceInstX86BaseImpl.h 764 AssemblerFixup *Fixup = Asm->createFixup(FixupKind, Reloc);
765 (Asm->*(Emitter.GPRImm))(Ty, VarReg, AssemblerImmediate(Fixup));
795 AssemblerFixup *Fixup = Asm->createFixup(FixupKind, Reloc);
796 (Asm->*(Emitter.AddrImm))(Ty, Addr, AssemblerImmediate(Fixup));
    [all...]
IceAssemblerX86BaseImpl.h 130 auto *Fixup = this->createFixup(Traits::FK_PcRel, label);
131 Fixup->set_addend(-4);
132 emitFixup(Fixup);
143 auto *Fixup = this->createFixup(Traits::FK_PcRel, AssemblerFixup::NullSymbol);
144 Fixup->set_addend(abs_address.value() - 4);
145 emitFixup(Fixup);
    [all...]
IceTargetLoweringX8632Traits.h 126 AssemblerFixup *fixup() const { return fixup_; } function in class:Ice::X8632::TargetX8632Traits::Operand
156 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; }
194 Address(GPRRegister Base, int32_t Disp, AssemblerFixup *Fixup) {
195 if (Fixup == nullptr && Disp == 0 && Base != RegX8632::Encoded_Reg_ebp) {
199 } else if (Fixup == nullptr && Utils::IsInt(8, Disp)) {
209 if (Fixup)
210 SetFixup(Fixup);
215 AssemblerFixup *Fixup) {
220 if (Fixup)
    [all...]
IceAssemblerMIPS32.cpp 589 MIPS32Fixup *Fixup = new (allocate<MIPS32Fixup>()) MIPS32Fixup();
592 Fixup->set_kind(llvm::ELF::R_MIPS_HI16);
595 Fixup->set_kind(llvm::ELF::R_MIPS_LO16);
598 Fixup->set_kind(llvm::ELF::R_MIPS_26);
601 llvm::report_fatal_error("Fixup: Invalid Reloc type");
604 Fixup->set_value(RelOp);
605 Buffer.installFixup(Fixup);
606 return Fixup;
    [all...]
IceTargetLoweringX8664Traits.h 131 AssemblerFixup *fixup() const { return fixup_; } function in class:Ice::X8664::TargetX8664Traits::Operand
162 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; }
199 Address(GPRRegister Base, int32_t Disp, AssemblerFixup *Fixup) {
200 if (Fixup == nullptr && Disp == 0 &&
205 } else if (Fixup == nullptr && Utils::IsInt(8, Disp)) {
215 if (Fixup)
216 SetFixup(Fixup);
221 AssemblerFixup *Fixup) {
226 if (Fixup)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 241 const MCFixup &Fixup, const MCFragment *DF,
245 if (!Fixup.getValue()->EvaluateAsRelocatable(Target, Layout))
249 Fixup.getKind()).Flags & MCFixupKindInfo::FKF_IsPCRel;
291 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
297 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset();
551 const MCFixup &Fixup) {
552 // Evaluate the fixup.
555 if (!EvaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
556 // The fixup was unresolved, we need a relocation. Inform the object
558 // fixup value if need be
    [all...]
  /art/runtime/
elf_file.cc     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 267 /// fixups than the fixup depth on the innermost normal cleanup, or
269 /// wrong place. We *could* try to shrink fixup depths, but that's
278 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");
330 // Skip this fixup if its destination isn't set.
331 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I);
332 if (Fixup.Destination == nullptr) continue;
340 // i.e. where there's an unresolved fixup inside a single cleanup
342 if (Fixup.OptimisticBranchBlock == nullptr) {
343 createStoreInstBefore(CGF.Builder.getInt32(Fixup.DestinationIndex),
345 Fixup.InitialBranch)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 914 /// this fixup needs, minus an offset (below).
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 338 milliseconds

12