/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1004 them, and store them back. See the "in1", "in2", "prep", "wout" sets 1007 TCGv_i64 out, out2, in1, in2; member 1014 "in2", "prep", "wout" helper will have a SPEC_<name> define that equals one 1184 tcg_gen_abs_i64(o->out, o->in2); in op_abs() 1190 tcg_gen_andi_i64(o->out, o->in2, 0x7fffffffull); in op_absf32() 1196 tcg_gen_andi_i64(o->out, o->in2, 0x7fffffffffffffffull); in op_absf64() 1203 tcg_gen_mov_i64(o->out2, o->in2); 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() [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op 60 __pair\enc \sz, \op, w14, w15, \in1, \in2, \in0, 8 61 __pair\enc \sz, \op, w16, w17, \in2, \in3, \in1, 16 62 __pair\enc \sz, \op, \t0, \t1, \in3, \in0, \in2, 24 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
|
H A D | aes-neon.S | 127 .macro sub_bytes_4x, in0, in1, in2, in3 132 sub v10.16b, \in2\().16b, v15.16b 133 tbl \in2\().16b, {v16.16b-v19.16b}, \in2\().16b 139 tbx \in2\().16b, {v20.16b-v23.16b}, v10.16b 147 tbx \in2\().16b, {v24.16b-v27.16b}, v10.16b 154 tbx \in2\().16b, {v28.16b-v31.16b}, v10.16b 205 .macro do_block_4x, enc, in0, in1, in2, in3, rounds, rk, rkp, i 211 eor \in2\().16b, \in2\().16b, v15.16b /* ^round key */ 216 tbl \in2\().16b, {\in2\().16b}, v13.16b /* ShiftRows */ 218 sub_bytes_4x \in0, \in1, \in2, \in3 [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-cipher-core.S | 42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr 50 __select t1, \in2, 1 56 __select t2, \in2, 2 68 __select \t4, \in2, 3 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/lib/ |
H A D | memcpy_mck.S | 8 * in2: number of bytes to copy 73 #define in2 r34 macro 95 cmp.gt p15,p0=8,in2 // check for small size 100 mov saved_in2=in2 // save len 117 shr.u cnt=in2,7 // this much cache line 140 and tmp=31,in2 // copy length after iteration 141 shr.u r29=in2,5 // number of 32-byte iteration 179 and in2=7,tmp // remaining length 205 shr.u cnt=in2,7 // number of lines 210 and tmp=127,in2 // remaining bytes after this block [all …]
|
H A D | strncpy_from_user.S | 9 * in2: length of buffer in bytes 28 add r10=in1,in2 29 cmp.eq p6,p0=r0,in2 42 (p6) mov r8=in2 // buffer filled up---return buffer length
|
H A D | memcpy.S | 9 * in2: number of bytes to copy 57 or t0=t0,in2 63 cmp.eq p6,p0=in2,r0 // zero length? 69 shr.u cnt=in2,3 // number of 8-byte words to copy 74 cmp.gtu p7,p0=16,in2 // copying less than 16 bytes? 121 adds cnt=-1,in2 // br.ctop is repeat/until 200 add src_end=src,in2 224 sub cnt=in2,cnt // cnt = number of bytes left to copy
|
H A D | ip_fast_csum.S | 30 #define in2 r34 macro 102 zxt4 in2=in2 106 dep r15=in3,in2,32,16
|
H A D | xor.S | 28 mov r17 = in2 66 mov r17 = in2 107 mov r17 = in2 151 mov r17 = in2
|
/openbmc/linux/arch/mips/crypto/ |
H A D | poly1305-mips.pl | 547 my ($in0,$in1,$in2,$in3,$tmp0,$tmp1,$tmp2,$tmp3) = 610 lw $in2,8($inp) 621 srlv $tmp3,$in2,$tmp1 622 sllv $in2,$in2,$tmp0 626 or $in2,$in2,$tmp3 634 sllv $tmp3,$in2,$tmp1 635 srlv $in2,$in2,$tmp0 639 or $in2,$in2,$tmp3 647 lwl $in2,8+MSB($inp) 651 lwr $in2,8+LSB($inp) [all …]
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-internal.h | 17 #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/entity-manager/configurations/ |
H A D | fp5280g3_chassis.json | 30 "in2", 95 "Label": "in2", 102 "Label": "in2", 109 "Label": "in2", 116 "Label": "in2", 298 "in2", 336 "Label": "in2", 343 "Label": "in2", 350 "Label": "in2", 357 "Label": "in2", [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | skeleton.c | 48 CHECK(data->in2 != -1, "in2", "got %lld != exp %lld\n", data->in2, -1LL); in test_skeleton() 67 data->in2 = 11; in test_skeleton() 82 CHECK(data->in2 != 11, "in2", "got %lld != exp %lld\n", data->in2, 11LL); in test_skeleton() 93 data->in2 = 2; in test_skeleton()
|
/openbmc/entity-manager/configurations/meta/ |
H A D | ventura_fanboard.json | 10 "in2", 31 "Label": "in2", 38 "Label": "in2", 201 "in2", 222 "Label": "in2", 229 "Label": "in2",
|
H A D | yosemite4_spiderboard_adc_ti_pwr_ti.json | 9 "in2", 113 "Label": "in2", 121 "Label": "in2", 129 "Label": "in2", 137 "Label": "in2", 145 "Label": "in2", 153 "Label": "in2", 335 "in2", 439 "Label": "in2", 447 "Label": "in2", [all …]
|
H A D | greatlakes.json | 607 "in2", 664 "Label": "in2", 671 "Label": "in2", 678 "Label": "in2", 685 "Label": "in2", 692 "Label": "in2", 699 "Label": "in2",
|
/openbmc/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 226 static noinline void fe_add_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) in fe_add_impl() 238 { const u32 x38 = in2[9]; in fe_add_impl() 239 { const u32 x39 = in2[8]; in fe_add_impl() 240 { const u32 x37 = in2[7]; in fe_add_impl() 241 { const u32 x35 = in2[6]; in fe_add_impl() 242 { const u32 x33 = in2[5]; in fe_add_impl() 243 { const u32 x31 = in2[4]; in fe_add_impl() 244 { const u32 x29 = in2[3]; in fe_add_impl() 245 { const u32 x27 = in2[2]; in fe_add_impl() 246 { const u32 x25 = in2[1]; in fe_add_impl() [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | pal.S | 75 mov r30 = in2 99 * in2 - in3 Remaining PAL arguments 113 mov out2 = in2 135 * in2 - in3 Remaining PAL arguments 162 mov r30 = in2 // copy arg2 207 * in2 - in3 Remaining PAL arguments 237 mov out2 = in2 // copy arg3
|
/openbmc/linux/security/keys/ |
H A D | keyctl_pkey.c | 294 void *in, *in2; in keyctl_pkey_verify() local 312 in2 = memdup_user(_in2, params.in2_len); in keyctl_pkey_verify() 313 if (IS_ERR(in2)) { in keyctl_pkey_verify() 314 ret = PTR_ERR(in2); in keyctl_pkey_verify() 319 ret = params.key->type->asym_verify_signature(¶ms, in, in2); in keyctl_pkey_verify() 321 kfree(in2); in keyctl_pkey_verify()
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 702 my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10..13)); 806 lvx_u $in2,$x20,$inp 811 le?vperm $in2,$in2,$in2,$inpperm 818 vxor $out2,$in2,$rndkey0 927 vxor $in2,$in2,v31 942 vncipherlast $out3,$out3,$in2 944 lvx_u $in2,$x20,$inp 949 le?vperm $in2,$in2,$in2,$inpperm 973 vxor $out2,$in2,$rndkey0 1072 vxor $in2,$in2,v31 [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | max98095.c | 514 SOC_DAPM_SINGLE("IN2 Switch", M98095_050_MIX_SPK_LEFT, 2, 1, 0), 526 SOC_DAPM_SINGLE("IN2 Switch", M98095_051_MIX_SPK_RIGHT, 2, 1, 0), 536 SOC_DAPM_SINGLE("IN2 Switch", M98095_04C_MIX_HP_LEFT, 2, 1, 0), 546 SOC_DAPM_SINGLE("IN2 Switch", M98095_04D_MIX_HP_RIGHT, 2, 1, 0), 556 SOC_DAPM_SINGLE("IN2 Switch", M98095_04F_MIX_RCV, 2, 1, 0), 566 SOC_DAPM_SINGLE("IN2 Switch", M98095_053_MIX_LINEOUT1, 2, 1, 0), 576 SOC_DAPM_SINGLE("IN2 Switch", M98095_054_MIX_LINEOUT2, 2, 1, 0), 584 SOC_DAPM_SINGLE("IN2 Switch", M98095_04A_MIX_ADC_LEFT, 2, 1, 0), 592 SOC_DAPM_SINGLE("IN2 Switch", M98095_04B_MIX_ADC_RIGHT, 2, 1, 0), 780 SND_SOC_DAPM_PGA_E("IN2 Input", M98095_090_PWR_EN_IN, [all …]
|
H A D | wm9090.c | 30 { 23, 0x0003 }, /* R23 - IN2 Line Control */ 33 { 26, 0x0083 }, /* R26 - IN2 Line Input A Volume */ 34 { 27, 0x0083 }, /* R27 - IN2 Line Input B Volume */ 328 SND_SOC_DAPM_INPUT("IN2+"), 329 SND_SOC_DAPM_INPUT("IN2-"), 359 { "IN2A PGA", NULL, "IN2+" }, 398 { "IN2B PGA", NULL, "IN2-" }, 406 { "IN2A PGA", NULL, "IN2-" },
|
/openbmc/linux/Documentation/hwmon/ |
H A D | powr1220.rst | 39 in2 VMON3 40 in2 VMON4
|
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 307 std::array<uint32_t, 10> in2{1000, 3450, 30, 60, 890, in TEST() local 311 EXPECT_EQ(pldm_pdr_add(repo, reinterpret_cast<uint8_t*>(in2.data()), in TEST() 312 sizeof(in2), false, 1, &handle), in TEST() 316 EXPECT_EQ(pldm_pdr_add(repo, reinterpret_cast<uint8_t*>(in2.data()), in TEST() 317 sizeof(in2), false, 1, &handle), in TEST() 321 EXPECT_EQ(pldm_pdr_add(repo, reinterpret_cast<uint8_t*>(in2.data()), in TEST() 322 sizeof(in2), true, 1, &handle), in TEST() 325 EXPECT_EQ(pldm_pdr_get_repo_size(repo), sizeof(in2) * 4); in TEST() 341 EXPECT_EQ(size, sizeof(in2)); in TEST() 343 EXPECT_EQ(memcmp(outData, in2.data(), sizeof(in2)), 0); in TEST() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | rt5651.txt | 13 - realtek,in2-differential 62 realtek,in2-diff = "false";
|