Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 25 of 197) sorted by relevance

12345678

/llvm-project/llvm/test/MC/AArch64/SME2/
H A Dsub.s15 sub za.s[w8, 0, vgx2], {z0.s, z1.s} // 11000001-10100000-00011100-00011000 label
21 sub za.s[w8, 0], {z0.s, z1.s} // 11000001-10100000-00011100-00011000 label
27 sub za.s[w10, 5, vgx2], {z10.s, z11.s} // 11000001-10100000-01011101-01011101 label
33 sub za.s[w10, 5], {z10.s, z11.s} // 11000001-10100000-01011101-01011101 label
39 sub za.s[w11, 7, vgx2], {z12.s, z13.s} // 11000001-10100000-01111101-10011111 label
45 sub za.s[w11, 7], {z12.s, z13.s} // 11000001-10100000-01111101-10011111 label
51 sub za.s[w11, 7, vgx2], {z30.s, z31.s} // 11000001-10100000-01111111-11011111 label
57 sub za.s[w11, 7], {z30.s, z31.s} // 11000001-10100000-01111111-11011111 label
63 sub za.s[w8, 5, vgx2], {z16.s, z17.s} // 11000001-10100000-00011110-00011101 label
69 sub za.s[w8, 5], {z16.s, z17.s} // 11000001-10100000-00011110-00011101 label
[all …]
H A Dsub-diagnostics.s6 sub za.s[w8, 8], {z20.s-z21.s}, z10.s label
11 sub za.d[w8, -1, vgx4], {z0.s-z3.s}, z0.s label
16 sub za.d[w8, 8, vgx4], {z0.s-z3.s} label
21 sub za.d[w8, -1, vgx4], {z0.s-z3.s} label
29 sub za.d[w7, 0], {z0.d-z3.d}, z0.d label
34 sub za.s[w12, 0], {z0.s-z1.s}, z0.s label
42 sub za.h[w8, #0], {z0.h-z3.h}, z4.h label
47 sub za.h[w8, 0, vgx2], {z0.s, z1.s} label
55 sub za.s[w8, 0, vgx4], {z0.s-z1.s}, z0.s label
60 sub za.d[w8, 0, vgx2], {z0.d-z3.d}, z0.d label
[all …]
/llvm-project/llvm/test/MC/AArch64/SVE/
H A Dsub.s12 sub z0.h, z0.h, z0.h label
18 sub z21.b, z10.b, z21.b label
24 sub z31.d, p7/m, z31.d, z31.d label
30 sub z23.h, p3/m, z23.h, z13.h label
36 sub z31.h, z31.h, z31.h label
42 sub z21.h, z10.h, z21.h label
48 sub z31.b, z31.b, z31.b label
54 sub z0.s, z0.s, z0.s label
60 sub z23.s, p3/m, z23.s, z13.s label
66 sub z23.b, z13.b, z8.b label
[all …]
H A Dsub-diagnostics.s4 sub z3.h, z26.h, z32.h label
10 sub z4.h, z27.h, z31.x label
16 sub z0.h, z8.h, z8.b label
22 sub z29.d, p7/a, z29.d, z8.d label
28 sub z29.d, p7, z29.d, z8.d label
36 sub z26.b, p8/m, z26.b, z27.b label
41 sub z14.h, p8/m, z14.h, z18.h label
46 sub z30.s, p8/m, z30.s, z23.s label
51 sub z29.d, p8/m, z29.d, z3.d label
59 sub z25.b, p4/m, z26.b, z2.b label
[all …]
/llvm-project/flang/test/Semantics/
H A Dbind-c04.f907 subroutine sub(x, y) subroutine
10 subroutine proc() bind(c) argument
16 subroutine aproc1() bind(c,name="foo") argument
23 procedure(proc), bind(c, name="aaa") :: pc1, pc2
26 procedure(proc), bind(c, name="bbb"), pointer :: pc3
29 procedure(proc), bind(c, name="ccc") :: x local
31 procedure(proc), bind(c) :: pc4, pc5
34 procedure(proc), bind(c, name="pc6"), pointer :: pc6
36 procedure(proc), bind(c), pointer :: pc7
38 procedure(proc), bind(c) :: y local
[all …]
H A Dresolve15.f9019 subroutine sub subroutine
33 subroutine sub(x, y) subroutine
41 module subroutine specific argument
H A Dresolve102.f905 subroutine sub(p2) subroutine
6 PROCEDURE(sub) :: p2 argument
13 subroutine sub(p2) subroutine
25 !ERROR: Procedure 'p' is recursively defined. Procedures in the cycle: 'p', 'sub', 'p2' argument
47 Subroutine sub(p2) subroutine
48 Procedure(sub1) :: p2 argument
62 Subroutine sub(p2) subroutine
63 Procedure(sub1) :: p2 argument
H A Dignore_tkr03.f9013 subroutine sub(var, ptr) subroutine
16 ! CHECK: CALL lib_sub argument
H A Dbindings03.f906 procedure :: sub method
9 subroutine sub(x) subroutine
16 procedure(sub), pointer :: p argument
H A Ddefinable03.f902 subroutine sub(j) subroutine
3 integer, intent(in) :: j local
H A Dresolve113.f9012 subroutine sub() subroutine
26 submodule(m) m2 argument
H A Ddfloat.f908 subroutine sub(n) subroutine
14 end subroutine argument
/llvm-project/flang/test/Lower/
H A Darray-copy-semantics.f907 subroutine sub(a,b,c,i,j,k) subroutine
8 real a(i,j,k), b(i,j,k), c(i,j,k)
9 real t1(i,j,k), t2(i,j,k)
10 integer i, j, k local
34 end subroutine sub argument
H A Dext-proc-as-actual-argument-2.f9022 subroutine sub(arg) subroutine
23 character(20), external :: arg
H A Dext-proc-as-actual-argument-1.f9022 subroutine sub(arg) subroutine
23 character(20), external :: arg
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-resolve04.f906 subroutine sub(a) subroutine
18 end subroutine argument
/llvm-project/flang/test/Lower/OpenMP/
H A Dwsloop-unstructured.f903 subroutine sub(imax, jmax, x, y) subroutine
21 end subroutine sub argument
H A Dthreadprivate-hlfir.f9020 subroutine sub() subroutine
26 end subroutine argument
/llvm-project/flang/test/Lower/OpenMP/Todo/
H A Domp-declare-simd.f905 subroutine sub(x, y) subroutine
9 !$omp declare simd(sub) aligned(x) argument
/llvm-project/llvm/test/MC/ARM/
H A Dinvalid-addsub.s6 sub sp, r5, #1 label
8 sub sp, r3, r2 label
9 sub sp, r3, r5, lsl #3 label
/llvm-project/flang/test/Lower/HLFIR/
H A Dcalls-constant-expr-arg.f909 subroutine sub(i, n) subroutine
17 end subroutine sub argument
/llvm-project/flang/test/Evaluate/
H A Delem-shape.f905 subroutine sub(x,y) subroutine
6 real :: x(:), y(:)
/llvm-project/llvm/test/MC/X86/apx/
H A Dsub-intel.s71 sub dx, word ptr [r8 + 4*rax + 291], 123 define
119 sub dx, word ptr [r8 + 4*rax + 291], 1234 define
/llvm-project/flang/test/Lower/forall/
H A Dcharacter-1.f9011 subroutine sub(x) subroutine
17 end subroutine sub argument
/llvm-project/flang/test/Parser/
H A Dmissing-colons.f909 subroutine sub(x) subroutine
11 end subroutine argument

12345678