Searched refs:b_and (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | add-sitofp.ll | 57 %b_and = and i32 %b, 1073741823 60 %b_and_fp = sitofp i32 %b_and to double 77 %b_and = and i32 %b, 1073741823 80 %b_and_fp = sitofp i32 %b_and to float 114 %b_and = and <4 x i32> %b, <i32 1073741823, i32 1073741823, i32 1073741823, i32 1073741823> 117 %b_and_fp = sitofp <4 x i32> %b_and to <4 x double> 134 %b_and = and <4 x i32> %b, <i32 1073741823, i32 1073741823, i32 1073741823, i32 1073741823> 137 %b_and_fp = sitofp <4 x i32> %b_and to <4 x float>
|
/external/lua/src/ |
D | lbitlib.c | 58 static int b_and (lua_State *L) { in b_and() function 204 {"band", b_and},
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 26 const __m128i b_and = _mm_and_si128(b, *mask); in scale_plane_2_to_1_phase_0_kernel() local 27 return _mm_packus_epi16(a_and, b_and); in scale_plane_2_to_1_phase_0_kernel()
|