/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
expected_errors.l | 24 .*:31: Error: Displacement out of range. Input text was r0. 25 .*:32: Error: Displacement out of range. Input text was r0. 26 .*:33: Error: Displacement out of range. Input text was r0. 27 .*:34: Error: Displacement out of range. Input text was r0. 28 .*:36: Error: Displacement out of range. Input text was r0. 29 .*:37: Error: Displacement out of range. Input text was r0. 30 .*:38: Error: Displacement out of range. Input text was r0. 31 .*:40: Error: Displacement out of range. Input text was r0. 32 .*:41: Error: Displacement out of range. Input text was r0. 33 .*:42: Error: Displacement out of range. Input text was r0 [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldCOFFX86_64.h | 139 uint8_t *Displacement = (uint8_t *)ObjTarget; 140 Addend = readBytesUnaligned(Displacement, 4); 145 uint8_t *Displacement = (uint8_t *)ObjTarget; 146 Addend = readBytesUnaligned(Displacement, 8);
|
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmInstrumentation.cpp | 107 int64_t ApplyDisplacementBounds(int64_t Displacement) { 108 return std::max(std::min(MaxAllowedDisplacement, Displacement), 112 void CheckDisplacementBounds(int64_t Displacement) { 113 assert(Displacement >= MinAllowedDisplacement && 114 Displacement <= MaxAllowedDisplacement); 251 // Creates new memory operand with Displacement added to an original 252 // displacement. Residue will contain a residue which could happen when the 253 // total displacement exceeds 32-bit limitation. 255 int64_t Displacement, 438 int64_t Displacement = 0 [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_symbol.c | 113 BOOL WINAPI j_SymFromAddr(HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, PSYMBOL_INFO Symbol) 118 return pfnSymFromAddr(hProcess, Address, Displacement, Symbol); 130 DWORD64 dwDisplacement = 0; /* Displacement of the input address, relative to the start of the symbol */
|
dbghelp.h | 818 BOOL IMAGEAPI SymFromAddr(HANDLE hProcess,DWORD64 Address,PDWORD64 Displacement,PSYMBOL_INFO Symbol); [all...] |
/external/v8/src/ia32/ |
assembler-ia32-inl.h | 440 emit_disp(label, Displacement::CODE_RELATIVE); 474 Displacement Assembler::disp_at(Label* L) { 475 return Displacement(long_at(L->pos())); 479 void Assembler::disp_at_put(Label* L, Displacement disp) { 484 void Assembler::emit_disp(Label* L, Displacement::Type type) { 485 Displacement disp(L, type);
|
assembler-ia32.cc | 151 // Implementation of Displacement 153 void Displacement::init(Label* L, Type type) { 1334 // Displacement of the last instruction using the label. 1346 Displacement disp = disp_at(&l); 1362 Displacement disp = disp_at(L); 1364 if (disp.type() == Displacement::CODE_ABSOLUTE) { 1367 } else if (disp.type() == Displacement::CODE_RELATIVE) { 1371 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) { 1419 emit_disp(L, Displacement::OTHER); [all...] |
assembler-ia32.h | 401 // A Displacement describes the 32bit immediate field of an instruction which 405 // A Displacement contains 2 different fields: 407 // next field: position of next displacement in the chain (0 = end of list) 411 // be no displacement at position zero, because there is always at least one 412 // instruction byte before the displacement). 414 // Displacement _data field layout 419 class Displacement BASE_EMBEDDED { 431 explicit Displacement(int data) { data_ = data; } 433 Displacement(Label* L, Type type) { init(L, type); } [all...] |
/external/v8/src/x87/ |
assembler-x87-inl.h | 441 emit_disp(label, Displacement::CODE_RELATIVE); 475 Displacement Assembler::disp_at(Label* L) { 476 return Displacement(long_at(L->pos())); 480 void Assembler::disp_at_put(Label* L, Displacement disp) { 485 void Assembler::emit_disp(Label* L, Displacement::Type type) { 486 Displacement disp(L, type);
|
assembler-x87.h | 398 // A Displacement describes the 32bit immediate field of an instruction which 402 // A Displacement contains 2 different fields: 404 // next field: position of next displacement in the chain (0 = end of list) 408 // be no displacement at position zero, because there is always at least one 409 // instruction byte before the displacement). 411 // Displacement _data field layout 416 class Displacement BASE_EMBEDDED { 428 explicit Displacement(int data) { data_ = data; } 430 Displacement(Label* L, Type type) { init(L, type); } [all...] |
assembler-x87.cc | 66 // Implementation of Displacement 68 void Displacement::init(Label* L, Type type) { 1205 // Displacement of the last instruction using the label. 1217 Displacement disp = disp_at(&l); 1233 Displacement disp = disp_at(L); 1235 if (disp.type() == Displacement::CODE_ABSOLUTE) { 1238 } else if (disp.type() == Displacement::CODE_RELATIVE) { 1242 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) { 1290 emit_disp(L, Displacement::OTHER); 1361 emit_disp(L, Displacement::UNCONDITIONAL_JUMP) [all...] |
/external/llvm/tools/llvm-readobj/ |
Win64EHDumper.cpp | 117 uint32_t Displacement) { 125 if (Displacement > 0) 126 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset);
|
/external/llvm/lib/Target/X86/ |
X86MCInstLower.cpp | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
addressing.s | 265 ;; Type P - Displacement (PC rel)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbgeng.h | [all...] |
/external/v8/src/ |
assembler.h | 314 friend class Displacement; [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-win.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_common.h | [all...] |