Home
last modified time | relevance | path

Searched +full:32 +full:mv (Results 1 – 25 of 220) sorted by relevance

123456789

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl80 MV $NUM,A0 ; reassign $NUM
84 || [A0] MV SP,FP
109 || MV $CTXA,$CTXB
134 MV $Ahi,$Actxhi
135 || MV $Alo,$Actxlo
136 || MV $Bhi,$Bctxhi
137 || MV $Blo,$Bctxlo
138 || MV $Chi,$Cctxhi
139 || MV $Clo,$Cctxlo
142 MV $Ehi,$Ectxhi
[all …]
H A Dkeccak1600-c64x.pl25 # [incredible for a 32-bit processor] 10.9 cycles per processed byte
102 .align 32
223 || MV A$A[0][1],A$C[1] ; Rho+Pi, "early start"
224 || MV B$A[0][1],B$C[1]
232 || MV A$A[0][3],A$C[3]
233 || MV B$A[0][3],B$C[3]
241 || MV A$A[0][2],A$C[2]
242 || MV B$A[0][2],B$C[2]
248 || MV A$A[0][4],A$C[4]
249 || MV B$A[0][4],B$C[4]
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8952.txt20 - 0: 32mV/us
21 - 1: 16mV/us
22 - 2: 8mV/us
23 - 3: 4mV/us
24 - 4: 2mV/us
25 - 5: 1mV/us
26 - 6: 0.5mV/us
27 - 7: 0.25mV/us
28 Defaults to 32mV/us if not specified.
H A Dmaxim,max8952.yaml46 - 0: 32mV/us
47 - 1: 16mV/us
48 - 2: 8mV/us
49 - 3: 4mV/us
50 - 4: 2mV/us
51 - 5: 1mV/us
52 - 6: 0.5mV/us
53 - 7: 0.25mV/us
54 Defaults to 32mV/us if not specified.
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm16 ;; being the number of 32-bit words, addition - 8*n. Corresponding 4x
53 MV ARG2,B0
58 || [B0] MV ARG0,A2
59 || [B0] MV ARG3,A3
71 || MV.S A17,A23
77 MV A19,RET ; return value
83 MV ARG2,B0
97 || MV.S A17,A21
103 MV A19,RET ; return value
109 MV ARG2,B0
[all …]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl21 # Performance is [incredible for a 32-bit processor] 1.82 cycles per
54 .asg MV,SWAP2
55 .asg MV.L,SWAP4
96 || MV A23,B23
106 .align 32
112 || [A2] MV SP,FP
114 || [A2] MV $CTXA,$S3b ; borrow $S3b
144 || MV B29,B30 ; B30 is h3
145 MV $R0,$R0b
174 || MV $S2,$S2a
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dda7219.txt32 - dlg,micbias-lvl : Voltage (mV) for Mic Bias
38 - dlg,ldo-lvl : Required internal LDO voltage (mV) level for digital engine
46 - dlg,micbias-pulse-lvl : Mic bias higher voltage pulse level (mV).
56 ["32ms_64ms", "64ms_128ms", "128ms_256ms", "256ms_512ms"]
101 dlg,jack-det-rate = "32ms_64ms";
H A Ddialog,da7219.yaml73 Voltage (mV) for Mic Bias.
99 Mic bias higher voltage pulse level (mV).
133 enum: ["32_64", "64_128", "128_256", "256_512"]
226 dlg,jack-det-rate = "32_64";
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dsave.S19 #if __riscv_xlen == 32
27 mv t1, zero
65 li t1, 32
67 sw s6, 32(sp)
124 mv t1, zero
148 li t1, 32
150 sd s8, 32(sp)
227 # error "xlen must be 32 or 64 for save-restore implementation
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm8950.dtsi115 channel@32 {
/freebsd/sys/arm/mv/
H A Dic.c46 #include <arm/mv/mvreg.h>
47 #include <arm/mv/mvvar.h>
161 filt = ~((last >= 32) ? (2 << (last - 32)) - 1 : 0); in arm_get_next_irq()
201 if (nb < 32) { in arm_mask_irq()
208 mr &= ~(1 << (nb - 32)); in arm_mask_irq()
223 if (nb < 32) { in arm_unmask_irq()
230 mr |= (1 << (nb - 32)); in arm_unmask_irq()
/freebsd/stand/forth/
H A Dmenu.rc117 set optionstoggled_ansi[3]="^[1mA^[mCPI Support ^[32;7mOn^[m"
125 set optionstoggled_ansi[4]="Safe ^[1mM^[mode... ^[32;7mOn^[m"
133 set optionstoggled_ansi[5]="^[1mS^[mingle User. ^[32;7mOn^[m"
140 set optionsansi_caption[6]="^[1mV^[merbose..... ^[34;1mOff^[m"
141 set optionstoggled_ansi[6]="^[1mV^[merbose..... ^[32;7mOn^[m"
/freebsd/contrib/bearssl/test/
H A Dtest_math.c77 32,
247 uint32_t mp[40], ma[40], mb[40], mv[60], mx[100]; in test_modint() local
286 impl->decode(mv, ev, vlen); in test_modint()
290 check_eqz(mv, v); in test_modint()
312 impl->decode(mv, ev, vlen); in test_modint()
313 impl->reduce(ma, mv, mp); in test_modint()
407 * lengths of both factors can be arbitrary modulo 2^32. Factors
414 * 32-bit words).
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl86 .eval 32-TBL1,TBL1
87 .eval 32-TBL2,TBL2
88 .eval 32-TBL3,TBL3
121 || MV $TEA,$TEB
124 MV A9,$s[0]
125 || MV A8,$s[1]
126 || MV B9,$s[2]
127 || MV B8,$s[3]
129 MV A8,$s[0]
130 || MV A9,$s[1]
[all …]
/freebsd/contrib/cortex-strings/scripts/
H A Dtrim.sh7 … convert $i -bordercolor white -border 1x1 -trim +repage -alpha off +dither -colors 32 PNG8:next-$i
8 mv next-$i $i
/freebsd/sys/dev/acpica/
H A Dacpi_smbus.h38 #define SMBUS_DATA 4 /* 32 bytes */
113 * unit : mV
196 * unit : mV
247 * unit : mV
248 * range : 0..65535 mV
/freebsd/sys/arm/mv/armada38x/
H A Darmada38x.c35 #include <arm/mv/mvwin.h>
36 #include <arm/mv/mvreg.h>
37 #include <arm/mv/mvvar.h>
57 return (((uint64_t)sar_high << 32) | sar_low); in get_sar_value_armada38x()
/freebsd/tools/test/stress2/misc/
H A Dmsdos13.sh46 newfs_msdos -F 32 -b 8192 /dev/md$mdstart$part > /dev/null
62 mv f$i-$j g$i-$j
66 mv g$i-$j f$i-$j
/freebsd/contrib/ncurses/include/
H A Dedit_cfg.sh2 # $Id: edit_cfg.sh,v 1.16 2022/07/16 18:02:32 tom Exp $
50 mv "$2" "$BAK"
65 mv "$BAK" "$2"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp171 MutableValue *MV = this; in write() local
173 !CastInst::isBitOrNoopPointerCastable(Ty, MV->getType(), DL)) { in write()
174 if (isa<Constant *>(MV->Val) && !MV->makeMutable()) in write()
177 MutableAggregate *Agg = cast<MutableAggregate *>(MV->Val); in write()
184 MV = &Agg->Elements[Index->getZExtValue()]; in write()
187 Type *MVType = MV->getType(); in write()
188 MV->clear(); in write()
190 MV->Val = ConstantExpr::getIntToPtr(V, MVType); in write()
192 MV->Val = ConstantExpr::getPtrToInt(V, MVType); in write()
194 MV->Val = ConstantExpr::getBitCast(V, MVType); in write()
[all …]
/freebsd/contrib/ntp/util/
H A Dntp-keygen.1ntp-keygenman519 \f\*[B-Font]MV\f[]
654 \f\*[B-Font]MV\f[]
691 \f\*[B-Font]MV\f[]
701 values from 256 to 2048 (32 to 256 octets).
790 \f\*[B-Font]MV\f[]
815 The modulus defaults to 512, but can be set from 256 to 2048 (32 to 256 octets).
850 \f\*[B-Font]IFF\f[], \f\*[B-Font]GQ\f[] \f\*[B-Font]and\f[] \f\*[B-Font]MV\f[]
881 \f\*[B-Font]MV\f[]
899 .NOP \f\*[B-Font]\-V\f[] \f\*[B-Font]\-\-mv-params\f[] \f\*[I-Font]nkeys\f[]
902 encrypted server keys and parameters for the Mu-Varadharajan (MV)
[all...]
H A Dntp-keygen.man.in519 \f\*[B-Font]MV\f[]
654 \f\*[B-Font]MV\f[]
691 \f\*[B-Font]MV\f[]
701 values from 256 to 2048 (32 to 256 octets).
790 \f\*[B-Font]MV\f[]
815 The modulus defaults to 512, but can be set from 256 to 2048 (32 to 256 octets).
850 \f\*[B-Font]IFF\f[], \f\*[B-Font]GQ\f[] \f\*[B-Font]and\f[] \f\*[B-Font]MV\f[]
881 \f\*[B-Font]MV\f[]
899 .NOP \f\*[B-Font]\-V\f[] \f\*[B-Font]\-\-mv-params\f[] \f\*[I-Font]nkeys\f[]
902 encrypted server keys and parameters for the Mu-Varadharajan (MV)
[all...]
H A Dntp-keygen.mdoc.in456 .Cm MV
579 .Cm MV
616 .Cm MV
626 values from 256 to 2048 (32 to 256 octets).
706 .Cm MV
729 The modulus defaults to 512, but can be set from 256 to 2048 (32 to 256 octets).
760 .Cm IFF , GQ and MV
790 .Cm MV
805 .It Fl V Fl \-mv\-params Ar nkeys
808 encrypted server keys and parameters for the Mu\-Varadharajan (MV)
[all...]
H A Dntp-keygen.1ntp-keygenmdoc456 .Cm MV
579 .Cm MV
616 .Cm MV
626 values from 256 to 2048 (32 to 256 octets).
706 .Cm MV
729 The modulus defaults to 512, but can be set from 256 to 2048 (32 to 256 octets).
760 .Cm IFF , GQ and MV
790 .Cm MV
805 .It Fl V Fl \-mv\-params Ar nkeys
808 encrypted server keys and parameters for the Mu\-Varadharajan (MV)
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp45 ".srodata.cst32", ELF::SHT_PROGBITS, ELF::SHF_ALLOC | ELF::SHF_MERGE, 32); in Initialize()
49 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
51 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
150 // than 32 bytes, so just use .srodata here. in getSectionForConstant()

123456789