Home
last modified time | relevance | path

Searched refs:vm2 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom43_mul.c93 #define vm2 (scratch + 2 * n + 1) /* 2n+1 */ in mpn_toom43_mul() macro
191 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom43_mul()
206 mpn_toom_interpolate_6pts (pp, n, flags, vm1, vm2, v2, t + s); in mpn_toom43_mul()
211 #undef vm2 in mpn_toom43_mul()
H A Dtoom52_mul.c96 #define vm2 (scratch + 2 * n + 1) /* 2n+1 */ in mpn_toom52_mul() macro
214 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom52_mul()
229 mpn_toom_interpolate_6pts (pp, n, flags, vm1, vm2, v2, t + s); in mpn_toom52_mul()
234 #undef vm2 in mpn_toom52_mul()
H A Dtoom4_sqr.c109 #define vm2 (scratch + 2 * n + 1) /* 2n+1 */ in mpn_toom4_sqr() macro
125 TOOM4_SQR_REC (vm2, amx, n + 1, tp); /* vm2, 2n+1 limbs */ in mpn_toom4_sqr()
162 mpn_toom_interpolate_7pts (pp, n, (enum toom7_flags) 0, vm2, vm1, v2, vh, 2*s, tp); in mpn_toom4_sqr()
H A Dtoom44_mul.c146 #define vm2 (scratch + 2 * n + 1) /* 2n+1 */ in mpn_toom44_mul() macro
167 TOOM44_MUL_N_REC (vm2, amx, bmx, n + 1, tp); /* vm2, 2n+1 limbs */ in mpn_toom44_mul()
234 mpn_toom_interpolate_7pts (pp, n, flags, vm2, vm1, v2, vh, s + t, tp); in mpn_toom44_mul()
H A Dtoom62_mul.c247 #define vm2 (scratch + 2 * n + 1) /* 2n+1 */ in mpn_toom62_mul() macro
256 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom62_mul()
307 vm2, vm1, v2, vh, s + t, scratch_out); in mpn_toom62_mul()
H A Dtoom53_mul.c245 #define vm2 (scratch + 2 * n + 1) /* 2n+1 */ in mpn_toom53_mul() macro
254 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom53_mul()
327 mpn_toom_interpolate_7pts (pp, n, flags, vm2, vm1, v2, vh, s + t, in mpn_toom53_mul()
/netbsd-src/external/mpl/mozilla-certdata/share/certs/
H A DActalis_Authentication_Root_CA.pem16 KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F
/netbsd-src/sys/kern/
H A Dsysv_shm.c778 shmfork(struct vmspace *vm1, struct vmspace *vm2) in shmfork() argument
783 SHMPRINTF(("shmfork %p->%p\n", vm1, vm2)); in shmfork()
785 vm2->vm_shm = vm1->vm_shm; in shmfork()
/netbsd-src/sys/uvm/
H A Duvm_map.c4652 struct vmspace *vm2;
4660 vm2 = uvmspace_alloc(vm_map_min(old_map), vm_map_max(old_map),
4662 memcpy(&vm2->vm_startcopy, &vm1->vm_startcopy, in uvm_mapent_trymerge()
4664 new_map = &vm2->vm_map; /* XXX */ in uvm_mapent_trymerge()
4713 (*uvm_shmfork)(vm1, vm2); in uvm_mapent_trymerge()
4716 pmap_fork(vm1->vm_map.pmap, vm2->vm_map.pmap); in uvm_mapent_trymerge()
4720 return (vm2); in uvm_mapent_trymerge()
4581 struct vmspace *vm2; uvmspace_fork() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c7458 rtx vm2 = gen_rtx_VEC_MERGE (mode, op2, op3, mask1); in test_vec_merge() local
7471 rtx nvm = gen_rtx_VEC_MERGE (mode, vm1, vm2, mask1); in test_vec_merge()
7473 ASSERT_EQ (vm2, simplify_merge_mask (nvm, mask1, 1)); in test_vec_merge()
7483 rtx binop = gen_rtx_PLUS (mode, vm1, vm2); in test_vec_merge()
7490 rtx tenop = gen_rtx_FMA (mode, vm1, vm2, vm3); in test_vec_merge()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc8209 rtx vm2 = gen_rtx_VEC_MERGE (mode, op2, op3, mask1); in test_vec_merge() local
8222 rtx nvm = gen_rtx_VEC_MERGE (mode, vm1, vm2, mask1); in test_vec_merge()
8224 ASSERT_EQ (vm2, simplify_merge_mask (nvm, mask1, 1)); in test_vec_merge()
8234 rtx binop = gen_rtx_PLUS (mode, vm1, vm2); in test_vec_merge()
8241 rtx tenop = gen_rtx_FMA (mode, vm1, vm2, vm3); in test_vec_merge()