Home
last modified time | relevance | path

Searched defs:Displacement (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h228 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
239 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
DRuntimeDyldCOFFI386.h64 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
DRuntimeDyldCOFFThumb.h86 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
DRuntimeDyldCOFFAArch64.h170 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef() local
/third_party/node/deps/v8/src/codegen/
Dlabel.h106 friend class Displacement; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1062 unsigned Opc, BaseReg, ScaleVal, IndexReg, Displacement, SegmentReg; in EmitNop() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h345 explicit Displacement(int data) { data_ = data; } in Displacement() function
347 Displacement(Label* L, Type type) { init(L, type); } in Displacement() function