/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher.h | 515 // that uses a RIP-relative displacement. 521 // @return Returns true if the instruction is a MOV with displacement. 586 // displacement. The target buffer must be within 2GB of the source.
|
/external/llvm/test/CodeGen/SystemZ/ |
frame-15.ll | 1 ; Test the handling of base + index + 12-bit displacement addresses for 9 ; This file tests what happens when a displacement is converted from 242 ; Check a case where the original displacement is out of range. The backend
|
int-conv-01.ll | 25 ; Check LB with no displacement.
|
int-conv-02.ll | 34 ; Check LLC with no displacement.
|
int-conv-03.ll | 25 ; Check LGB with no displacement.
|
int-conv-04.ll | 34 ; Check LLGC with no displacement.
|
int-conv-06.ll | 34 ; Check LLH with no displacement.
|
int-conv-07.ll | 25 ; Check LGH with no displacement.
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-gprof | |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 322 case 'Q': // Memory with base and unsigned 12-bit displacement 324 case 'S': // Memory with base and signed 20-bit displacement 332 case 'L': // Signed 20-bit displacement (on all targets we support) 389 case 'L': // Signed 20-bit displacement (on all targets we support) 506 case 'L': // Signed 20-bit displacement (on all targets we support) [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.cc | 282 // displacement. 286 // Mode 2 or mode 0 with rbp/r13 as base: Word displacement. 289 // Mode 1: Byte displacement. 293 // Write new operand with same registers, but with modified displacement. 299 // Need 32 bits of displacement, mode 2 or mode 1 with register rbp/r13. 304 // Need 8 bits of displacement. 309 // Need no displacement. 891 intptr_t displacement = target - source; local 892 ASSERT(is_int32(displacement)); 893 emitl(static_cast<int32_t>(displacement)); [all...] |
disasm-x64.cc | 1057 if (mod == 1) { // Byte displacement. 1059 } else if (mod == 2) { // 32-bit displacement. 1061 } // else no immediate displacement. [all...] |
/external/v8/src/x64/ |
assembler-x64.cc | 276 // displacement. 280 // Mode 2 or mode 0 with rbp/r13 as base: Word displacement. 283 // Mode 1: Byte displacement. 287 // Write new operand with same registers, but with modified displacement. 293 // Need 32 bits of displacement, mode 2 or mode 1 with register rbp/r13. 298 // Need 8 bits of displacement. 303 // Need no displacement. 917 intptr_t displacement = target - source; local 918 ASSERT(is_int32(displacement)); 919 emitl(static_cast<int32_t>(displacement)); [all...] |
disasm-x64.cc | 1049 if (mod == 1) { // Byte displacement. 1051 } else if (mod == 2) { // 32-bit displacement. 1053 } // else no immediate displacement. [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/ |
mipsel-linux-android-gprof | |
/art/compiler/dex/quick/mips/ |
call_mips.cc | 202 // Load the displacement from the switch table
|
/art/compiler/jni/portable/ |
jni_compiler.cc | 150 irb_.getInt32(0), // No displacement for shadow frame pointer
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab_strip.cc | 245 // When scrolling beyond the limits of min and max offsets, the displacement
|
/external/chromium_org/content/renderer/gpu/ |
input_handler_proxy_unittest.cc | 92 WebKit::WebSize displacement(velocity_.x * time, velocity_.y * time); 94 displacement.width - cumulative_scroll_.width, 95 displacement.height - cumulative_scroll_.height); 96 cumulative_scroll_ = displacement; [all...] |
/external/chromium_org/sandbox/win/src/ |
policy_engine_opcodes.cc | 221 // Argument 0 is the byte displacement of the stored string.
|
policy_low_level.cc | 332 // Recompute the string displacement
|
/external/chromium_org/tools/memory_watcher/ |
call_stack.cc | 316 &symbol_displacement, // Displacement
|
/external/eigen/doc/ |
C08_TutorialGeometry.dox | 124 vectors such that all points are actually represented by displacement vectors from the
|
/external/llvm/include/llvm/Target/ |
TargetFrameLowering.h | 179 /// getFrameIndexOffset - Returns the displacement from the frame register to
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.cpp | 220 // selection pass to print .+8, an eight byte displacement from the PC.
|