Home
last modified time | relevance | path

Searched refs:c_2 (Results 1 – 8 of 8) sorted by relevance

/NextBSD/crypto/openssl/crypto/bn/asm/
HDsparcv8.S533 #define c_2 %o3 macro
570 rd %y,c_2
575 addcc c_2,t_1,c_2
581 addcc c_2,t_1,c_2 !=
584 st c_2,rp(1) !r[1]=c2;
591 addx %g0,%g0,c_2
598 addx c_2,%g0,c_2 !=
603 addx c_2,%g0,c_2
609 addxcc c_2,t_2,c_2
614 addxcc c_2,t_2,c_2
[all …]
HDmips.pl1013 ($t_1,$t_2,$c_1,$c_2,$c_3)=($t8,$t9,$v0,$v1,$a3);
1072 mfhi $c_2
1083 $ADDU $c_2,$t_1
1084 sltu $at,$c_2,$t_1
1092 $ADDU $c_2,$t_1
1093 sltu $at,$c_2,$t_1
1098 $ST $c_2,$BNSZ($a0) # r[1]=c2;
1114 sltu $c_2,$c_1,$t_2
1123 $ADDU $c_2,$at
1132 $ADDU $c_2,$t_2
[all …]
HDmips3.s757 #define c_2 v1 macro
792 mfhi c_2
803 daddu c_2,t_1
804 sltu AT,c_2,t_1
812 daddu c_2,t_1
813 sltu AT,c_2,t_1
817 sd c_2,8(a0) /* r[1]=c2; */
833 sltu c_2,c_1,t_2
842 daddu c_2,AT
851 daddu c_2,t_2
[all …]
/NextBSD/sys/netpfil/ipfw/
HDip_dn_private.h226 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */ member
HDip_dn_glue.c116 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */ member
HDip_dn_io.c395 p_b = SCALE_MUL((int64_t)fs->c_1, (int64_t)q->avg) - fs->c_2; in red_drops()
HDip_dummynet.c1081 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red()
/NextBSD/contrib/gcc/
HDtree-data-ref.c3652 add_multivariate_self_dist (struct data_dependence_relation *ddr, tree c_2) in add_multivariate_self_dist() argument
3655 tree c_1 = CHREC_LEFT (c_2); in add_multivariate_self_dist()
3666 x_2 = index_in_loop_nest (CHREC_VARIABLE (c_2), DDR_LOOP_NEST (ddr)); in add_multivariate_self_dist()
3671 dist_v[x_1] = int_cst_value (CHREC_RIGHT (c_2)); in add_multivariate_self_dist()