/external/llvm/tools/lto/ |
CMakeLists.txt | 17 set(bsl ${BUILD_SHARED_LIBS}) 21 set(BUILD_SHARED_LIBS ${bsl})
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 307 const int bsl = b_width_log2(sb_size), bs = (1 << bsl) / 2; 310 const int boffset = b_width_log2(BLOCK_64X64) - bsl; 315 assert(MAX(bwl, bhl) <= bsl); 320 vpx_memset(above_ctx, pcvalue[bwl == bsl], bs); 321 vpx_memset(left_ctx, pcvalue[bhl == bsl], bs); 332 int bsl = mi_width_log2(sb_type), bs = 1 << bsl; 334 int boffset = mi_width_log2(BLOCK_64X64) - bsl; 337 assert(bsl >= 0) [all...] |
/external/llvm/test/MC/AArch64/ |
neon-bitwise-instructions.s | 43 bsl v0.8b, v1.8b, v2.8b 44 bsl v0.16b, v1.16b, v2.16b 54 // CHECK: bsl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0x62,0x2e] 55 // CHECK: bsl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0x62,0x6e]
|
neon-diagnostics.s | 68 // Vector And Orr Eor Bsl Bit Bif, Orn, Bic, 74 bsl v0.8b, v1.16b, v2.8b 75 bsl v0.2s, v1.2s, v2.2s 91 // CHECK-ERROR: bsl v0.8b, v1.16b, v2.8b 94 // CHECK-ERROR: bsl v0.2s, v1.2s, v2.2s [all...] |
/external/llvm/test/CodeGen/AArch64/ |
neon-bitwise-instructions.ll | 43 ;CHECK: bsl {{v[0-31]+}}.8b, {{v[0-31]+}}.8b, {{v[0-31]+}}.8b 51 ;CHECK: bsl {{v[0-31]+}}.16b, {{v[0-31]+}}.16b, {{v[0-31]+}}.16b 449 ;CHECK: bsl {{v[0-31]+}}.8b, {{v[0-31]+}}.8b, {{v[0-31]+}}.8b 458 ;CHECK: bsl {{v[0-31]+}}.8b, {{v[0-31]+}}.8b, {{v[0-31]+}}.8b 466 ;CHECK: bsl {{v[0-31]+}}.8b, {{v[0-31]+}}.8b, {{v[0-31]+}}.8b 474 ;CHECK: bsl {{v[0-31]+}}.16b, {{v[0-31]+}}.16b, {{v[0-31]+}}.16b 482 ;CHECK: bsl {{v[0-31]+}}.16b, {{v[0-31]+}}.16b, {{v[0-31]+}}.16b 490 ;CHECK: bsl {{v[0-31]+}}.16b, {{v[0-31]+}}.16b, {{v[0-31]+}}.16b 499 ;CHECK: bsl {{v[0-31]+}}.8b, {{v[0-31]+}}.8b, {{v[0-31]+}}.8b 508 ;CHECK: bsl {{v[0-31]+}}.8b, {{v[0-31]+}}.8b, {{v[0-31]+}}.8 [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
L01Dns2x4Ftr.c | 195 uint32 bsL = 0; 249 bsL += ( vL & 0x0F0F0F0F ) + ( ( vL >> 4 ) & 0x0F0F0F0F ); 255 bsL = ( bsL & 0x00FF00FF ) + ( ( bsL >> 8 ) & 0x00FF00FF ); 256 bsL += bsL >> 16; 260 uint32 actL = ( bsL & 0x0FFFF );
|
L01Tld1x1Ftr.c | 192 uint32 bsL = 0; 198 bsL += bbf_BIT_SUM_32( vL ); 201 bsL += bbf_BIT_SUM_32( vL ); 204 bsL += bbf_BIT_SUM_32( vL ); 207 bsL += bbf_BIT_SUM_32( vL ); 213 return bsL * ptrL->activityFactorE;
|
/external/chromium_org/tools/checklicenses/ |
checklicenses.py | 55 'BSL (v1.0)', 129 'BSL (v1.0) GPL', 130 'BSL (v1.0) GPL (v3.1)',
|
/external/clang/test/CodeGen/ |
aarch64-neon-intrinsics.c | 759 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 765 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 771 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 777 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 783 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 789 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 795 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 801 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 807 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 813 // CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8 [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 834 const int bsl = b_width_log2(bsize), bs = (1 << bsl) / 4; local 849 partition = partition_lookup[bsl][c1]; 1008 int bsl = b_width_log2(bsize); local 1760 int bsl = b_width_log2(BLOCK_64X64), bs = 1 << bsl; local [all...] |
vp9_bitstream.c | 604 const int bsl = b_width_log2(bsize); local 605 const int bs = (1 << bsl) / 4; 613 partition = partition_lookup[bsl][m->mbmi.sb_type]; [all...] |
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl.vanilla | 537 $license = "BSL " . ($1 ? "(v$2) " : '') . $license;
|
licensecheck.pl | 591 $license = "BSL " . ($1 ? "(v$2) " : '') . $license;
|
/external/clang/include/clang/Basic/ |
arm_neon.td | 498 def BSL : SInst<"vbsl", "dudd", "csilUcUsUiUlfPcPsQcQsQiQlQUcQUsQUiQUlQfQPcQPsQd">;
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrNEON.td | 385 def BSLvvv_8B : NeonI_3VSame_Constraint_impl<"bsl", ".8b", VPR64, v8i8, 388 def BSLvvv_16B : NeonI_3VSame_Constraint_impl<"bsl", ".16b", VPR128, v16i8, 408 // Allow to match BSL instruction pattern with non-constant operand 470 // Additional patterns for bitwise instruction BSL [all...] |
AArch64ISelLowering.cpp | 75 // We combine OR nodes for bitfield and NEON BSL operations. [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
neon-instructions.txt | 57 # Vector Bsl, Bit, Bif 59 # CHECK: bsl v0.8b, v1.8b, v2.8b
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-stack-overflow.js | [all...] |
/prebuilts/sdk/tools/linux/ |
libLLVM.so | |