/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-ce.S | 57 .macro do_enc_Nx, de, mc, k, i0, i1, i2, i3, i4 64 aes\de \i2\().16b, \k\().16b 65 aes\mc \i2\().16b, \i2\().16b 77 .macro round_Nx, enc, k, i0, i1, i2, i3, i4 79 do_enc_Nx e, mc, \k, \i0, \i1, \i2, \i3, \i4 81 do_enc_Nx d, imc, \k, \i0, \i1, \i2, \i3, \i4 86 .macro fin_round_Nx, de, k, k2, i0, i1, i2, i3, i4 91 aes\de \i2\().16b, \k\().16b 102 eor \i2\().16b, \i2\().16b, \k2\().16b 112 .macro do_block_Nx, enc, rounds, i0, i1, i2, i3, i4 [all …]
|
/openbmc/linux/lib/842/ |
H A D | 842_decompress.c | 23 { D4, D2, I2, N0 }, 24 { D4, I2, D2, N0 }, 25 { D4, I2, I2, N0 }, 27 { D2, I2, D4, N0 }, 28 { D2, I2, D2, I2 }, 29 { D2, I2, I2, D2 }, 30 { D2, I2, I2, I2 }, 31 { D2, I2, I4, N0 }, 32 { I2, D2, D4, N0 }, 33 { I2, D4, I2, N0 }, [all …]
|
H A D | 842_compress.c | 41 { I4, I2, I2, N0, 0x17 }, /* 25 */ 42 { I2, I2, I4, N0, 0x13 }, /* 25 */ 43 { I2, I2, I2, I2, 0x12 }, /* 32 */ 44 { I4, I2, D2, N0, 0x16 }, /* 33 */ 45 { I4, D2, I2, N0, 0x15 }, /* 33 */ 46 { I2, D2, I4, N0, 0x0e }, /* 33 */ 47 { D2, I2, I4, N0, 0x09 }, /* 33 */ 48 { I2, I2, I2, D2, 0x11 }, /* 40 */ 49 { I2, I2, D2, I2, 0x10 }, /* 40 */ 50 { I2, D2, I2, I2, 0x0d }, /* 40 */ [all …]
|
H A D | 842.h | 31 * "Index" actions, indicated in the table by I2, I4, and I8, mean the 36 * The number of bits for each index's arg are: 8 bits for I2, 9 bits for I4, 38 * this means that I2 can reference 512 bytes ((2^8 bits = 256) * 2 bytes), I4 41 * each of I2, I4, and I8 that are updated for each byte written to the output 45 * bytes written to the output buffer, an I2 index of 0 would index to byte 256 46 * in the output buffer, while an I2 index of 16 would index to byte 16 in the 122 #define I2 (OP_ACTION_INDEX | OP_AMOUNT_2) macro
|
/openbmc/linux/arch/sparc/lib/ |
H A D | NGmemcpy.S | 87 add %i2, %i5, %i0 91 add %i2, %g1, %i0 96 add %i2, %g1, %i0 101 add %i2, %g1, %i0 106 add %i2, %g1, %i0 111 add %i2, %g1, %i0 116 add %i2, %g1, %i0 121 add %i2, %g1, %i0 126 add %i2, %g1, %i0 130 add %i2, %i4, %i0 [all …]
|
H A D | xor.S | 264 ldda [%i2] %asi, %f16 272 add %i2, 64, %i2 310 ldda [%i2] %asi, %f16 361 prefetch [%i2], #one_read 366 mov %i2, %i1 367 1: ldda [%i1 + 0x00] %asi, %i2 /* %i2/%i3 = src + 0x00 */ 377 xor %o0, %i2, %o0 407 prefetch [%i2], #one_read 413 mov %i2, %i1 415 1: ldda [%i1 + 0x00] %asi, %i2 /* %i2/%i3 = src1 + 0x00 */ [all …]
|
H A D | divdi3.S | 26 cmp %i2,0 33 sub %g0,%i2,%o0 35 mov %o2,%i2 39 cmp %i2,0 130 cmp %i2,%i0 137 cmp %i2,%o0 139 mov %i2,%o1 140 cmp %i2,256 147 cmp %i2,%o0 161 cmp %i0,%i2 [all …]
|
H A D | udivdi3.S | 14 cmp %i2,0 111 cmp %i2,%i0 118 cmp %i2,%o0 120 mov %i2,%o1 121 cmp %i2,256 142 cmp %i0,%i2 152 sll %i2,%o2,%i2 154 or %i2,%o1,%i2 165 subcc %o4,%i2,%g0 168 sub %o4,%i2,%o4 ! this kills msb of n [all …]
|
H A D | memcpy.S | 307 sub %i2, 1, %i2 314 sub %i2, 2, %i2 320 and %i2, 0xc, %g3 332 srl %i2, 2, %g3 350 srl %i2, 2, %g3 355 cmp %i2, 7 357 srl %i2, 2, %g3 397 andcc %i2, 2, %g0 400 andcc %i2, 1, %g0
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_blocksort.c | 388 UInt32 i2, in mainGtU() argument 398 AssertD ( i1 != i2, "mainGtU" ); in mainGtU() 400 c1 = block[i1]; c2 = block[i2]; in mainGtU() 402 i1++; i2++; in mainGtU() 404 c1 = block[i1]; c2 = block[i2]; in mainGtU() 406 i1++; i2++; in mainGtU() 408 c1 = block[i1]; c2 = block[i2]; in mainGtU() 410 i1++; i2++; in mainGtU() 412 c1 = block[i1]; c2 = block[i2]; in mainGtU() 414 i1++; i2++; in mainGtU() [all …]
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | sys_regs.h | 190 const struct sys_reg_desc *i2) in cmp_sys_reg() argument 192 BUG_ON(i1 == i2); in cmp_sys_reg() 195 else if (!i2) in cmp_sys_reg() 197 if (i1->Op0 != i2->Op0) in cmp_sys_reg() 198 return i1->Op0 - i2->Op0; in cmp_sys_reg() 199 if (i1->Op1 != i2->Op1) in cmp_sys_reg() 200 return i1->Op1 - i2->Op1; in cmp_sys_reg() 201 if (i1->CRn != i2->CRn) in cmp_sys_reg() 202 return i1->CRn - i2->CRn; in cmp_sys_reg() 203 if (i1->CRm != i2->CRm) in cmp_sys_reg() [all …]
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | aes_asm.S | 13 #define ENCRYPT_TWO_ROUNDS_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ argument 16 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 17 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 20 AES_EROUND01(KEY_BASE + 4, T2, T3, I2) \ 29 #define ENCRYPT_TWO_ROUNDS_LAST_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ argument 32 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 33 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 36 AES_EROUND01_L(KEY_BASE + 4, T2, T3, I2) \ 47 #define ENCRYPT_128_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ argument 48 ENCRYPT_TWO_ROUNDS_2(KEY_BASE + 0, I0, I1, I2, I3, T0, T1, T2, T3) \ [all …]
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | check_bq27xxx_data.cocci | 24 identifier i,i1,i2; 32 [e2] = BQ27XXX_DATA(i2,...), 38 i2 << str.i2; 44 if not(i1 = i2) 48 i2regs := make_ident (i2 ^ "_regs"); 50 i2dmregs := make_ident (i2 ^ "_dm_regs"); 52 i2props := make_ident (i2 ^ "_props")
|
/openbmc/linux/scripts/coccinelle/iterators/ |
H A D | for_each_child.cocci | 82 iterator r.i,i1,i2; 108 ?i2(...,n,...) S2 114 iterator r.i,i1,i2; 142 ?i2(...,n,...) S2 189 iterator r.i, i1, i2; 213 ?i2(...,n,...) S2 220 iterator r.i, i2; 236 ?i2(...,n,...) S2 244 iterator r.i, i1, i2; 270 ?i2(...,n,...) S2 [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/misc/ |
H A D | intel,baytrail-fsp.txt | 24 - fsp,enable-i2-c0 25 - fsp,enable-i2-c1 26 - fsp,enable-i2-c2 27 - fsp,enable-i2-c3 28 - fsp,enable-i2-c4 29 - fsp,enable-i2-c5 30 - fsp,enable-i2-c6
|
/openbmc/phosphor-hwmon/ |
H A D | average.cpp | 40 // Change formula (a2*i2-a1*i1)/(i2-i1) to be the in calcAverage() 42 // (a2*i2-a1*i1)/(i2-i1) = in calcAverage()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 525 * @i2: second move description 528 * As tcg_out_movext, for both @i1 and @i2, caring for overlap 533 const TCGMovExtend *i2, int scratch) in tcg_out_movext2() argument 536 TCGReg src2 = i2->src; in tcg_out_movext2() 540 tcg_out_movext1(s, i2); in tcg_out_movext2() 543 if (i2->dst == src1) { in tcg_out_movext2() 545 TCGType src2_type = i2->src_type; in tcg_out_movext2() 549 src1 = i2->src; in tcg_out_movext2() 557 tcg_out_movext1_new_src(s, i2, src2); in tcg_out_movext2() 565 * @i2: second move description [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | vrep.c | 28 vrep(S390Vector *v1, const S390Vector *v3, const uint16_t i2, const uint8_t m4) in vrep() argument 32 asm("vrep %[v1],%[v3],%[i2],%[m4]\n" in vrep() 36 , [i2] "i" (i2) in vrep()
|
/openbmc/linux/include/sound/ |
H A D | pcm_params.h | 289 static inline int snd_interval_eq(const struct snd_interval *i1, const struct snd_interval *i2) in snd_interval_eq() argument 292 return i2->empty; in snd_interval_eq() 293 if (i2->empty) in snd_interval_eq() 295 return i1->min == i2->min && i1->openmin == i2->openmin && in snd_interval_eq() 296 i1->max == i2->max && i1->openmax == i2->openmax; in snd_interval_eq()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | insn.c | 10 unsigned long s, j1, j2, i1, i2, imm10, imm11; in __arm_gen_branch_thumb2() local 22 i2 = (offset >> 22) & 0x1; in __arm_gen_branch_thumb2() 27 j2 = (!i2) ^ s; in __arm_gen_branch_thumb2()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | l1oip_codec.c | 312 int i1, i2, c, sample; in l1oip_4bit_alloc() local 332 i2 = 0; in l1oip_4bit_alloc() 333 while (i2 < 256) { in l1oip_4bit_alloc() 334 table_com[(i1 << 8) | i2] |= (c << 4); in l1oip_4bit_alloc() 335 table_com[(i2 << 8) | i1] |= c; in l1oip_4bit_alloc() 336 i2++; in l1oip_4bit_alloc() 348 i2 = 0; in l1oip_4bit_alloc() 349 while (i2 < 16) { in l1oip_4bit_alloc() 350 table_dec[(i1 << 4) | i2] |= (sample << 8); in l1oip_4bit_alloc() 351 table_dec[(i2 << 4) | i1] |= sample; in l1oip_4bit_alloc() [all …]
|
/openbmc/u-boot/drivers/board/ |
H A D | sandbox.c | 70 int i2 = priv->test_i2; in board_sandbox_get_str() local 71 int index = (i1 * i2) % ARRAY_SIZE(vacation_spots); in board_sandbox_get_str() 75 /* Picks a vacation spot depending on i1 and i2 */ in board_sandbox_get_str()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | syscalls.S | 163 ldx [%sp + PTREGS_OFF + PT_V9_I2], %i2 177 srl %i2, 0, %o2 193 ldx [%sp + PTREGS_OFF + PT_V9_I2], %i2 206 mov %i2, %o2 227 srl %i2, 0, %o2 ! IEU0 Group 247 4: mov %i2, %o2 ! IEU0 Group
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | winmacro.h | 22 std %i2, [%reg + RW_I2]; \ 33 ldd [%reg + RW_I2], %i2; \ 40 ldd [%base_reg + STACKFRAME_SZ + PT_I2], %i2; \ 67 std %i2, [%base_reg + STACKFRAME_SZ + PT_I2]; \
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VRTN.interface.yaml | 16 - name: I2 19 I2 keyword. Multi purpose data.
|