Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AMDGPU/
Ddagcombine-reassociate-bug.ll7 ; CHECK: buffer_store_dword v{{[0-9]+}}, [[VADDR:v\[[0-9]+:[0-9]+\]]], [[SADDR:s\[[0-9]+:[0-9]+\]]]
8 ; CHECK: buffer_store_dword v{{[0-9]+}}, [[VADDR]], [[SADDR]]
9 ; CHECK: buffer_store_dword v{{[0-9]+}}, [[VADDR]], [[SADDR]]
10 ; CHECK: buffer_store_dword v{{[0-9]+}}, [[VADDR]], [[SADDR]]
D32-bit-local-address-space.ll111 ; SI: s_add_i32 [[SADDR:s[0-9]+]],
112 ; SI: v_mov_b32_e32 [[ADDR:v[0-9]+]], [[SADDR]]
/external/iproute2/examples/
Dcbq.init-v0.7.3823 SADDR=""; SPORT=""
825 SADDR=${SRC%%:*}; STEMP=${SRC##*:}
826 [ "$SADDR" = "$SRC" ] && STEMP=""
834 SADDR=${SADDR#\*}; DADDR=${DADDR#\*}
838 u32_s="${SADDR:+match ip src $SADDR} $u32_s"