Home
last modified time | relevance | path

Searched refs:t2 (Results 176 – 200 of 415) sorted by relevance

12345678910>>...17

/openbmc/linux/arch/riscv/kernel/
H A Dmcount.S91 REG_L t2, 0(t3)
93 bne t2, t6, do_ftrace_graph_caller
/openbmc/linux/lib/crypto/
H A Dsha256.c65 u32 t1, t2; \
67 t2 = e0(a) + Maj(a, b, c); \
69 h = t1 + t2; \
/openbmc/linux/crypto/
H A Dvmac.c256 u64 t1, t2, m1, m2, t; \
261 t2 = pe64_to_cpup(mp+i+1) + kp[i+1]; \
262 m2 = MUL32(t1 >> 32, t2); \
263 m1 = MUL32(t1, t2 >> 32); \
264 ADD128(rh, rl, MUL32(t1 >> 32, t2 >> 32), \
265 MUL32(t1, t2)); \
288 u32 t2; in poly_step_func() local
311 t2 = (u32)(p); in poly_step_func()
320 *(u64 *)(alo) = (p << 32) | t2; in poly_step_func()
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c201 XsTransaction *t1 = val, *t2; in compare_tx() local
204 t2 = g_hash_table_lookup(s2->transactions, key); in compare_tx()
205 g_assert(t2); in compare_tx()
208 g_assert(t2->tx_id == tx_id); in compare_tx()
209 g_assert(t1->base_tx == t2->base_tx); in compare_tx()
210 g_assert(t1->dom_id == t2->dom_id); in compare_tx()
211 if (!compare_trees(t1->root, t2->root)) { in compare_tx()
214 dump_ref("Deserialised", t2->root, 0); in compare_tx()
217 g_assert(t1->nr_nodes == t2->nr_nodes); in compare_tx()
/openbmc/linux/drivers/media/usb/gspca/
H A Dt613.c742 u8 t2[] = { 0x07, 0x00, 0x0d, 0x60, 0x0e, 0x80 }; in sd_start() local
751 t2[1] = 0x40; in sd_start()
754 t2[1] = 0x10; in sd_start()
757 t2[1] = 0x50; in sd_start()
761 t2[1] = 0x20; in sd_start()
788 reg_w_buf(gspca_dev, t2, sizeof t2); in sd_start()
/openbmc/linux/arch/ia64/lib/
H A Dcopy_user.S55 #define t2 r3 // lshift in bytes macro
161 mov t2=src2
163 shl rshift=t2,3
181 sub t2=8,t1
186 (p14) shl rshift=t2,3
212 (p14) sub src1=src1,t2
/openbmc/linux/arch/alpha/kernel/
H A Dsys_sable.c567 .sys = { .t2 = {
599 .sys = { .t2 = {
630 .sys = { .t2 = {
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c5805 TCGv_i32 t1, t2; in op_mla() local
5833 TCGv_i32 t1, t2; in trans_MLS() local
7194 TCGv_i32 t1, t2; in trans_USADA8() local
7598 TCGv_i32 t1, t2; in op_smlad() local
7607 gen_swap_half(t2, t2); in op_smlad()
7685 TCGv_i32 t1, t2; in op_smlald() local
7695 gen_swap_half(t2, t2); in op_smlald()
7737 TCGv_i32 t1, t2; in op_smmla() local
7747 tcg_gen_muls2_i32(t2, t1, t1, t2); in op_smmla()
7757 tcg_gen_sub2_i32(t2, t1, tcg_constant_i32(0), t3, t2, t1); in op_smmla()
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dlgs8gxx.c256 u8 t2; in lgs8gxx_set_mode_manual() local
262 lgs8gxx_read_reg(priv, 0x19, &t2); in lgs8gxx_set_mode_manual()
264 if (((t&0x03) == 0x01) && (t2&0x01)) { in lgs8gxx_set_mode_manual()
363 u8 t1, t2; in lgs8gxx_autolock_gi() local
373 lgs8gxx_read_reg(priv, 0x18, &t2); in lgs8gxx_autolock_gi()
376 t2 &= 0xFE; in lgs8gxx_autolock_gi()
377 t2 |= cpn ? 0x01 : 0x00; in lgs8gxx_autolock_gi()
379 lgs8gxx_write_reg(priv, 0x18, t2); in lgs8gxx_autolock_gi()
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S335 addi $t2, $p1, 6 ! $t2= bit width of ISET
339 add $t3, $t2, $t1 ! SHIFT
370 addi $t2, $p1, 6 ! $t2= bit width of DSET
374 add $t3, $t2, $t1 ! SHIFT
/openbmc/linux/drivers/firmware/
H A Dturris-mox-rwtm.c181 static void reply_to_mac_addr(u8 *mac, u32 t1, u32 t2) in reply_to_mac_addr() argument
185 mac[2] = t2 >> 24; in reply_to_mac_addr()
186 mac[3] = t2 >> 16; in reply_to_mac_addr()
187 mac[4] = t2 >> 8; in reply_to_mac_addr()
188 mac[5] = t2; in reply_to_mac_addr()
/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc137 TCGv t2 = tcg_temp_new();
200 tcg_gen_movi_tl(t2, -4); \
286 tcg_gen_movi_tl(t2, -framesize);
287 gen_op_addr_add(ctx, cpu_gpr[29], cpu_gpr[29], t2);
298 TCGv t2 = tcg_temp_new();
300 tcg_gen_movi_tl(t2, framesize);
301 gen_op_addr_add(ctx, t0, cpu_gpr[29], t2);
304 tcg_gen_movi_tl(t2, -4); \
305 gen_op_addr_add(ctx, t0, t0, t2); \
390 tcg_gen_movi_tl(t2, framesize);
[all …]
H A Dnanomips_translate.c.inc1366 tcg_gen_xor_tl(t2, t0, t2);
1822 tcg_gen_mul_i64(t2, t2, t3);
1824 tcg_gen_add_i64(t2, t2, t3);
1843 tcg_gen_muls2_i32(t2, t3, t2, t3);
1878 tcg_gen_mul_i64(t2, t2, t3);
1880 tcg_gen_add_i64(t2, t2, t3);
1899 tcg_gen_mulu2_i32(t2, t3, t2, t3);
1941 tcg_gen_mul_i64(t2, t2, t3);
1943 tcg_gen_sub_i64(t2, t3, t2);
1984 tcg_gen_mul_i64(t2, t2, t3);
[all …]
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h70 #define type_check(t1,t2) ((t1*)0 - (t2*)0) argument
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h70 #define type_check(t1,t2) ((t1*)0 - (t2*)0) argument
/openbmc/qemu/include/qemu/
H A Dcompiler.h70 #define type_check(t1,t2) ((t1*)0 - (t2*)0) argument
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h56 #define __min(t1, t2, min1, min2, x, y) ({ \ argument
58 t2 min2 = (y); \
/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S20 cfi_st t2, PT_R14
55 cfi_ld t2, PT_R14
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_end_dt46_l3vpn_test.sh530 local t2=200
537 check_and_log_hs_isolation ${i} ${t1} ${j} ${t2}
543 tmp=${t1}; t1=${t2}; t2=${tmp}
/openbmc/linux/arch/loongarch/lib/
H A Dcopy_user.S78 4: ld.d t2, a1, 16
86 12: st.d t2, a0, 16
102 20: ld.d t2, a1, 16
106 24: st.d t2, a0, 16
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c139 struct tlpm_node *list = NULL, *t1, *t2; in test_lpm_basic() local
153 t2 = list = tlpm_add(list, (uint8_t[]){ 0xff, 0xff }, 16); in test_lpm_basic()
155 assert(t2 == tlpm_match(list, (uint8_t[]){ 0xff, 0xff }, 16)); in test_lpm_basic()
171 struct tlpm_node *t1, *t2, *l1 = NULL, *l2 = NULL; in test_lpm_order() local
193 t2 = tlpm_match(l2, key, 16); in test_lpm_order()
195 assert(!t1 == !t2); in test_lpm_order()
197 assert(t1->n_bits == t2->n_bits); in test_lpm_order()
200 (t2->key[j / 8] & (1 << (7 - j % 8)))); in test_lpm_order()
/openbmc/linux/lib/crypto/mpi/
H A Dec.c763 #define t2 (ctx->t.scratch[1]) in dup_point_weierstrass() macro
784 ec_mulm(l1, l1, t2, ctx); in dup_point_weierstrass()
801 ec_pow2(t2, point->y, ctx); in dup_point_weierstrass()
813 ec_pow2(t2, t2, ctx); in dup_point_weierstrass()
826 #undef t2 in dup_point_weierstrass()
957 #define t2 (ctx->t.scratch[10]) in add_points_weierstrass() macro
1021 ec_pow2(t2, l3, ctx); in add_points_weierstrass()
1022 ec_mulm(t2, t2, l7, ctx); in add_points_weierstrass()
1023 ec_subm(x3, t1, t2, ctx); in add_points_weierstrass()
1026 ec_subm(l9, t2, t1, ctx); in add_points_weierstrass()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dmmc_host_def.h33 typedef struct t2 { struct
/openbmc/linux/kernel/trace/
H A Dtrace_hwlat.c206 time_type start, t1, t2, last_t2; in get_sample() local
230 t2 = time_get(); in get_sample()
243 last_t2 = t2; in get_sample()
245 total = time_to_us(time_sub(t2, start)); /* sample width */ in get_sample()
255 diff = time_to_us(time_sub(t2, t1)); /* current diff */ in get_sample()
/openbmc/linux/arch/riscv/lib/
H A Dmemcpy.S50 REG_L t2, 6*SZREG(a1)
60 REG_S t2, 6*SZREG(t6)

12345678910>>...17