Home
last modified time | relevance | path

Searched refs:Pn (Results 1 – 25 of 1300) sorted by relevance

12345678910>>...52

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DPosition.hs28 data Posn = Pn String !Int !Int (Maybe Posn) constructor
46 addcol n (Pn f r c i) = Pn f r (c+n) i
51 newline (Pn f r _ i) = let r' = r+1 in r' `seq` Pn f r' 1 i
55 tab (Pn f r c i) = Pn f r (((c`div`8)+1)*8) i
59 newlines n (Pn f r _ i) = Pn f (r+n) 1 i
63 newpos r Nothing (Pn f _ c i) = Pn f r c i
64 newpos r (Just ('"':f)) (Pn _ _ c i) = Pn (init f) r c i
65 newpos r (Just f) (Pn _ _ c i) = Pn f r c i
74 lineno (Pn _ r _ _) = r
75 filename (Pn f _ _ _) = f
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DPosition.hs28 data Posn = Pn String !Int !Int (Maybe Posn) constructor
46 addcol n (Pn f r c i) = Pn f r (c+n) i
51 newline (Pn f r _ i) = let r' = r+1 in r' `seq` Pn f r' 1 i
55 tab (Pn f r c i) = Pn f r (((c`div`8)+1)*8) i
59 newlines n (Pn f r _ i) = Pn f (r+n) 1 i
63 newpos r Nothing (Pn f _ c i) = Pn f r c i
64 newpos r (Just ('"':f)) (Pn _ _ c i) = Pn (init f) r c i
65 newpos r (Just f) (Pn _ _ c i) = Pn f r c i
74 lineno (Pn _ r _ _) = r
75 filename (Pn f _ _ _) = f
[all …]
/dports/devel/hs-cpphs/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DPosition.hs28 data Posn = Pn String !Int !Int (Maybe Posn) constructor
46 addcol n (Pn f r c i) = Pn f r (c+n) i
51 newline (Pn f r _ i) = let r' = r+1 in r' `seq` Pn f r' 1 i
55 tab (Pn f r c i) = Pn f r (((c`div`8)+1)*8) i
59 newlines n (Pn f r _ i) = Pn f (r+n) 1 i
63 newpos r Nothing (Pn f _ c i) = Pn f r c i
64 newpos r (Just ('"':f)) (Pn _ _ c i) = Pn (init f) r c i
65 newpos r (Just f) (Pn _ _ c i) = Pn f r c i
74 lineno (Pn _ r _ _) = r
75 filename (Pn f _ _ _) = f
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dumat_aniso_plas.f731 QSn(1)=c3*(x(1)*Pn(1)+x(2)*Pn(2)+x(4)*Pn(3)+
732 & 2.d0*(x(7)*Pn(4)+x(11)*Pn(5)+x(16)*Pn(6)))+sg(1)*h2
733 QSn(2)=c3*(x(2)*Pn(1)+x(3)*Pn(2)+x(5)*Pn(3)+
735 QSn(3)=c3*(x(4)*Pn(1)+x(5)*Pn(2)+x(6)*Pn(3)+
737 QSn(4)=c3*(x(7)*Pn(1)+x(8)*Pn(2)+x(9)*Pn(3)+
739 QSn(5)=c3*(x(11)*Pn(1)+x(12)*Pn(2)+x(13)*Pn(3)+
741 QSn(6)=c3*(x(16)*Pn(1)+x(17)*Pn(2)+x(18)*Pn(3)+
760 gm1=Pn(1)*sg(1)+Pn(2)*sg(2)+Pn(3)*sg(3)+
761 & 2.d0*(Pn(4)*sg(4)+Pn(5)*sg(5)+Pn(6)*sg(6))+
770 ddg=gm1*(htri-(Pn(1)*r(1)+Pn(2)*r(2)+Pn(3)*r(3)+
[all …]
H A Dumat_aniso_creep.f625 gm1=Pn(1)*sg(1)+Pn(2)*sg(2)+Pn(3)*sg(3)+
626 & (Pn(4)*sg(4)+Pn(5)*sg(5)+Pn(6)*sg(6))
628 ddg=gm1*(htri-(Pn(1)*r(1)+Pn(2)*r(2)+Pn(3)*r(3)+
629 & (Pn(4)*r(4)+Pn(5)*r(5)+Pn(6)*r(6))))
916 gm1=Pn(1)*sg(1)+Pn(2)*sg(2)+Pn(3)*sg(3)+
917 & (Pn(4)*sg(4)+Pn(5)*sg(5)+Pn(6)*sg(6))
919 fu=(htri-(Pn(1)*r(1)+Pn(2)*r(2)+Pn(3)*r(3)+
920 & (Pn(4)*r(4)+Pn(5)*r(5)+Pn(6)*r(6))))
1136 stiff(1)=gr(1,1)-gm1*Pn(1)*Pn(1)
1137 stiff(2)=gr(1,2)-gm1*Pn(1)*Pn(2)
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpq_poly/test/
H A Dt-legendre_p.c24 fmpq_poly_t Pn, Pn1, Pn2, R; in main() local
33 fmpq_poly_init(Pn); in main()
38 fmpq_poly_set_ui(Pn, UWORD(1)); in main()
45 if (!fmpq_poly_equal(Pn, R)) in main()
49 flint_printf("Recur.: "); fmpq_poly_print_pretty(Pn, "x"); flint_printf("\n"); in main()
55 fmpq_poly_scalar_mul_si(Pn, Pn, -(n+1)); in main()
56 fmpq_poly_add(Pn2, Pn2, Pn); in main()
59 fmpq_poly_swap(Pn, Pn1); in main()
63 fmpq_poly_clear(Pn); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpq_poly/test/
H A Dt-legendre_p.c24 fmpq_poly_t Pn, Pn1, Pn2, R; in main() local
33 fmpq_poly_init(Pn); in main()
38 fmpq_poly_set_ui(Pn, UWORD(1)); in main()
45 if (!fmpq_poly_equal(Pn, R)) in main()
49 flint_printf("Recur.: "); fmpq_poly_print_pretty(Pn, "x"); flint_printf("\n"); in main()
55 fmpq_poly_scalar_mul_si(Pn, Pn, -(n+1)); in main()
56 fmpq_poly_add(Pn2, Pn2, Pn); in main()
59 fmpq_poly_swap(Pn, Pn1); in main()
63 fmpq_poly_clear(Pn); in main()
/dports/math/flint2/flint-2.8.4/fmpq_poly/test/
H A Dt-legendre_p.c24 fmpq_poly_t Pn, Pn1, Pn2, R; in main() local
33 fmpq_poly_init(Pn); in main()
38 fmpq_poly_set_ui(Pn, UWORD(1)); in main()
45 if (!fmpq_poly_equal(Pn, R)) in main()
49 flint_printf("Recur.: "); fmpq_poly_print_pretty(Pn, "x"); flint_printf("\n"); in main()
55 fmpq_poly_scalar_mul_si(Pn, Pn, -(n+1)); in main()
56 fmpq_poly_add(Pn2, Pn2, Pn); in main()
59 fmpq_poly_swap(Pn, Pn1); in main()
63 fmpq_poly_clear(Pn); in main()
/dports/math/e-antic/flint2-ae7ec89/fmpz_poly/test/
H A Dt-fibonacci.c19 fmpz_poly_t Pn, Pn1, Pn2, R; in main() local
28 fmpz_poly_init(Pn); in main()
33 fmpz_poly_set_ui(Pn, UWORD(0)); in main()
40 if (!fmpz_poly_equal(Pn, R)) in main()
44 flint_printf("Recur.: "); fmpz_poly_print_pretty(Pn, "x"); flint_printf("\n"); in main()
49 fmpz_poly_add(Pn2, Pn2, Pn); in main()
51 fmpz_poly_swap(Pn, Pn1); in main()
55 fmpz_poly_clear(Pn); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_poly/test/
H A Dt-fibonacci.c19 fmpz_poly_t Pn, Pn1, Pn2, R; in main() local
28 fmpz_poly_init(Pn); in main()
33 fmpz_poly_set_ui(Pn, UWORD(0)); in main()
40 if (!fmpz_poly_equal(Pn, R)) in main()
44 flint_printf("Recur.: "); fmpz_poly_print_pretty(Pn, "x"); flint_printf("\n"); in main()
49 fmpz_poly_add(Pn2, Pn2, Pn); in main()
51 fmpz_poly_swap(Pn, Pn1); in main()
55 fmpz_poly_clear(Pn); in main()
/dports/math/flint2/flint-2.8.4/fmpz_poly/test/
H A Dt-fibonacci.c19 fmpz_poly_t Pn, Pn1, Pn2, R; in main() local
28 fmpz_poly_init(Pn); in main()
33 fmpz_poly_set_ui(Pn, UWORD(0)); in main()
40 if (!fmpz_poly_equal(Pn, R)) in main()
44 flint_printf("Recur.: "); fmpz_poly_print_pretty(Pn, "x"); flint_printf("\n"); in main()
49 fmpz_poly_add(Pn2, Pn2, Pn); in main()
51 fmpz_poly_swap(Pn, Pn1); in main()
55 fmpz_poly_clear(Pn); in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/polyselect/
H A Drotate_all.c43 modul_gcd (gg, gpn, Pn); in special_update()
93 modulusul_t Pn; in update_table() local
98 modul_init (gpn, Pn); in update_table()
99 modul_init (bpn, Pn); in update_table()
100 modul_init (r, Pn); in update_table()
101 modul_init (l, Pn); in update_table()
102 modul_init (v, Pn); in update_table()
164 modul_clear (r, Pn); in update_table()
165 modul_clear (l, Pn); in update_table()
166 modul_clear (v, Pn); in update_table()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DDCRComplexSolve.F90854 ALLOCATE( Nodes % x(Pn), Nodes % y(Pn), Nodes % z(Pn) )
862 BScalarReal(Pn), BScalarImag(Pn) )
967 B0r = SUM( BscalarReal(1:Pn) * Basis(1:Pn) )
968 B0i = SUM( BscalarImag(1:Pn) * Basis(1:Pn) )
1005 SUM( Basis(1:Pn) * Pressure(1,1:Pn) ) * B0r &
1006 -SUM( Basis(1:Pn) * Pressure(2,1:Pn) ) * B0i
1010 +SUM( Basis(1:Pn) * Pressure(2,1:Pn) ) * B0r
1014 -SUM( Basis(1:Pn) * Pressure(2,1:Pn) ) * B0i
1018 +SUM( Basis(1:Pn) * Pressure(2,1:Pn) ) * B0r
1302 A0r = SUM( AscalarReal(1:Pn) * Basis(1:Pn) )
[all …]
/dports/x11/mlterm/mlterm-3.9.1/doc/en/
H A DControlSequences10 O CBT (Cursor Backward Tabulation) CSI Pn Z
11 O CHA (Cursor Horizontal Absolute) CSI Pn G
12 O CHT (Cursor Horizontal Forward Tabulation) CSI Pn I
13 O CNL (Cursor Next Line) CSI Pn E
14 O CPL (Cursor Previous Line) CSI Pn F
17 O CUB (Cursor Backward) CSI Pn D
18 O CUD (Cursor Down) CSI Pn B
19 O CUF (Cursor Forward) CSI Pn C
21 O CUU (Cursor Up) CSI Pn A
25 O DCH (Delete Character) CSI Pn P
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll7 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
11 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
15 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
19 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
23 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
27 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
35 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
47 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
55 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
63 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll7 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
11 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
15 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
19 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
23 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
27 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
35 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
47 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
55 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
63 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/
H A Dsve-pred-log.ll3 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
7 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
11 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
15 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
19 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
23 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
31 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
43 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
51 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
59 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll3 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
7 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
11 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
15 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
19 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
23 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
31 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
43 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
51 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
59 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/
H A Dsve-pred-log.ll3 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
7 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
11 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
15 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
19 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
23 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
31 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
43 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
51 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
59 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll7 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
11 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
15 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
19 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
23 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
27 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
35 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
47 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
55 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
63 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AArch64/
H A Dsve-pred-log.ll7 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
11 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
15 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
19 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
23 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
27 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
35 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
47 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
55 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
63 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll3 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
7 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
11 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
15 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
19 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
23 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
31 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
43 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
51 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
59 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll3 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
7 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
11 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
15 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
19 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
23 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
31 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
43 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
51 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
59 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll7 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
11 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
15 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
19 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
23 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
27 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
35 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
47 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
55 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
63 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AArch64/
H A Dsve-pred-log.ll3 define <vscale x 16 x i1> @vselect_16(<vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 …
7 %res = select <vscale x 16 x i1> %Pg, <vscale x 16 x i1> %Pn, <vscale x 16 x i1> %Pd
11 define <vscale x 8 x i1> @vselect_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1>…
15 %res = select <vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd
19 define <vscale x 4 x i1> @vselect_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1>…
23 %res = select <vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd
31 %res = select <vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd
43 define <vscale x 8 x i1> @and_8(<vscale x 8 x i1> %Pg, <vscale x 8 x i1> %Pn, <vscale x 8 x i1> %Pd…
51 define <vscale x 4 x i1> @and_4(<vscale x 4 x i1> %Pg, <vscale x 4 x i1> %Pn, <vscale x 4 x i1> %Pd…
59 define <vscale x 2 x i1> @and_2(<vscale x 2 x i1> %Pg, <vscale x 2 x i1> %Pn, <vscale x 2 x i1> %Pd…
[all …]

12345678910>>...52