Home
last modified time | relevance | path

Searched refs:low2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dvec-perm-08.ll5 ; Test a high1/low2 permute for v16i8.
18 ; Test a low2/high1 permute for v16i8.
70 ; Test a high1/low2 permute for v8i16.
81 ; Test a low2/high1 permute for v8i16.
92 ; Test a high1/low2 permute for v4i32.
102 ; Test a low2/high1 permute for v4i32.
112 ; Test a high1/low2 permute for v2i64.
122 ; Test low2/high1 permute for v2i64.
132 ; Test a high1/low2 permute for v4f32.
142 ; Test a low2/high1 permute for v4f32.
[all …]
Dvec-combine-02.ll230 %low2 = shufflevector <2 x i16> %bitcast4, <2 x i16> %bitcast5,
244 %bytes2 = bitcast <2 x i16> %low2 to <4 x i8>
322 %low2 = shufflevector <2 x i32> %bitcast4, <2 x i32> %bitcast5,
336 %half2 = bitcast <2 x i32> %low2 to <4 x i16>
/external/selinux/libsemanage/src/
Dports_local.c99 int proto2, low2, high2; in hidden_def() local
108 low2 = semanage_port_get_low(ports[j]); in hidden_def()
115 if (low2 <= high) { in hidden_def()
118 low, high, proto_str, low2, high2, proto_str2); in hidden_def()
/external/selinux/libsepol/src/
Dports.c181 int low2 = c->u.port.low_port; in sepol_port_exists() local
184 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
219 int low2 = c->u.port.low_port; in sepol_port_query() local
222 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp47 FX_FLOAT low2, in GetIntersection() argument
51 if (low1 >= high2 || low2 >= high1) { in GetIntersection()
54 interlow = low1 > low2 ? low1 : low2; in GetIntersection()
/external/selinux/checkpolicy/
Dpolicy_define.c4647 uint64_t low2, high2; in define_iomem_context() local
4649 low2 = c->u.iomem.low_iomem; in define_iomem_context()
4651 if (low <= high2 && low2 <= high) { in define_iomem_context()
4654 low2, high2); in define_iomem_context()
4711 uint32_t low2, high2; in define_ioport_context() local
4713 low2 = c->u.ioport.low_ioport; in define_ioport_context()
4715 if (low <= high2 && low2 <= high) { in define_ioport_context()
4718 low2, high2); in define_ioport_context()
4903 unsigned int prot2, low2, high2; in define_port_context() local
4906 low2 = c->u.port.low_port; in define_port_context()
[all …]
/external/opencv3/3rdparty/libwebp/dsp/
Denc_sse2.c531 const __m128i low2 = _mm_unpacklo_epi8(diff2, zero); in SSE_Nx4SSE2() local
537 const __m128i low_madd2 = _mm_madd_epi16(low2, low2); in SSE_Nx4SSE2()
/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp541 FX_FLOAT low2,