HomeSort by relevance Sort by last modified time
    Searched full:fixup (Results 251 - 275 of 1539) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
BinaryObject.h 193 /// fixup the buffer.
199 /// fixup the data stream in correct endian format.
208 /// fixup the data stream in little endian format.
215 /// fixup data stream in big endian format.
222 /// fixup the data in correct endian format and correct size.
231 /// fixup the data in correct endian format.
240 /// fixup the data in little endian format.
249 /// fixup the data in big endian format.
258 /// fixup the data in correct endian format.
267 /// fixup the data in little endian format
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 128 /// @name Fixup Access
131 void addFixup(MCFixup Fixup) {
133 assert((Fixups.empty() || Fixup.getOffset() > Fixups.back().getOffset()) &&
135 Fixups.push_back(Fixup);
195 /// @name Fixup Access
701 /// Evaluate a fixup to a relocatable expression and the value which should be
702 /// placed into the fixup.
705 /// \param Fixup The fixup to evaluate.
706 /// \param DF The fragment the fixup is inside
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mn10300.c 523 /* Create a fixup for the reversed conditional branch. */
529 /* Now create the unconditional branch + fixup to the
580 /* Create a fixup for the reversed conditional branch. */
586 /* Now create the unconditional branch + fixup to the
626 /* Create a fixup for the reversed conditional branch. */
632 /* Now create the unconditional branch + fixup to the
662 /* Create a fixup for the reversed conditional branch. */
668 /* Now create the unconditional branch + fixup to the
816 /* Create a fixup for the reversed conditional branch. */
822 /* Now create the unconditional branch + fixup to th
1019 struct mn10300_fixup fixup; local
    [all...]
  /external/swiftshader/third_party/subzero/src/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_compile.py 101 def fixup(literal, flags=flags): function in function:_compile
105 fixup = None
107 _compile_charset(av, flags, code, fixup, fixes)
228 def _compile_charset(charset, flags, code, fixup=None, fixes=None):
231 for op, av in _optimize_charset(charset, fixup, fixes,
256 def _optimize_charset(charset, fixup, fixes, isunicode):
265 if fixup:
266 i = fixup(av)
275 if fixup:
276 r = map(fixup, r)
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
TempRam.c 49 // immediately, also we need fixup the stack change caused by new call into
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
protocols.h 37 # error arch fixup needed here
  /external/libxml2/python/tests/
cutnpaste.py 29 # do the namespace fixup
  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 32 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 1 //===---------- PPCTLSDynamicCall.cpp - TLS Dynamic Call Fixup ------------===//
69 DEBUG(dbgs() << "TLS Dynamic Call Fixup:\n " << *MI;);
166 "PowerPC TLS Dynamic Call Fixup", false, false)
170 "PowerPC TLS Dynamic Call Fixup", false, false)
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCFixups.h 1 //===-- SystemZMCFixups.h - SystemZ-specific fixup entries ------*- C++ -*-===//
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86FixupKinds.h 1 //===-- X86FixupKinds.h - X86 Specific Fixup Entries ------------*- C++ -*-===//
  /external/llvm/test/MC/Mips/
micromips-expansions.s 20 # CHECK: # fixup A - offset: 0,
25 # CHECK: # fixup A - offset: 0,
29 # CHECK: # fixup A - offset: 0,
34 # CHECK: # fixup A - offset: 0,
  /external/llvm/test/MC/Sparc/
sparc-little-endian.s 16 ! CHECK-NEXT: ! fixup A - offset: 0, value: .BB0, kind: fixup_sparc_br22
  /external/llvm/test/MC/X86/AlignedBundling/
relax-in-bundle-group.s 7 # fixup is short enough not to warrant relaxation on its own.
  /external/oj-libjdwp/src/share/back/
log_messages.c 170 level = "FINEST"; /* FIXUP? */
171 product = "J2SE1.5"; /* FIXUP? */
172 module = "jdwp"; /* FIXUP? */
173 messageID = ""; /* FIXUP: Unique message string ID? */
  /external/python/cpython2/Lib/
sre_compile.py 101 def fixup(literal, flags=flags): function in function:_compile
105 fixup = None
107 _compile_charset(av, flags, code, fixup, fixes)
228 def _compile_charset(charset, flags, code, fixup=None, fixes=None):
231 for op, av in _optimize_charset(charset, fixup, fixes,
256 def _optimize_charset(charset, fixup, fixes, isunicode):
265 if fixup:
266 i = fixup(av)
275 if fixup:
276 r = map(fixup, r
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmBackend.cpp 35 "Unknown fixup kind");
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86FixupKinds.h 1 //===-- X86/X86FixupKinds.h - X86 Specific Fixup Entries --------*- C++ -*-===//
  /external/syslinux/gpxe/src/arch/i386/prefix/
nbiprefix.S 37 .section ".zinfo.fixup", "a", @progbits /* Compressor fixups */
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 33 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCWasmObjectWriter.h 34 const MCFixup &Fixup) const = 0;
MCWinCOFFObjectWriter.h 33 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCWasmObjectWriter.h 34 const MCFixup &Fixup) const = 0;
MCWinCOFFObjectWriter.h 33 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,

Completed in 1401 milliseconds

<<11121314151617181920>>