Home
last modified time | relevance | path

Searched refs:nextPC (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DMachO_ARM_PIC_relocations.s11 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0]
13 movw r0, :lower16:(foo$non_lazy_ptr-(nextPC+8))
15 # rtdyld-check: decode_operand(insn2, 2) = (foo$non_lazy_ptr-(nextPC+8))[31:16]
17 movt r0, :upper16:(foo$non_lazy_ptr-(nextPC+8))
18 nextPC: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DMachO_ARM_PIC_relocations.s10 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0]
12 movw r0, :lower16:(foo$non_lazy_ptr-(nextPC+8))
14 # rtdyld-check: decode_operand(insn2, 2) = (foo$non_lazy_ptr-(nextPC+8))[31:16]
16 movt r0, :upper16:(foo$non_lazy_ptr-(nextPC+8))
17 nextPC: label
/external/libunwind_llvm/src/
DUnwindCursor.hpp1331 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection() local
1437 _info.end_ip = nextPC; in getInfoFromEHABISection()