Searched refs:ptr0 (Results 1 – 3 of 3) sorted by relevance
462 uint32_t *ptr0 = son + (cyclic_pos << 1) + 1; in bt_find_func() local471 *ptr0 = EMPTY_HASH_VALUE; in bt_find_func()494 *ptr0 = pair[1]; in bt_find_func()506 *ptr0 = cur_match; in bt_find_func()507 ptr0 = pair; in bt_find_func()508 cur_match = *ptr0; in bt_find_func()526 uint32_t *ptr0 = son + (cyclic_pos << 1) + 1; in bt_skip_func() local535 *ptr0 = EMPTY_HASH_VALUE; in bt_skip_func()551 *ptr0 = pair[1]; in bt_skip_func()562 *ptr0 = cur_match; in bt_skip_func()[all …]
176 void *ptr0; in bs_subregion() local194 ptr0 = r->ptr; in bs_subregion()206 r->ptr = ptr0; in bs_subregion()
905 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where906 // * address is the address in ptr0912 // 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 as914 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset915 // It is intended that ptr0 is an alloca address, and baseptr is the direct output of llvm.aarch64.irg.sp.