Home
last modified time | relevance | path

Searched refs:mhs (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dneon-v8.1a.ll21 define <4 x i16> @test_vqrdmlah_v4i16(<4 x i16> %acc, <4 x i16> %mhs, <4 x i16> %rhs) {
23 %prod = call <4 x i16> @llvm.arm.neon.vqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
29 define <8 x i16> @test_vqrdmlah_v8i16(<8 x i16> %acc, <8 x i16> %mhs, <8 x i16> %rhs) {
31 %prod = call <8 x i16> @llvm.arm.neon.vqrdmulh.v8i16(<8 x i16> %mhs, <8 x i16> %rhs)
37 define <2 x i32> @test_vqrdmlah_v2i32(<2 x i32> %acc, <2 x i32> %mhs, <2 x i32> %rhs) {
39 %prod = call <2 x i32> @llvm.arm.neon.vqrdmulh.v2i32(<2 x i32> %mhs, <2 x i32> %rhs)
45 define <4 x i32> @test_vqrdmlah_v4i32(<4 x i32> %acc, <4 x i32> %mhs, <4 x i32> %rhs) {
47 %prod = call <4 x i32> @llvm.arm.neon.vqrdmulh.v4i32(<4 x i32> %mhs, <4 x i32> %rhs)
53 define <4 x i16> @test_vqrdmlsh_v4i16(<4 x i16> %acc, <4 x i16> %mhs, <4 x i16> %rhs) {
55 %prod = call <4 x i16> @llvm.arm.neon.vqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-v8.1a.ll30 define <4 x i16> @test_sqrdmlah_v4i16(<4 x i16> %acc, <4 x i16> %mhs, <4 x i16> %rhs) {
32 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
40 define <8 x i16> @test_sqrdmlah_v8i16(<8 x i16> %acc, <8 x i16> %mhs, <8 x i16> %rhs) {
42 %prod = call <8 x i16> @llvm.aarch64.neon.sqrdmulh.v8i16(<8 x i16> %mhs, <8 x i16> %rhs)
50 define <2 x i32> @test_sqrdmlah_v2i32(<2 x i32> %acc, <2 x i32> %mhs, <2 x i32> %rhs) {
52 %prod = call <2 x i32> @llvm.aarch64.neon.sqrdmulh.v2i32(<2 x i32> %mhs, <2 x i32> %rhs)
60 define <4 x i32> @test_sqrdmlah_v4i32(<4 x i32> %acc, <4 x i32> %mhs, <4 x i32> %rhs) {
62 %prod = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %mhs, <4 x i32> %rhs)
70 define <4 x i16> @test_sqrdmlsh_v4i16(<4 x i16> %acc, <4 x i16> %mhs, <4 x i16> %rhs) {
72 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
[all …]
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp983 Init *mhs, Init *rhs, in get() argument
999 mhs), in get()
1003 if (!I) I = new TernOpInit(opc, lhs, mhs, rhs, Type); in get()
1225 Init *mhs = MHS->resolveReferences(R, RV); in resolveReferences() local
1226 return (TernOpInit::get(getOpcode(), lhs, mhs, in resolveReferences()
1236 Init *mhs = MHS->resolveReferences(R, RV); in resolveReferences() local
1239 if (LHS != lhs || MHS != mhs || RHS != rhs) in resolveReferences()
1240 return (TernOpInit::get(getOpcode(), lhs, mhs, rhs, in resolveReferences()
/external/boringssl/src/crypto/obj/
Dobjects.txt835 Mail 1 : mime-mhs : MIME MHS
836 mime-mhs 1 : mime-mhs-headings : mime-mhs-headings
837 mime-mhs 2 : mime-mhs-bodies : mime-mhs-bodies
838 mime-mhs-headings 1 : id-hex-partial-message : id-hex-partial-message
839 mime-mhs-headings 2 : id-hex-multipart-message : id-hex-multipart-message
/external/llvm/lib/TableGen/
DRecord.cpp1121 Init *mhs = MHS->resolveReferences(R, RV); in resolveReferences() local
1122 return (TernOpInit::get(getOpcode(), lhs, mhs, in resolveReferences()
1131 Init *mhs = MHS->resolveReferences(R, RV); in resolveReferences() local
1134 if (LHS != lhs || MHS != mhs || RHS != rhs) in resolveReferences()
1135 return (TernOpInit::get(getOpcode(), lhs, mhs, rhs, in resolveReferences()
/external/llvm/include/llvm/TableGen/
DRecord.h860 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() argument
862 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit()
872 Init *mhs, Init *rhs,
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1008 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit() argument
1010 OpInit(Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit()
1017 Init *mhs, Init *rhs,
/external/webrtc/talk/media/testdata/
Dvoice.rtpdump6 …��t���plv�������o`f���]^���i\i��utm���fZg����|�vpo������{������������������mhs���}q{���u_^kv�q\Z]s…
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt5672 "mhs~u",