Home
last modified time | relevance | path

Searched refs:asm2 (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/math/gmp/gmp-6.2.1/mpn/generic/
H A Dtoom43_mul.c99 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom43_mul() macro
114 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_dgr3_pm2 (as2, asm2, ap, n, s, a1a3)); in mpn_toom43_mul()
184 ASSERT (asm2[n] <= 9); in mpn_toom43_mul()
191 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom43_mul()
219 #undef asm2 in mpn_toom43_mul()
H A Dtoom52_mul.c102 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom52_mul() macro
115 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_pm2 (as2, asm2, 4, ap, n, s, a1a3)); in mpn_toom52_mul()
207 ASSERT (asm2[n] <= 20); in mpn_toom52_mul()
214 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom52_mul()
242 #undef asm2 in mpn_toom52_mul()
H A Dtoom62_mul.c70 mp_ptr as1, asm1, as2, asm2, ash; in mpn_toom62_mul() local
98 asm2 = TMP_SALLOC_LIMBS (n + 1); in mpn_toom62_mul()
113 …aflags = (enum toom7_flags) (aflags | (toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 5, ap, n, s, g… in mpn_toom62_mul()
238 ASSERT (asm2[n] <= 41); in mpn_toom62_mul()
256 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom62_mul()
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/generic/
H A Dtoom43_mul.c100 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom43_mul() macro
115 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_dgr3_pm2 (as2, asm2, ap, n, s, a1a3)); in mpn_toom43_mul()
185 ASSERT (asm2[n] <= 9); in mpn_toom43_mul()
192 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom43_mul()
220 #undef asm2 in mpn_toom43_mul()
H A Dtoom52_mul.c103 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom52_mul() macro
116 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_pm2 (as2, asm2, 4, ap, n, s, a1a3)); in mpn_toom52_mul()
208 ASSERT (asm2[n] <= 20); in mpn_toom52_mul()
215 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom52_mul()
243 #undef asm2 in mpn_toom52_mul()
H A Dtoom62_mul.c71 mp_ptr as1, asm1, as2, asm2, ash; in mpn_toom62_mul() local
99 asm2 = TMP_SALLOC_LIMBS (n + 1); in mpn_toom62_mul()
114 …aflags = (enum toom7_flags) (aflags | (toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 5, ap, n, s, g… in mpn_toom62_mul()
239 ASSERT (asm2[n] <= 41); in mpn_toom62_mul()
257 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom62_mul()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/generic/
H A Dtoom43_mul.c100 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom43_mul() macro
115 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_dgr3_pm2 (as2, asm2, ap, n, s, a1a3)); in mpn_toom43_mul()
185 ASSERT (asm2[n] <= 9); in mpn_toom43_mul()
192 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom43_mul()
220 #undef asm2 in mpn_toom43_mul()
H A Dtoom52_mul.c103 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom52_mul() macro
116 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_pm2 (as2, asm2, 4, ap, n, s, a1a3)); in mpn_toom52_mul()
208 ASSERT (asm2[n] <= 20); in mpn_toom52_mul()
215 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom52_mul()
243 #undef asm2 in mpn_toom52_mul()
H A Dtoom62_mul.c71 mp_ptr as1, asm1, as2, asm2, ash; in mpn_toom62_mul() local
99 asm2 = TMP_SALLOC_LIMBS (n + 1); in mpn_toom62_mul()
114 …aflags = (enum toom7_flags) (aflags | toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 5, ap, n, s, gp… in mpn_toom62_mul()
239 ASSERT (asm2[n] <= 41); in mpn_toom62_mul()
257 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom62_mul()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/generic/
H A Dtoom52_mul.c102 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom52_mul() macro
115 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_pm2 (as2, asm2, 4, ap, n, s, a1a3)); in mpn_toom52_mul()
207 ASSERT (asm2[n] <= 20); in mpn_toom52_mul()
214 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom52_mul()
242 #undef asm2 in mpn_toom52_mul()
H A Dtoom43_mul.c99 #define asm2 (scratch + 4 * n + 4) /* n+1 */ in mpn_toom43_mul() macro
114 flags = (enum toom6_flags) (toom6_vm2_neg & mpn_toom_eval_dgr3_pm2 (as2, asm2, ap, n, s, a1a3)); in mpn_toom43_mul()
184 ASSERT (asm2[n] <= 9); in mpn_toom43_mul()
191 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom43_mul()
219 #undef asm2 in mpn_toom43_mul()
H A Dtoom62_mul.c70 mp_ptr as1, asm1, as2, asm2, ash; in mpn_toom62_mul() local
98 asm2 = TMP_SALLOC_LIMBS (n + 1); in mpn_toom62_mul()
113 …aflags = (enum toom7_flags) (aflags | (toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 5, ap, n, s, g… in mpn_toom62_mul()
238 ASSERT (asm2[n] <= 41); in mpn_toom62_mul()
256 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom62_mul()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm.ll22 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,s"(i32 %asm0, i32 %asm1) nounwind
23 ret i32 %asm2
44 %asm2 = tail call i32 asm "s_add_u32 $0, $1, $2", "=s,s,0"(i32 %asm0, i32 %asm1) nounwind
45 ret i32 %asm2
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Da-c.c19 extern int asm1, asm2, asm4, fpuasm, globalx3, globaly3;
45 if (!skiploadincs) { gbxinc = asm1; gbyinc = asm2; } in hlineasm4()
161 by += asm2; in mhline()
181 by += asm2; in thline()
192 by += asm2; in thline()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Da64.yasm9 %define asm2 _asm2
23 EXTERN asm2 ; intptr_t
160 ;;; Pass: asm1=vinc2, asm2=pend
161 ;;; Return: asm1=vplc1, asm2=vplc2
176 mov rDstEnd, [rel asm2]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/feature-gates/
H A Dfeature-gate-asm2.stderr2 --> $DIR/feature-gate-asm2.rs:7:26
11 --> $DIR/feature-gate-asm2.rs:9:26

123456789