Searched refs:adrp_inst (Results 1 - 1 of 1) sorted by path

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1791 uint32_t adrp_inst; member in struct:DisassembleInfo
5314 info.adrp_inst = 0;
5387 info.adrp_inst = 0;
5497 info.adrp_inst = 0;
5670 info.adrp_inst = 0;
6284 info->adrp_inst = ReferenceValue;
6299 (info->adrp_inst & 0x9f000000) == 0x90000000 &&
6300 (info->adrp_inst & 0x1f) == ((ReferenceValue >> 5) & 0x1f)) {
6305 ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 2
[all...]

Completed in 405 milliseconds