/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
X86GenRegisterInfo.inc | 73 RIP = 53, [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
efi64.asm | 351 ;; Calling RIP
406 mov eax, [ebp+18*8] ; RIP
571 mov eax, [ebp+18*8] ; RIP
574 mov esi, eax ; esi = rip - 8 QWORD linear (total 16 QWORD)
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
SmiException.S | 149 # + RIP +
210 ## UINT64 Rip;
322 ## UINT64 Rip;
|
SmiException.asm | 166 ; + RIP +
226 ;; UINT64 Rip;
338 ;; UINT64 Rip;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 363 baseReg = MCOperand::CreateReg(X86::RIP); // Section 2.2.1.6
|
X86DisassemblerDecoder.h | 291 ENTRY(RIP)
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
X86AsmBackend.cpp | 230 // Check if it has an expression and is not RIP relative. 238 if (Op.isReg() && Op.getReg() == X86::RIP)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 982 !(BaseReg == X86::RIP || BaseReg == X86::EIP || 1002 if (((BaseReg == X86::RIP || BaseReg == X86::EIP) && IndexReg != 0) || 1003 IndexReg == X86::EIP || IndexReg == X86::RIP || [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
X86ExpandPseudo.cpp | 87 .addReg(X86::RIP)
|
X86SpeculativeLoadHardening.cpp | [all...] |
X86AsmPrinter.cpp | 263 // If we really don't want to print out (rip), don't. 265 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && 266 BaseReg.getReg() == X86::RIP) 443 O << "(%rip)"; 533 printMemReference(*this, MI, OpNo, O, "no-rip");
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 148 ? X86::RIP // Should have dwarf #16. 193 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 228 ? X86::RIP // Should have dwarf #16. 273 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
AsmFuncs.S | 64 // UINT64 Rip;
165 // RIP from interrupted task
190 // UINT64 Rip;
196 // NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp
199 movq %rax, ASM_PFX(ExceptionNumber)(%rip) # save vector number
202 movq %rsp, ASM_PFX(AppRsp)(%rip) # save stack top
203 movq DebugStackBegin(%rip), %rsp # switch to debugger stack
226 movq %rax, ASM_PFX(Rflags)(%rip)
230 cmpl $0, ASM_PFX(ExceptionNumber)(%rip)
232 cmpl $10, ASM_PFX(ExceptionNumber)(%rip)
[all...] |
AsmFuncs.asm | 88 ;; UINT64 Rip;
195 ;; RIP from interrupted task
220 ;; UINT64 Rip;
226 ;; NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp
300 ; application stack has ss, rsp, rflags, cs, & rip, so
324 ;; UINT64 Rip;
325 ; Rip from application is on top of application stack
456 ;; UINT64 Rip;
493 mov rcx, [rax] ; RIP
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
AsmFuncs.S | 187 # + RIP +
283 ## UINT64 Rip;
378 ## UINT64 Rip;
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
ExceptionHandlerAsm.S | 93 bt %ecx, ASM_PFX(mErrorCodeFlag)(%rip)
120 movl ASM_PFX(mErrorCodeFlag)(%rip), %eax
150 # + RIP +
202 #; UINT64 Rip;
320 #; UINT64 Rip;
369 movq ASM_PFX(mDoFarReturnFlag)(%rip), %rax
395 leaq AsmIdtVectorBegin(%rip), %rax
399 leaq HookAfterStubHeaderBegin(%rip), %rax
|
/external/capstone/arch/X86/ |
X86DisassemblerDecoder.h | 400 ENTRY(RIP)
|
/external/libunwind/src/ptrace/ |
_UPT_reg_offset.c | 309 UNW_R_OFF(RIP, rip)
|
/external/llvm/lib/Target/X86/AsmParser/ |
X86Operand.h | 409 case X86::RIP: return X86::EIP;
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.h | 401 ENTRY(RIP)
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.cpp | 235 // If we really don't want to print out (rip), don't. 237 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && 238 BaseReg.getReg() == X86::RIP) 401 O << "(%rip)"; 490 printMemReference(*this, MI, OpNo, O, "no-rip");
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86AsmPrinter.cpp | 286 // If we really don't want to print out (rip), don't. 288 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && 289 BaseReg.getReg() == X86::RIP) 391 O << "(%rip)"; 468 printMemReference(MI, OpNo, O, "no-rip");
|
X86FastISel.cpp | 488 // RIP-relative addresses can't have additional register operands, so if 509 // Use rip-relative addressing if we can. Above we verified that the 512 AM.Base.Reg = X86::RIP; 541 StubAM.Base.Reg = X86::RIP; 621 // RIP-relative addresses can't have additional register operands. 641 // Use rip-relative addressing if we can. Above we verified that the 644 AM.Base.Reg = X86::RIP; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.h | 401 ENTRY(RIP)
|