/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrFormats.td | 23 /// 12 M68020 (d8,An,Xn.L,SCALE) g address register indirect with index 24 /// 11 M68020 (d8,An,Xn.W,SCALE) G address register indirect with index 25 /// 14 M68020 ([bd,An],Xn.L,SCALE,od) u memory indirect postindexed mode 26 /// 13 M68020 ([bd,An],Xn.W,SCALE,od) U memory indirect postindexed mode 27 /// 16 M68020 ([bd,An,Xn.L,SCALE],od) v memory indirect preindexed mode 28 /// 15 M68020 ([bd,An,Xn.W,SCALE],od) V memory indirect preindexed mode 34 /// 25 M68020 (d8,PC,Xn.L,SCALE) l program counter with index 35 /// 24 M68020 (d8,PC,Xn.W,SCALE) L program counter with index 36 /// 27 M68020 ([bd,PC],Xn.L,SCALE,od) x program counter memory indirect postindexed mode 37 /// 26 M68020 ([bd,PC],Xn.W,SCALE,o [all...] |
/freebsd/crypto/openssl/crypto/whrlpool/asm/ |
H A D | wp-mmx.pl | 18 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results 65 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); } 66 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) { 75 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); } 76 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); } 81 { if ($SCALE==2) { ((8-shift)&7); } 82 elsif ($SCALE==8) { (8*shift); } 127 &movq (@mm[0],&QWP(2048*$SCALE,$tbl,"esi",8)); # rc[r]
|
/freebsd/sys/netinet/ |
H A D | ip_dummynet.h | 163 #define SCALE(x) ( (x) << SCALE_RED ) macro
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dummynet.c | 1219 hz * V_dn_cfg.red_avg_pkt_size * 8 * SCALE(1) / i; in config_red() 1226 w0 = weight = SCALE(1) - fs->w_q; //fs->w_q scaled in config_red() 1233 fs->min_th = SCALE(fs->fs.min_th); in config_red() 1234 fs->max_th = SCALE(fs->fs.max_th); in config_red() 1239 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red() 1240 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red() 1243 fs->c_3 = (SCALE(1) - fs->max_p) / fs->fs.max_th; in config_red() 1244 fs->c_4 = SCALE(1) - 2 * fs->max_p; in config_red() 1268 fs->w_q_lookup[0] = SCALE(1) - fs->w_q; in config_red()
|
H A D | ip_dn_io.c | 337 int diff = SCALE(q_size) - q->avg; in red_drops() 400 if (SCALE_MUL(p_b, SCALE((int64_t)q->count)) > q->random) { in red_drops()
|
H A D | ip_dn_glue.c | 112 #define SCALE(x) ( (x) << SCALE_RED ) macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | GenericOpcodes.td | 655 /// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point 656 /// multiplication on 2 integers with the same width and scale. SCALE 658 /// SCALE parameter must be a constant integer. A scale of zero is 691 /// RESULT = [US]DIVFIX(LHS, RHS, SCALE) - Perform fixed point division on 692 /// 2 integers with the same width and scale. SCALE represents the scale 693 /// of both operands as fixed point numbers. This SCALE parameter must be a
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-strcpy-slm.S | 67 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 69 movslq (%r11, INDEX, SCALE), %rcx; \
|
H A D | sse4-memcmp-slm.S | 74 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 76 movslq (%r11, INDEX, SCALE), %rcx; \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver4.td | 279 // SCALE instructions use FP23 pipelines 1541 // SCALE & REDUCE instructions
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 11827 …title = "{ACM} Algorithm 463: Algorithms {SCALE}1, {SCALE}2, and {SCALE}3 for Determination… 11840 …r generated plots; computer graphics; determination of; FORTRAN; SCALE 1; SCALE 2; SCALE 3; scales…
|