/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86bc.c | 534 * displacement. 638 /* Change displacement length into word-sized */ 849 * displacement (if required). 868 /* Adjust relative displacement to end of bytecode */ 930 /* 1 byte relative displacement */ 937 /* Adjust relative displacement to end of bytecode */ [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 464 // A Displacement describes the 32bit immediate field of an instruction which 468 // A Displacement contains 2 different fields: 470 // next field: position of next displacement in the chain (0 = end of list) 474 // be no displacement at position zero, because there is always at least one 475 // instruction byte before the displacement). 477 // Displacement _data field layout 482 class Displacement BASE_EMBEDDED { 498 explicit Displacement(int data) { data_ = data; } 500 Displacement(Label* L, Type type) { init(L, type); } [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsAsmBackend.cpp | 52 // so the displacement will be one instruction size less. 54 // The displacement is then divided by 4 to give us an 18 bit 60 // The displacement is then divided by 4 to give us an 28 bit
|
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 232 // displacement and the next 5 bits as the register #. 240 // Add a fixup for the displacement field. 248 // displacement and the next 5 bits as the register #.
|
PPCBranchSelector.cpp | 11 // conditional branches need more than 16 bits of displacement to reach their 86 // If the entire function is smaller than the displacement of a branch field,
|
/external/v8/src/ia32/ |
assembler-ia32.h | 390 // A Displacement describes the 32bit immediate field of an instruction which 394 // A Displacement contains 2 different fields: 396 // next field: position of next displacement in the chain (0 = end of list) 400 // be no displacement at position zero, because there is always at least one 401 // instruction byte before the displacement). 403 // Displacement _data field layout 408 class Displacement BASE_EMBEDDED { 424 explicit Displacement(int data) { data_ = data; } 426 Displacement(Label* L, Type type) { init(L, type); } [all...] |
/art/compiler/dex/quick/mips/ |
README.mips | 47 slot and adjust the displacement. However, given that code expansion is
|
/art/compiler/jni/quick/x86/ |
calling_convention_x86.cc | 88 return FrameOffset(displacement_.Int32Value() + // displacement
|
/external/llvm/include/llvm/MC/ |
MachineLocation.h | 26 int Offset; // Displacement if not register.
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
SystemZInstPrinter.h | 33 // Print an address with the given base, displacement and index.
|
/external/llvm/test/CodeGen/SystemZ/ |
frame-13.ll | 1 ; Test the handling of base + 12-bit displacement addresses for large frames, 7 ; This file tests what happens when a displacement is converted from 184 ; Check a case where the original displacement is out of range. The backend 245 ; spill a second register. This leads to an extra displacement of 8.
|
int-move-03.ll | 5 ; Check LG with no displacement.
|
int-move-07.ll | 5 ; Check STG with no displacement.
|
/external/skia/gm/ |
Android.mk | 53 displacement.cpp \
|
displacement.cpp | 22 return SkString("displacement");
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_link_button.cc | 30 " GtkButton::child-displacement-x = 0" 31 " GtkButton::child-displacement-y = 0"
|
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher_with_stub.cpp | 131 // jmp (Jump near, relative, displacement relative to next instruction) 143 // (Jump near, relative, displacement relative to next instruction)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bbc.c | 153 /* 9-bit signed, word-multiple displacement */ 212 /* Adjust relative displacement to end of bytecode */
|
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher_with_stub.cc | 125 // jmp (Jump near, relative, displacement relative to next instruction) 137 // (Jump near, relative, displacement relative to next instruction)
|
/external/llvm/lib/Target/MSP430/ |
MSP430BranchSelector.cpp | 11 // conditional branches need more than 10 bits of displacement to reach their 76 // If the entire function is smaller than the displacement of a branch field,
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCCodeEmitter.cpp | 53 // followed by the displacement. In a 20-bit displacement,
|
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 290 // The relocated value will be added to the displacement 333 // The relocated value will be added to the displacement 353 // The relocated value will be added to the displacement 394 /// isDisp8 - Return true if this signed displacement fits in a 8-bit 418 // If this is a simple integer displacement that doesn't require a relocation, 458 // Figure out what sort of displacement we have to handle here. 496 // Indicate that the displacement will use an pcrel or absolute reference 525 // If the base is not EBP/ESP and there is no displacement, use simple 527 // encoding for [EBP] with no displacement means [disp32] so we handle it 528 // by emitting a displacement of 0 below [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCCodeEmitter.cpp | 157 /// isDisp8 - Return true if this signed displacement fits in a 8-bit 163 /// isCDisp8 - Return true if this signed displacement fits in a 8-bit 167 "Compressed 8-bit displacement is only valid for EVEX inst."); 308 // If this is a simple integer displacement that doesn't require a 426 // If the base is not EBP/ESP and there is no displacement, use simple 428 // encoding for [EBP] with no displacement means [disp32] so we handle it 429 // by emitting a displacement of 0 below. 435 // Otherwise, if the displacement fits in a byte, encode as [REG+disp8]. 442 // Try EVEX compressed 8-bit displacement first; if failed, fall back to 443 // 32-bit displacement [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.h | 406 * EADisplacement - Possible displacement types for effective-address 579 /* The displacement, used for memory operands */ 581 int32_t displacement; member in struct:InternalInstruction
|
/external/valgrind/main/VEX/priv/ |
host_s390_disasm.c | 227 /* An operand with a base register, an index register, and a displacement. 228 If the displacement is signed, the rightmost 20 bit of D need to be 257 unsigned displacement */
|