HomeSort by relevance Sort by last modified time
    Searched full:displacement (Results 51 - 75 of 365) sorted by null

1 23 4 5 6 7 8 91011>>

  /art/compiler/dex/quick/x86/
call_x86.cc 31 * The sparse table in the literal pool is an array of <key,displacement>
104 // Load the displacement from the switch table
108 // Add displacement to start of method
  /art/compiler/jni/quick/
calling_convention.h 54 // Place iterator at start of arguments. The displacement is applied to
57 void ResetIterator(FrameOffset displacement) {
58 displacement_ = displacement;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILFrameLowering.cpp 27 /// getFrameIndexOffset - Returns the displacement from the frame register to
  /external/linux-tools-perf/util/
hist.c 598 bool show_displacement, long displacement,
688 if (displacement)
689 snprintf(bf, sizeof(bf), "%+4ld", displacement);
714 long displacement, FILE *fp, u64 session_total)
718 show_displacement, displacement,
747 long displacement = 0; local
851 displacement = ((long)h->pair->position -
854 displacement = 0;
858 displacement, fp, self->stats.total_period);
  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 25 /// getFrameIndexOffset - Returns the displacement from the frame register to
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 170 // displacement and the next 5 bits as the register #.
178 // Add a fixup for the displacement field.
188 // displacement and the next 5 bits as the register #.
196 // Add a fixup for the displacement field.
  /external/llvm/lib/Target/PowerPC/
PPCInstrBuilder.h 16 // Displacement.
  /external/llvm/test/CodeGen/SystemZ/
asm-01.ll 2 ; and a 12-bit displacement.
fp-mul-06.ll 37 ; displacement. Other sequences besides this one would be OK.
52 ; displacement. Other sequences besides this one would be OK.
fp-mul-07.ll 37 ; displacement. Other sequences besides this one would be OK.
52 ; displacement. Other sequences besides this one would be OK.
fp-mul-08.ll 40 ; displacement. Other sequences besides this one would be OK.
56 ; displacement. Other sequences besides this one would be OK.
fp-mul-09.ll 40 ; displacement. Other sequences besides this one would be OK.
56 ; displacement. Other sequences besides this one would be OK.
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILFrameLowering.cpp 27 /// getFrameIndexOffset - Returns the displacement from the frame register to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf-fdpic.h 53 * displacement */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf-fdpic.h 53 * displacement */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf-fdpic.h 53 * displacement */
  /art/compiler/dex/quick/
mir_to_lir.h 507 LIR* LoadWordDisp(int rBase, int displacement, int r_dest);
514 LIR* StoreWordDisp(int rBase, int displacement, int r_src);
531 virtual LIR* LoadBaseDisp(int rBase, int displacement, int r_dest, OpSize size, int s_reg) = 0;
532 virtual LIR* LoadBaseDispWide(int rBase, int displacement, int r_dest_lo, int r_dest_hi,
535 virtual LIR* LoadBaseIndexedDisp(int rBase, int r_index, int scale, int displacement,
539 virtual LIR* StoreBaseDisp(int rBase, int displacement, int r_src, OpSize size) = 0;
540 virtual LIR* StoreBaseDispWide(int rBase, int displacement, int r_src_lo, int r_src_hi) = 0;
542 virtual LIR* StoreBaseIndexedDisp(int rBase, int r_index, int scale, int displacement,
    [all...]
  /dalvik/vm/compiler/codegen/
Ralloc.h 222 int displacement, int rSrc, OpSize size);
225 int displacement, int rSrcLo,
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 28 " GtkButton::child-displacement-x = 0"
29 " GtkButton::child-displacement-y = 0"
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 98 int16_t fOriginXDisp; // Horiz. displacement of the secondary origin.
99 int16_t fOriginYDisp; // Vert. displacement of the secondary origin.
  /external/linux-tools-perf/
builtin-diff.c 180 OPT_BOOLEAN('M', "displacement", &show_displacement,
181 "Show position displacement relative to baseline"),
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 84 // If the global address expression is a part of displacement field with a
116 // Print displacement first
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 379 // 4. displacement (immediate) 0, or the displacement if there is one
386 MCOperand displacement; local
469 insn.displacement + pcrel, Dis);
520 displacement = MCOperand::CreateImm(insn.displacement);
537 if(!tryAddingSymbolicOperand(insn.displacement + pcrel, false,
540 mcInst.addOperand(displacement);
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 98 int16_t fOriginXDisp; // Horiz. displacement of the secondary origin.
99 int16_t fOriginYDisp; // Vert. displacement of the secondary origin.
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 332 // a memory operand with displacement
333 // Can also serve as a full memory operand with base,index, displacement and scale.
363 // a memory operand with base register and displacement
377 // and displacement.
580 // jump with displacement
592 // conditional branch with displacement immediate
595 // call with displacement

Completed in 1387 milliseconds

1 23 4 5 6 7 8 91011>>