OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetAddr
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp
303
void X86CompilationCallback2(intptr_t *StackPtr, intptr_t
RetAddr
);
343
X86CompilationCallback2(intptr_t *StackPtr, intptr_t
RetAddr
) {
345
assert(*RetAddrLoc ==
RetAddr
&&
349
bool isStub = ((unsigned char*)
RetAddr
)[0] == 0xCE;
353
RetAddr
--; // Backtrack to the reference itself...
355
RetAddr
-= 4; // Backtrack to the reference itself...
359
DEBUG(dbgs() << "In callback! Addr=" << (void*)
RetAddr
362
<< TheVM->getFunctionReferencedName((void*)
RetAddr
) << "\n");
367
assert(((unsigned char*)
RetAddr
)[-2] == 0x41 &&"Not a call instr!");
368
assert(((unsigned char*)
RetAddr
)[-1] == 0xFF &&"Not a call instr!")
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm
108
; |
RetAddr
|
126
; |
RetAddr
| <- ESP is here
177
; |
RetAddr
|
185
; |
RetAddr
| <- ESP is here
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm
120
; |
RetAddr
|
140
; |
RetAddr
| <- RSP is here
213
; |
RetAddr
|
225
; |
RetAddr
| <- RSP is here
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.h
626
void ret(Variable *
RetAddr
, Variable *RetValue);
[
all
...]
IceTargetLoweringMIPS32.cpp
[
all
...]
IceTargetLoweringARM32.cpp
[
all
...]
IceTargetLoweringARM32.h
[
all
...]
Completed in 779 milliseconds