Home
last modified time | relevance | path

Searched refs:vdot (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/MC/ARM/
Dbfloat16-a32-errors.s5 vdot.bf16 d3, d4, d5
6 vdot.bf16 q0, q1, q2
7 vdot.bf16 d3, d4, d5[1]
8 vdot.bf16 q0, q1, d5[1]
Dbfloat16-t32-errors.s3 vdot.bf16 d3, d4, d5
7 vdot.bf16 q0, q1, q2
11 vdot.bf16 d3, d4, d5[1]
15 vdot.bf16 q0, q1, d5[1]
Dbfloat16-a32.s4 vdot.bf16 d3, d4, d5
6 vdot.bf16 q0, q1, q2
8 vdot.bf16 d3, d4, d5[1]
10 vdot.bf16 q0, q1, d5[1]
/external/llvm-project/llvm/test/MC/Disassembler/ARM/
Dbfloat16-t32.txt6 # CHECK: vdot.bf16 d3, d4, d5
7 # CHECK: vdot.bf16 q0, q1, q2
10 # CHECK: vdot.bf16 d3, d4, d5[1]
13 # CHECK: vdot.bf16 q0, q1, d5[1]
Dbfloat16-a32_2.txt7 # CHECK: vdot.bf16 d3, d4, d5
11 # CHECK: vdot.bf16 q0, q1, q2
Dbfloat16-a32_1.txt9 # CHECK: vdot.bf16 d3, d4, d5[1]
13 # CHECK-NEXT: vdot.bf16 q0, q1, d5[1]
/external/llvm-project/llvm/test/CodeGen/ARM/
Darm-bf16-dotprod-intrinsics.ll7 ; CHECK-NEXT: vdot.bf16 d0, d1, d2
17 ; CHECK-NEXT: vdot.bf16 q0, q1, q2
27 ; CHECK-NEXT: vdot.bf16 d0, d1, d2[0]
41 ; CHECK-NEXT: vdot.bf16 q0, q1, q8
54 ; CHECK-NEXT: vdot.bf16 d0, d1, d3[1]
68 ; CHECK-NEXT: vdot.bf16 q0, q1, d4[0]
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc69 int64 vmaj, vmin, vdot; in WarnIfBadPtxasVersion() local
75 !absl::SimpleAtoi(vdot_str, &vdot)) { in WarnIfBadPtxasVersion()
98 } else if (std::make_tuple(vmaj, vmin, vdot) < std::make_tuple(9, 2, 88)) { in WarnIfBadPtxasVersion()
101 << vdot in WarnIfBadPtxasVersion()
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops_test.py131 np_math_ops.vdot, np.vdot, 'vdot', operands=operands)
Dnp_math_ops.py340 def vdot(a, b): # pylint: disable=missing-docstring function
/external/tensorflow/third_party/py/numpy/tf_numpy_api/
Dtensorflow.experimental.numpy.pbtxt888 name: "vdot"
/external/llvm-project/clang/include/clang/Basic/
Darm_neon.td209 : Op<(call "vdot", $p0, $p1,
212 : Op<(call "vdot", $p0, $p1,
1833 def DOT : SInst<"vdot", "..(<<)(<<)", "iQiUiQUi">;
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td9082 def BF16VDOTS_VDOTD : BF16VDOTS<0, DPR, "vdot", v2f32, v4bf16>;
9083 def BF16VDOTS_VDOTQ : BF16VDOTS<1, QPR, "vdot", v4f32, v8bf16>;
9085 defm BF16VDOTI_VDOTD : BF16VDOTI<0, DPR, "vdot", v2f32, v4bf16, (v2f32 DPR_VFP2:$Vm)>;
9086 defm BF16VDOTI_VDOTQ : BF16VDOTI<1, QPR, "vdot", v4f32, v8bf16, (EXTRACT_SUBREG QPR:$Vm, dsub_0)>;