OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmHiValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h
188
uint32_t
ImmHiValue
= ((uint64_t)Addend >> 9) & 0x00FFFFE0;
189
*p = (*p & 0x9F00001F) |
ImmHiValue
| ImmLoValue;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h
215
uint32_t
ImmHiValue
= ((uint64_t)Addend >> 9) & 0x00FFFFE0;
216
*p = (*p & 0x9F00001F) |
ImmHiValue
| ImmLoValue;
Completed in 5309 milliseconds