/external/llvm/lib/MC/MCDisassembler/ |
D | EDOperand.cpp | 151 int64_t displacement = Inst.Inst->getOperand(MCOpIndex).getImm(); in evaluate() local 160 result = ripVal + displacement; in evaluate() 169 int64_t displacement = Inst.Inst->getOperand(MCOpIndex+3).getImm(); in evaluate() local 201 addr += displacement; in evaluate() 231 int64_t displacement = Inst.Inst->getOperand(MCOpIndex).getImm(); in evaluate() local 238 result = pcVal + displacement; in evaluate()
|
/external/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 17 # has it displacement encoded correctly with respect to the J1 and J2 bits when 18 # the branch is assembled with a label not a displacement.
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
D | Parallax.glsllib | 5 // The length of this vector determines the furthest amount of displacement: (Ati's comment) 9 // Compute the actual reverse parallax displacement vector: (Ati's comment) 12 // Need to scale the amount of displacement to account for different height ranges
|
/external/linux-tools-perf/util/ |
D | hist.h | 68 long displacement, FILE *fp, u64 total); 71 bool show_displacement, long displacement,
|
D | hist.c | 598 bool show_displacement, long displacement, in hist_entry__snprintf() argument 688 if (displacement) in hist_entry__snprintf() 689 snprintf(bf, sizeof(bf), "%+4ld", displacement); in hist_entry__snprintf() 714 long displacement, FILE *fp, u64 session_total) in hist_entry__fprintf() argument 718 show_displacement, displacement, in hist_entry__fprintf() 747 long displacement = 0; in hists__fprintf() local 851 displacement = ((long)h->pair->position - in hists__fprintf() 854 displacement = 0; in hists__fprintf() 858 displacement, fp, self->stats.total_period); in hists__fprintf()
|
/external/linux-tools-perf/Documentation/ |
D | perf-diff.txt | 23 --displacement:: 24 Show position displacement relative to baseline.
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 484 MCOperand displacement; in translateRMMemory() local 566 insn.displacement + pcrel, Dis); in translateRMMemory() 617 displacement = MCOperand::CreateImm(insn.displacement); in translateRMMemory() 634 if(!tryAddingSymbolicOperand(insn.displacement + pcrel, false, in translateRMMemory() 637 mcInst.addOperand(displacement); in translateRMMemory()
|
D | X86DisassemblerDecoder.c | 1037 insn->displacement = d8; in readDisplacement() 1042 insn->displacement = d16; in readDisplacement() 1047 insn->displacement = d32; in readDisplacement()
|
D | X86DisassemblerDecoder.h | 511 int32_t displacement; member
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-07-13-BadFrameIndexDisplacement.ll | 4 ; a large displacement and a frame index into a single lea.
|
/external/flac/libFLAC/ia32/ |
D | lpc_asm.nasm | 130 fmul dword [esi + (32*4)] ; ST = d*data[sample+32] d WATCHOUT: not a byte displacement here! 131 …fadd dword [edi + (32*4)] ; ST = autoc[32]+d*data[sample+32] d WATCHOUT: not a byte displacement … 132 …word [edi + (32*4)] ; autoc[32]+=d*data[sample+32] ST = d WATCHOUT: not a byte displacement here! 258 fmul dword [esi] ; ST = d*data[sample] d WATCHOUT: no displacement byte here! 259 fadd dword [edi] ; ST = autoc[0]+d*data[sample] d WATCHOUT: no displacement byte here! 260 fstp dword [edi] ; autoc[0]+=d*data[sample] ST = d WATCHOUT: no displacement byte here! 420 fmul dword [esi] ; ST = d*data[sample] d WATCHOUT: no displacement byte here! 421 fadd dword [edi] ; ST = autoc[0]+d*data[sample] d WATCHOUT: no displacement byte here! 422 fstp dword [edi] ; autoc[0]+=d*data[sample] ST = d WATCHOUT: no displacement byte here!
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
D | Water.frag | 46 // Strength of displacement along normal. 47 // Strength of displacement along normal.
|
D | Water15.frag | 51 // Strength of displacement along normal.
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrFormats.td | 17 // immediate 4-,5-,8- or 11-bit immediate, branch displacement, or 18 // or imm address displacement
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 917 intptr_t displacement = target - source; in call() local 918 ASSERT(is_int32(displacement)); in call() 919 emitl(static_cast<int32_t>(displacement)); in call()
|
/external/eigen/doc/ |
D | C08_TutorialGeometry.dox | 124 vectors such that all points are actually represented by displacement vectors from the
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 68 // Vertical displacement of dropdown area, relative to the "centered" position.
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.td | 39 // the 10-bit displacement, then the A-form with the 16 bit displacement, and
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 1013 // Direct PC relative function call for small code model. 32-bit displacement
|
/external/v8/ |
D | ChangeLog | 2650 this is used to use near calls (32-bit displacement) in Code objects.
|
/external/valgrind/main/ |
D | NEWS | 166 268620 s390x: reconsider "long displacement" requirement
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 12196 conditional branches when displacement is in range. Also use IT/B(T4) 12197 for conditional branch when displacement does not fit in B(T3).
|
D | ChangeLog-2010-05-24 | 22882 (ctiVMThrowTrampoline): (X86_64): adjust %rsp by correct displacement 22883 (ctiOpThrowNotCaught): (X86_64): adjust %rsp by correct displacement
|
D | ChangeLog-2009-06-16 | 34703 displacement is updated to access the correct field on the object. In the case
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 18327 '\n' is collapsed, because of 9661). So, then I changed placeholder displacement to
|