Home
last modified time | relevance | path

Searched refs:Displacement (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h213 emit_disp(label, Displacement::CODE_RELATIVE); in emit_code_relative_offset()
255 Displacement Assembler::disp_at(Label* L) { in disp_at()
256 return Displacement(long_at(L->pos())); in disp_at()
259 void Assembler::disp_at_put(Label* L, Displacement disp) { in disp_at_put()
263 void Assembler::emit_disp(Label* L, Displacement::Type type) { in emit_disp()
264 Displacement disp(L, type); in emit_disp()
H A Dassembler-ia32.cc195 // Implementation of Displacement
197 void Displacement::init(Label* L, Type type) { in init()
1526 // Displacement of the last instruction using the label.
1538 Displacement disp = disp_at(&l); in print()
1553 Displacement disp = disp_at(L); in bind_to()
1555 if (disp.type() == Displacement::CODE_ABSOLUTE) { in bind_to()
1558 } else if (disp.type() == Displacement::CODE_RELATIVE) { in bind_to()
1562 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) { in bind_to()
1638 emit_disp(L, Displacement::OTHER);
1715 emit_disp(L, Displacement in jmp()
[all...]
H A Dassembler-ia32.h315 // A Displacement describes the 32bit immediate field of an instruction which
319 // A Displacement contains 2 different fields:
328 // Displacement _data field layout
333 class Displacement { class
345 explicit Displacement(int data) { data_ = data; } in Displacement() function in v8::internal::Displacement
347 Displacement(Label* L, Type type) { init(L, type); } in Displacement() function in v8::internal::Displacement
1737 inline Displacement disp_at(Label* L);
1738 inline void disp_at_put(Label* L, Displacement disp);
1739 inline void emit_disp(Label* L, Displacement::Type type);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h170 uint8_t *Displacement = (uint8_t *)ObjTarget; variable
177 Addend = read32le(Displacement);
180 uint32_t orig = read32le(Displacement);
189 uint32_t orig = read32le(Displacement);
194 uint32_t orig = read32le(Displacement);
200 uint32_t orig = read32le(Displacement);
206 uint32_t orig = read32le(Displacement);
211 Addend = read64le(Displacement);
H A DRuntimeDyldCOFFX86_64.h228 uint8_t *Displacement = (uint8_t *)ObjTarget; variable
229 Addend = readBytesUnaligned(Displacement, 4);
239 uint8_t *Displacement = (uint8_t *)ObjTarget; variable
240 Addend = readBytesUnaligned(Displacement, 8);
H A DRuntimeDyldCOFFI386.h64 uint8_t *Displacement = (uint8_t *)ObjTarget; variable
71 Addend = readBytesUnaligned(Displacement, 4);
H A DRuntimeDyldCOFFThumb.h86 uint8_t *Displacement = (uint8_t *)ObjTarget; variable
92 Addend = readBytesUnaligned(Displacement, 4);
/third_party/mesa3d/src/util/
H A Du_debug_symbol.c137 (HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, PSYMBOL_INFO Symbol),
138 (hProcess, Address, Displacement, Symbol))
163 DWORD64 dwDisplacement = 0; /* Displacement of the input address, relative to the start of the symbol */ in debug_symbol_name_dbghelp()
/third_party/node/deps/v8/src/codegen/
H A Dlabel.h106 friend class Displacement;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1062 unsigned Opc, BaseReg, ScaleVal, IndexReg, Displacement, SegmentReg; in EmitNop() local
1063 IndexReg = Displacement = SegmentReg = 0; in EmitNop()
1085 Displacement = 8; in EmitNop()
1090 Displacement = 8; in EmitNop()
1096 Displacement = 8; in EmitNop()
1102 Displacement = 512; in EmitNop()
1107 Displacement = 512; in EmitNop()
1113 Displacement = 512; in EmitNop()
1119 Displacement = 512; in EmitNop()
1144 .addImm(Displacement) in EmitNop()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h818 BOOL IMAGEAPI SymFromAddr(HANDLE hProcess,DWORD64 Address,PDWORD64 Displacement,PSYMBOL_INFO Symbol);

Completed in 33 milliseconds