HomeSort by: relevance | last modified time | path
    Searched defs:adrp_inst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 2567 uint32_t adrp_inst = 0; member in struct:__anon5680::DisassembleInfo
7048 info->adrp_inst = ReferenceValue;
7063 (info->adrp_inst & 0x9f000000) == 0x90000000 &&
7064 (info->adrp_inst & 0x1f) == ((ReferenceValue >> 5) & 0x1f)) {
7069 ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3);
7070 if (info->adrp_inst & 0x0200000)
7093 (info->adrp_inst & 0x9f000000) == 0x90000000 &&
7094 (info->adrp_inst & 0x1f) == ((ReferenceValue >> 5) & 0x1f)) {
7099 ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3)
    [all...]
MachODump.cpp 2567 uint32_t adrp_inst = 0; member in struct:__anon5680::DisassembleInfo
7048 info->adrp_inst = ReferenceValue;
7063 (info->adrp_inst & 0x9f000000) == 0x90000000 &&
7064 (info->adrp_inst & 0x1f) == ((ReferenceValue >> 5) & 0x1f)) {
7069 ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3);
7070 if (info->adrp_inst & 0x0200000)
7093 (info->adrp_inst & 0x9f000000) == 0x90000000 &&
7094 (info->adrp_inst & 0x1f) == ((ReferenceValue >> 5) & 0x1f)) {
7099 ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3)
    [all...]

Completed in 39 milliseconds