Home
last modified time | relevance | path

Searched refs:b16 (Results 1 – 25 of 48) sorted by relevance

12

/external/webrtc/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc94 int16_t b16 = -17; in TEST_F() local
119 EXPECT_EQ(104, WebRtcSpl_AddSatW16(a16, b16)); in TEST_F()
120 EXPECT_EQ(138, WebRtcSpl_SubSatW16(a16, b16)); in TEST_F()
162 int16_t b16[kVectorSize]; in TEST_F() local
168 WebRtcSpl_MemSetW16(b16, 3, kVectorSize); in TEST_F()
170 EXPECT_EQ(3, b16[kk]); in TEST_F()
172 WebRtcSpl_ZerosArrayW16(b16, kVectorSize); in TEST_F()
174 EXPECT_EQ(0, b16[kk]); in TEST_F()
188 WEBRTC_SPL_MEMCPY_W16(b16, bTmp16, kVectorSize); in TEST_F()
190 EXPECT_EQ(b16[kk], bTmp16[kk]); in TEST_F()
[all …]
/external/skia/src/core/
DSk4x4f.h49 auto b16 = _mm_loadu_si128((const __m128i*)bs); in Transpose() local
52 auto r = _mm_cvtepi32_ps(_mm_and_si128(mask, (b16 ))), in Transpose()
53 g = _mm_cvtepi32_ps(_mm_and_si128(mask, _mm_srli_epi32(b16, 8))), in Transpose()
54 b = _mm_cvtepi32_ps(_mm_and_si128(mask, _mm_srli_epi32(b16, 16))), in Transpose()
55 a = _mm_cvtepi32_ps( _mm_srli_epi32(b16, 24)); in Transpose()
92 auto b16 = vreinterpretq_u32_u8(vld1q_u8(bs)); in Transpose() local
93 auto r = vcvtq_f32_u32(vandq_u32(vdupq_n_u32(0x000000FF), b16) ), in Transpose()
94 g = vcvtq_n_f32_u32(vandq_u32(vdupq_n_u32(0x0000FF00), b16), 8), in Transpose()
95 b = vcvtq_n_f32_u32(vandq_u32(vdupq_n_u32(0x00FF0000), b16), 16), in Transpose()
96 a = vcvtq_n_f32_u32(vandq_u32(vdupq_n_u32(0xFF000000), b16), 24); in Transpose()
/external/llvm/test/CodeGen/NVPTX/
Dpr13291-i1-store.ll16 ; PTX32: and.b16 %rs{{[0-9]+}}, %rs{{[0-9]+}}, 1;
17 ; PTX32: setp.eq.b16 %p{{[0-9]+}}, %rs{{[0-9]+}}, 1;
19 ; PTX64: and.b16 %rs{{[0-9]+}}, %rs{{[0-9]+}}, 1;
20 ; PTX64: setp.eq.b16 %p{{[0-9]+}}, %rs{{[0-9]+}}, 1;
Darithmetic-int.ll275 ; CHECK: and.b16 %rs{{[0-9]+}}, %rs{{[0-9]+}}, %rs{{[0-9]+}}
282 ; CHECK: or.b16 %rs{{[0-9]+}}, %rs{{[0-9]+}}, %rs{{[0-9]+}}
289 ; CHECK: xor.b16 %rs{{[0-9]+}}, %rs{{[0-9]+}}, %rs{{[0-9]+}}
297 ; CHECK: shl.b16 %rs{{[0-9]+}}, %rs{{[0-9]+}}, %r{{[0-9]+}}
/external/llvm/test/MC/Mips/
Dmicromips-16-bit-instructions.s58 # CHECK-EL: b16 132 # encoding: [0x42,0xcc]
60 # CHECK-EL: b16 132 # encoding: [0x42,0xcc]
113 # CHECK-EB: b16 132 # encoding: [0xcc,0x42]
115 # CHECK-EB: b16 132 # encoding: [0xcc,0x42]
163 b16 132
Dmicromips-branch-fixup.s18 # CHECK-FIXUP: b16 bar # encoding: [A,0b110011AA]
82 b16 bar
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dbswap1.ll16 define void @b16() {
17 ; ALL-LABEL: b16:
/external/clang/test/CodeGen/
Darm64-be-bitfield.c3 struct bt3 { signed b2:10; signed b3:10; } b16; variable
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td819 !strconcat(".reg .b16 %temp;\n\t",
821 !strconcat("mov.b16 \t$dst, %temp;\n",
825 !strconcat(".reg .b16 %temp;\n\t",
827 !strconcat("mov.b16 \t$dst, %temp;\n",
832 !strconcat(".reg .b16 %temp;\n\t",
833 !strconcat("mov.b16 \t%temp, $src0;\n\t",
1669 "mov.b16 \t$r, $s;",
3342 "suld.b.1d.b16.clamp \\{$r\\}, [$s, \\{$x\\}];",
3363 "suld.b.a1d.b16.clamp \\{$r\\}, [$s, \\{$l, $x\\}];",
3384 "suld.b.2d.b16.clamp \\{$r\\}, [$s, \\{$x, $y\\}];",
[all …]
DNVPTXVector.td341 def ShiftLV2I16 : VecShiftOp<V2AsmStr<"shl.b16">, shl, V2I16Regs, V2I32Regs,
343 def ShiftLV4I16 : VecShiftOp<V4AsmStr<"shl.b16">, shl, V4I16Regs, V4I32Regs,
345 def ShiftLV2I8 : VecShiftOp<V2AsmStr<"shl.b16">, shl, V2I8Regs, V2I32Regs,
347 def ShiftLV4I8 : VecShiftOp<V4AsmStr<"shl.b16">, shl, V4I8Regs, V4I32Regs,
936 def V4I16_Select : Vec_Select<V4I16Regs, Select_Str4<"b16">.s, SELECTi16rr>;
937 def V2I16_Select : Vec_Select<V2I16Regs, Select_Str2<"b16">.s, SELECTi16rr>;
938 def V4I8_Select : Vec_Select<V4I8Regs, Select_Str4<"b16">.s, SELECTi8rr>;
939 def V2I8_Select : Vec_Select<V2I8Regs, Select_Str2<"b16">.s, SELECTi8rr>;
1122 def LoadParamScalar4I16 : LoadParamScalar4Inst<Int16Regs, ".v4.b16">;
1127 def LoadParamScalar2I16 : LoadParamScalar2Inst<Int32Regs, ".v2.b16">;
[all …]
DNVPTXInstrInfo.td962 // Template for three-arg bitwise operations. Takes three args, Creates .b16,
975 !strconcat(OpcStr, ".b16 \t$dst, $a, $b;"),
979 !strconcat(OpcStr, ".b16 \t$dst, $a, $b;"),
1007 "not.b16 \t$dst, $src;",
1256 // boolean predicate, e.g. setp.eq.and.b16.
1275 defm SETP_b16 : SETP<"b16", Int16Regs, i16imm>;
1305 defm SET_b16 : SET<"b16", Int16Regs, i16imm>;
1368 defm SELP_b16 : SELP_PATTERN<"b16", Int16Regs, i16imm, imm>;
1901 def LoadParamMemI16 : LoadParamMemInst<Int16Regs, ".b16">;
1905 def LoadParamMemV2I16 : LoadParamV2MemInst<Int16Regs, ".b16">;
[all …]
/external/libopus/silk/
DMacroCount.h197 static OPUS_INLINE opus_int64 silk_SMLALBB(opus_int64 a64, opus_int16 b16, opus_int16 c16){ in silk_SMLALBB() argument
200 ret = a64 + ((opus_int64)(b16) * /*(opus_int64)*/(c16)); in silk_SMLALBB()
549 static OPUS_INLINE opus_int16 silk_ADD_SAT16( opus_int16 a16, opus_int16 b16 ) { in silk_ADD_SAT16() argument
552 res = (opus_int16)silk_SAT16( silk_ADD32( (opus_int32)(a16), (b16) ) ); in silk_ADD_SAT16()
577 static OPUS_INLINE opus_int16 silk_SUB_SAT16( opus_int16 a16, opus_int16 b16 ) { in silk_SUB_SAT16() argument
581 res = (opus_int16)silk_SAT16( silk_SUB32( (opus_int32)(a16), (b16) ) ); in silk_SUB_SAT16()
DMacroDebug.h135 static OPUS_INLINE opus_int16 silk_ADD_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line… in silk_ADD_SAT16_() argument
137 res = (opus_int16)silk_SAT16( silk_ADD32( (opus_int32)(a16), (b16) ) ); in silk_ADD_SAT16_()
138 if ( res != silk_SAT16( (opus_int32)a16 + (opus_int32)b16 ) ) in silk_ADD_SAT16_()
140 fprintf (stderr, "silk_ADD_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line); in silk_ADD_SAT16_()
196 static OPUS_INLINE opus_int16 silk_SUB_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line… in silk_SUB_SAT16_() argument
198 res = (opus_int16)silk_SAT16( silk_SUB32( (opus_int32)(a16), (b16) ) ); in silk_SUB_SAT16_()
199 if ( res != silk_SAT16( (opus_int32)a16 - (opus_int32)b16 ) ) in silk_SUB_SAT16_()
201 fprintf (stderr, "silk_SUB_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line); in silk_SUB_SAT16_()
DSigProc_FIX.h419 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… argument
435 #define silk_DIV32_16(a32, b16) ((opus_int32)((a32) / (b16))) argument
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_HMARK.h34 } b16; member
/external/iptables/include/linux/netfilter/
Dxt_HMARK.h33 } b16; member
/external/clang/test/SemaCXX/
Duninitialized.cpp478 …B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within … in setupB() local
510 B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within i… variable
1173 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}} variable
1231 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}} member
1260 b16{ {}, {b16.a2.i1} }, // expected-warning{{uninitialized}}
/external/swiftshader/third_party/LLVM/test/CodeGen/PTX/
Dmov.ll34 ; CHECK: mov.b16 %ret{{[0-9]+}}, %param{{[0-9]+}};
/external/llvm/test/CodeGen/Mips/
Dra-allocatable.ll36 @b16 = external global i32*
150 %33 = load i32*, i32** @b16, align 4
/external/libusb/include/libusb/
Dlibusb.h165 uint16_t b16; in libusb_cpu_to_le16() member
169 return _tmp.b16; in libusb_cpu_to_le16()
/external/libusb/libusb/
Dlibusb.h165 uint16_t b16; in libusb_cpu_to_le16() member
169 return _tmp.b16; in libusb_cpu_to_le16()
/external/tcpdump/tests/
Dripv2_auth.out31 0x0000: 728c 5b16 9a1b 3913 0021 a73f 7a73 bc1b
/external/valgrind/VEX/priv/
Dhost_arm64_defs.c4112 UInt b16 = 2; /* impossible */ in emit_ARM64Instr() local
4115 case ARM64fpu_NEG: b16 = 1; b15 = 0; break; in emit_ARM64Instr()
4116 case ARM64fpu_SQRT: b16 = 1; b15 = 1; break; in emit_ARM64Instr()
4117 case ARM64fpu_ABS: b16 = 0; b15 = 1; break; in emit_ARM64Instr()
4120 if (b16 < 2 && b15 < 2) { in emit_ARM64Instr()
4121 *p++ = X_3_8_5_6_5_5(X000, X11110011, (X0000 << 1) | b16, in emit_ARM64Instr()
4150 UInt b16 = 2; /* impossible */ in emit_ARM64Instr() local
4153 case ARM64fpu_NEG: b16 = 1; b15 = 0; break; in emit_ARM64Instr()
4154 case ARM64fpu_SQRT: b16 = 1; b15 = 1; break; in emit_ARM64Instr()
4155 case ARM64fpu_ABS: b16 = 0; b15 = 1; break; in emit_ARM64Instr()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp63 TEST_REGCLS(RegI16, b16); in getRegisterTypeName()
/external/mdnsresponder/mDNSWindows/DLLX/
DDLLX.idl80 typedef [ uuid(98FB4702-7374-4b16-A8DB-AD35BFB8364D) ]

12