HomeSort by relevance Sort by last modified time
    Searched refs:Destination (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/MC/
MachineLocation.h 82 MachineLocation Destination, Source;
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 237 MachineLocation Destination;
245 : Operation(Op), Label(L), Destination(Register) {
250 : Operation(Move), Label(L), Destination(D), Source(S) {
254 : Operation(Op), Label(L), Destination(D), Source(S) {
259 const MachineLocation &getDestination() const { return Destination; }
  /external/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /external/v8/src/mips/
code-stubs-mips.cc 117 enum Destination {
124 // floating point registers. Depending on the destination the values ends up
125 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
129 Destination destination,
134 // floating point registers. Depending on the destination the values ends up
135 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
141 FloatingPointHelper::Destination destination,
159 FloatingPointHelper::Destination destination
    [all...]
  /ndk/build/tools/
builder-funcs.sh 270 panic "Destination directory not set"
288 panic "Destination directory not set"
  /external/clang/lib/CodeGen/
CGCleanup.cpp 243 BranchFixups.back().Destination == 0)
280 // Skip this fixup if its destination isn't set.
282 if (Fixup.Destination == 0) continue;
285 // still pointing directly to its destination; forward it to the
300 if (!CasesAdded.insert(Fixup.Destination)) continue;
303 Fixup.Destination);
314 // destination is its original target.
342 // Skip this fixup if its destination doesn't match.
344 if (Fixup.Destination != Block) continue;
346 Fixup.Destination = 0
    [all...]
CodeGenFunction.h 90 /// If null, LatestBranch points directly to the destination.
93 /// The ultimate destination of the branch.
97 llvm::BasicBlock *Destination;
99 /// The destination index value.
338 /// switch statement. The use points to the final destination.
541 /// A jump destination is an abstract label, branching to which may
879 /// specified destination obviously has no cleanups to run. 'false' is always
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 49 /// destination. This is a nontrivial operation because the successors of this
67 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
79 Builder.CreateBr(Destination);
111 "Default destination is not successor #0?");
131 // Otherwise, check to see if the switch only branches to one destination.
143 // If we found a single destination that we can fold the switch into, do so
170 // instruction if it has only one non-default destination.
203 // If we didn't find our destination in the IBI successor list, then we
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 317 // Move sign bit from source to destination. This works because the sign bit
370 enum Destination {
377 // floating point registers. Depending on the destination the values ends up
378 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
382 Destination destination,
387 // floating point registers. Depending on the destination the values ends up
388 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
394 FloatingPointHelper::Destination destination,
2009 FloatingPointHelper::Destination destination = local
2297 FloatingPointHelper::Destination destination = local
    [all...]
  /external/icu4c/data/
makedata.mak 116 # Destination directory for the common data DLL file.
133 # The destination directory for the built test data .dat file
572 # move the .dll and .lib files to their final destination afterwards.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 68 @ Destination register is optional
161 @ destination register is optional
219 @ destination register is optional
310 @ destination register is optional
593 @ destination register is optional
    [all...]

Completed in 472 milliseconds