Home
last modified time | relevance | path

Searched refs:ptr0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/bus_space/
H A Dbus.c176 void *ptr0; in bs_subregion() local
194 ptr0 = r->ptr; in bs_subregion()
206 r->ptr = ptr0; in bs_subregion()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td905 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
906 // * address is the address in ptr0
912 // Address bits in baseptr and tag bits in ptr0 are ignored.
913 // When offset between ptr0 and baseptr is a compile time constant, this can be emitted as
914 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset
915 // It is intended that ptr0 is an alloca address, and baseptr is the direct output of llvm.aarch64.…