Home
last modified time | relevance | path

Searched full:in1 (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbmc/linux/arch/mips/crypto/
H A Dpoly1305-mips.pl76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
135 ld $in1,8($inp)
142 dsrlv $tmp3,$in1,$tmp1
143 dsllv $in1,$in1,$tmp0
147 dsllv $tmp3,$in1,$tmp1
148 dsrlv $in1,$in1,$tmp0
152 or $in1,$in1,$tmp2
156 ldl $in1,8+MSB($inp)
158 ldr $in1,8+LSB($inp)
163 dsbh $in1,$in1
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Daes-neon.S127 .macro sub_bytes_4x, in0, in1, in2, in3
130 sub v9.16b, \in1\().16b, v15.16b
131 tbl \in1\().16b, {v16.16b-v19.16b}, \in1\().16b
137 tbx \in1\().16b, {v20.16b-v23.16b}, v9.16b
145 tbx \in1\().16b, {v24.16b-v27.16b}, v9.16b
153 tbx \in1\().16b, {v28.16b-v31.16b}, v9.16b
158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
161 sshr \tmp1\().16b, \in1\().16b, #7
163 shl \out1\().16b, \in1\().16b, #1
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
[all …]
H A Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0
60 __pair\enc \sz, \op, w14, w15, \in1, \in2, \in0, 8
61 __pair\enc \sz, \op, w16, w17, \in2, \in3, \in1, 16
74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
75 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
76 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op
79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
80 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
81 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
/openbmc/entity-manager/configurations/
H A Dsbp1_rssd.json9 "in1",
84 "Label": "in1",
92 "Label": "in1",
100 "Label": "in1",
108 "Label": "in1",
137 "in1",
212 "Label": "in1",
220 "Label": "in1",
228 "Label": "in1",
236 "Label": "in1",
[all …]
H A Dfp5280g3_chassis.json29 "in1",
67 "Label": "in1",
74 "Label": "in1",
81 "Label": "in1",
88 "Label": "in1",
297 "in1",
308 "Label": "in1",
315 "Label": "in1",
322 "Label": "in1",
329 "Label": "in1",
[all …]
/openbmc/linux/lib/
H A Dtest_memcat_p.c24 struct test_struct **in0, **in1, **out, **p; in test_memcat_p_init() local
31 in1 = kcalloc(INPUT_MAX, sizeof(*in1), GFP_KERNEL); in test_memcat_p_init()
32 if (!in1) in test_memcat_p_init()
40 in1[i] = kmalloc(sizeof(**in1), GFP_KERNEL); in test_memcat_p_init()
41 if (!in1[i]) { in test_memcat_p_init()
49 in1[i]->num = -r; in test_memcat_p_init()
51 in1[i]->magic = MAGIC; in test_memcat_p_init()
54 in0[i] = in1[i] = NULL; in test_memcat_p_init()
56 out = memcat_p(in0, in1); in test_memcat_p_init()
83 if (out[i] != in0[i] || out[i + INPUT_MAX - 1] != in1[i]) { in test_memcat_p_init()
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Daesp10-ppc.pl121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
177 lvx $in1,0,$inp
183 vperm $in0,$in0,$in1,$key # align [and byte swap in LE]
273 vperm $in1,$in1,$tmp,$key # align [and byte swap in LE]
279 vperm $key,$in1,$in1,$mask # roate-n-splat
289 vsldoi $stage,$zero,$in1,8
291 vxor $tmp,$tmp,$in1
292 vsldoi $in1,$zero,$in1,12 # >>32
294 vxor $in1,$in1,$tmp
296 vxor $in1,$in1,$key
[all …]
/openbmc/linux/arch/arm/crypto/
H A Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
44 __select t0, \in1, 1
49 __select \out1, \in1, 0
67 __select \t3, \in1, 2
92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
93 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
94 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op, \oldcpsr
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
98 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
99 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op, \oldcpsr
/openbmc/linux/arch/ia64/kernel/
H A Desi_stub.S44 * in1 = address of array of ESI parameters
56 ld8 out0=[in1],8 // ESI params loaded from array
58 ld8 out1=[in1],8
60 ld8 out2=[in1],8
62 ld8 out3=[in1],8
64 ld8 out4=[in1],8
66 ld8 out5=[in1],8
68 ld8 out6=[in1],8
70 ld8 out7=[in1]
/openbmc/linux/arch/ia64/lib/
H A Didiv32.S48 EXTEND in1 = in1 // in1 = b
51 setf.sig f9 = in1
53 sub in1 = r0, in1 // in1 = -b
67 setf.sig f9 = in1 // f9 = -b
H A Dstrncpy_from_user.S8 * in1: address of string to be copied
26 mov r9=in1
28 add r10=in1,in2
34 EX(.Lexit, ld1 r8=[in1],1)
39 (p6) cmp.ne.unc p8,p0=in1,r10
43 (p7) sub r8=in1,r9,1 // return string length (excluding NUL character)
H A Dip_fast_csum.S10 * in1: length of the buffer (int)
29 #define in1 r33 macro
38 cmp.ne p6,p7=5,in1 // size other than 20 byte?
87 dep.z out1=in1,2,30
101 ld4 r21=[in1],4
105 ld4 r23=[in1],4
109 ld4 r25=[in1],4
116 ld4 r27=[in1],4
H A Dxor.S22 mov r8 = in1
27 mov r16 = in1
60 mov r8 = in1
65 mov r16 = in1
101 mov r8 = in1
106 mov r16 = in1
145 mov r8 = in1
150 mov r16 = in1
/openbmc/entity-manager/configurations/meta/
H A Dcatalina_hdd.json13 "in1",
23 "Label": "in1",
31 "Label": "in1",
46 "in1",
56 "Label": "in1",
64 "Label": "in1",
H A Dminerva_fanboard.json264 "in1",
272 "Label": "in1",
280 "Label": "in1",
302 "in1",
310 "Label": "in1",
318 "Label": "in1",
340 "in1",
348 "Label": "in1",
356 "Label": "in1",
378 "in1",
[all …]
H A Dyosemite4_spiderboard_adc_ti_pwr_ti.json8 "in1",
65 "Label": "in1",
73 "Label": "in1",
81 "Label": "in1",
89 "Label": "in1",
97 "Label": "in1",
105 "Label": "in1",
222 "in1"
277 "Label": "in1",
285 "Label": "in1",
[all …]
H A Dharma_fanboard.json136 "in1",
148 "in1",
160 "in1",
172 "in1",
325 "in1",
337 "in1",
349 "in1",
361 "in1",
H A Dminerva_pttv.json8 "in1",
36 "Label": "in1",
44 "Label": "in1",
132 "in1",
142 "Label": "in1",
150 "Label": "in1",
197 "in1",
207 "Label": "in1",
215 "Label": "in1",
H A Dharma_mb_vr_infineon.json37 "in1",
48 "Label": "in1",
56 "Label": "in1",
142 "in1",
169 "Label": "in1",
177 "Label": "in1",
270 "in1",
280 "Label": "in1",
288 "Label": "in1",
319 "in1",
[all...]
H A Dminerva_cmm.json37 "in1",
62 "Label": "in1",
70 "Label": "in1",
101 "in1",
126 "Label": "in1",
134 "Label": "in1",
/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) in fe_freeze()
110 { const u32 x17 = in1[9]; in fe_freeze()
111 { const u32 x18 = in1[8]; in fe_freeze()
112 { const u32 x16 = in1[7]; in fe_freeze()
113 { const u32 x14 = in1[6]; in fe_freeze()
114 { const u32 x12 = in1[5]; in fe_freeze()
115 { const u32 x10 = in1[4]; in fe_freeze()
116 { const u32 x8 = in1[3]; in fe_freeze()
117 { const u32 x6 = in1[2]; in fe_freeze()
118 { const u32 x4 = in1[1]; in fe_freeze()
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1004 them, and store them back. See the "in1", "in2", "prep", "wout" sets
1007 TCGv_i64 out, out2, in1, in2; member
1013 exceptions if they are violated. To make this easy to automate, each "in1",
1202 tcg_gen_andi_i64(o->out, o->in1, 0x7fffffffffffffffull); in op_absf128()
1209 tcg_gen_add_i64(o->out, o->in1, o->in2); in op_add()
1216 tcg_gen_add2_i64(o->out, cc_src, o->in1, cc_src, o->in2, cc_src); in op_addu64()
1244 tcg_gen_add_i64(o->out, o->in1, o->in2); in op_addc32()
1254 tcg_gen_add2_i64(o->out, cc_src, o->in1, zero, cc_src, zero); in op_addc64()
1264 o->in1 = tcg_temp_new_i64(); in op_asi()
1266 tcg_gen_qemu_ld_tl(o->in1, o->addr1, get_mem_index(s), s->insn->data); in op_asi()
[all …]
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-internal.h17 #define SUM_OVERFLOW_U64(in1, in2) ((in1) > UINT64_MAX - (in2)) argument
18 #define SUM_SATURATE_U64(in1, in2) \ argument
20 uint64_t _in1 = (in1), _in2 = (in2); \
/openbmc/linux/drivers/crypto/vmx/
H A Daesp8-ppc.pl121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
177 lvx $in1,0,$inp
183 vperm $in0,$in0,$in1,$key # align [and byte swap in LE]
273 vperm $in1,$in1,$tmp,$key # align [and byte swap in LE]
279 vperm $key,$in1,$in1,$mask # roate-n-splat
289 vsldoi $stage,$zero,$in1,8
291 vxor $tmp,$tmp,$in1
292 vsldoi $in1,$zero,$in1,12 # >>32
294 vxor $in1,$in1,$tmp
296 vxor $in1,$in1,$key
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c46 CHECK(data->in1 != -1, "in1", "got %d != exp %d\n", data->in1, -1); in test_skeleton()
66 data->in1 = 10; in test_skeleton()
81 CHECK(data->in1 != 10, "in1", "got %d != exp %d\n", data->in1, 10); in test_skeleton()
92 data->in1 = 1; in test_skeleton()

12345678910