Home
last modified time | relevance | path

Searched defs:t2 (Results 26 – 50 of 59) sorted by relevance

123

/openbmc/u-boot/lib/libavb/
H A Davb_sha512.c133 uint64_t t1, t2; in SHA512_transform() local
/openbmc/qemu/target/tricore/
H A Dtranslate.c493 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_madd32_d() local
532 TCGv t2 = tcg_temp_new(); in gen_madd64_d() local
560 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_maddu64_d() local
992 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_madd32_q() local
1075 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_m16add64_q() local
1102 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_m16adds64_q() local
1126 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_madd64_q() local
1174 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_madds32_q() local
1203 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_msub32_d() local
1243 TCGv t2 = tcg_temp_new(); in gen_msub64_d() local
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op.c709 TCGv_i64 t2 = tcg_temp_ebb_new_i64(); in tcg_gen_clz_i32() local
738 TCGv_i64 t2 = tcg_temp_ebb_new_i64(); in tcg_gen_ctz_i32() local
1192 TCGv_i32 t2 = tcg_temp_ebb_new_i32(); in tcg_gen_muls2_i32() local
1224 TCGv_i32 t2 = tcg_temp_ebb_new_i32(); in tcg_gen_mulsu2_i32() local
1321 TCGv_i32 t2 = tcg_constant_i32(0x00ff00ff); in tcg_gen_bswap32_i32() local
2164 TCGv_i64 t2 = tcg_constant_i64(0x00ff00ff); in tcg_gen_bswap32_i64() local
2211 TCGv_i64 t2 = tcg_temp_ebb_new_i64(); in tcg_gen_bswap64_i64() local
3010 TCGv_i64 t2 = tcg_temp_ebb_new_i64(); in tcg_gen_muls2_i64() local
3038 TCGv_i64 t2 = tcg_temp_ebb_new_i64(); in tcg_gen_mulsu2_i64() local
H A Dtcg.c2722 TCGTemp *t1, TCGTemp *t2) in tcg_gen_call2()
2729 TCGTemp *t1, TCGTemp *t2, TCGTemp *t3) in tcg_gen_call3()
2736 TCGTemp *t1, TCGTemp *t2, TCGTemp *t3, TCGTemp *t4) in tcg_gen_call4()
2743 TCGTemp *t2, TCGTemp *t3, TCGTemp *t4, TCGTemp *t5) in tcg_gen_call5()
2750 TCGTemp *t1, TCGTemp *t2, TCGTemp *t3, in tcg_gen_call6()
2758 TCGTemp *t2, TCGTemp *t3, TCGTemp *t4, in tcg_gen_call7()
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h70 type_check(t1,t2) global() argument
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h70 type_check(t1,t2) global() argument
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3300 TCGv_i32 t0, t1, t2; in gen_store_exclusive() local
4210 TCGv_i32 t1, t2; in op_mla() local
4238 TCGv_i32 t1, t2; in trans_MLS() local
4254 TCGv_i32 t0, t1, t2, t3; in op_mlal() local
4298 TCGv_i32 t0, t1, t2, zero; in trans_UMAAL() local
4556 TCGv_i32 t1, t2, t3; in op_crc32() local
5077 TCGv_i32 t2 = load_reg(s, rt2); in do_strd_store() local
5640 TCGv_i32 t1, t2; in trans_USADA8() local
5978 TCGv_i32 t1, t2, t3; in trans_SEL() local
6044 TCGv_i32 t1, t2; in op_smlad() local
[all …]
H A Dpauth_helper.c142 int i0, i4, i8, ic, t0, t1, t2, t3; in pac_mult() local
H A Dtranslate-a64.c3065 TCGv_i64 t2 = cpu_reg(s, rt + 1); in gen_compare_and_swap_pair() local
5556 TCGv_i64 t0, t1, t2, qc; in do_satacc_s() local
5697 TCGv_i32 t0, t1, t2; in do_env_scalar3_hs() local
6296 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_sabd_i64() local
6306 TCGv_i64 t2 = tcg_temp_new_i64(); in gen_uabd_i64() local
6585 TCGv_i64 t2 = tcg_temp_new_i64(); in do_fmla_scalar_idx() local
6599 TCGv_i32 t2 = tcg_temp_new_i32(); in do_fmla_scalar_idx() local
6616 TCGv_i32 t2 = tcg_temp_new_i32(); in do_fmla_scalar_idx() local
6666 TCGv_i32 t2 = tcg_temp_new_i32(); in do_env_scalar3_idx_hs() local
6686 TCGv_i64 t2 = tcg_temp_new_i64(); in do_scalar_muladd_widening_idx() local
/openbmc/boost-dbus/test/
H A DdbusPropertiesServer.cpp265 const TestClass t2; in TEST() local
/openbmc/u-boot/arch/riscv/include/asm/
H A Dptrace.h20 unsigned long t2; member
/openbmc/sdbusplus/example/
H A Dasio-example.cpp369 sdbusplus::Timer t2([]() { std::cerr << "*** tick ***\n"; }); in client() local
/openbmc/u-boot/lib/
H A Dsha512.c143 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c237 TCGv_i64 c0, c1, ax, bx, t0, t1, t2; in trans_parallel_compare() local
/openbmc/qemu/linux-headers/asm-riscv/
H A Dptrace.h32 unsigned long t2; member
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c201 XsTransaction *t1 = val, *t2; in compare_tx() local
/openbmc/qemu/include/qemu/
H A Dcompiler.h65 #define type_check(t1,t2) ((t1*)0 - (t2*)0) argument
/openbmc/qemu/target/avr/
H A Dtranslate.c219 TCGv t2 = tcg_temp_new_i32(); in gen_add_CHf() local
236 TCGv t2 = tcg_temp_new_i32(); in gen_add_Vf() local
250 TCGv t2 = tcg_temp_new_i32(); in gen_sub_CHf() local
267 TCGv t2 = tcg_temp_new_i32(); in gen_sub_Vf() local
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c1106 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/openbmc/qemu/target/sh4/
H A Dop_helper.c362 float32 helper_fmac_FT(CPUSH4State *env, float32 t0, float32 t1, float32 t2) in helper_fmac_FT()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1936 TCGv_i32 t1, t2; in op_clcl() local
2143 TCGv_i32 t2 = tcg_temp_new_i32(); in op_cvd() local
2481 TCGv_i64 t1, t2; in op_ipm() local
2914 TCGv_i64 t1, t2; in op_lpswe() local
2942 TCGv_i64 t1, t2; in op_lm32() local
2982 TCGv_i64 t1, t2; in op_lmh() local
3022 TCGv_i64 t1, t2; in op_lm64() local
3209 TCGv_i32 t1, t2; in op_mvcl() local
3309 TCGv_i32 t2 = tcg_constant_i32(get_field(s, r2)); in op_mvpg() local
3319 TCGv_i32 t2 = tcg_constant_i32(get_field(s, r2)); in op_mvst() local
[all …]
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c265 uint64_t t2 = Sigma0(a) + Maj(a, b, c); in Round() local
/openbmc/qemu/include/migration/
H A Dvmstate.h254 #define type_check_2darray(t1,t2,n,m) ((t1(*)[n][m])0 - (t2*)0) argument
259 #define type_check_array(t1,t2,n) ((t1(*)[n])0 - (t2*)0) argument
260 #define type_check_pointer(t1,t2) ((t1**)0 - (t2*)0) argument
268 #define type_check_varray(t1, t2, f) \ argument
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp848 sdbusplus::Timer t2([]() { ; }); in main() local
/openbmc/qemu/target/sparc/
H A Dtranslate.c829 TCGv t1, t2, shift; in gen_op_faligndata_i() local
892 TCGv_i32 t2 = tcg_temp_new_i32(); in gen_op_fmuld8ulx16() local
909 TCGv_i32 t2 in gen_op_fmuld8sux16() local
2775 TCGv_i32 t2 = tcg_temp_new_i32(); do_tcc() local
3803 TCGv_i64 t1, t2; trans_UDIV() local
3921 TCGv t1, t2; trans_SDIVX() local
[all...]

123