Home
last modified time | relevance | path

Searched defs:t1 (Results 51 – 75 of 87) sorted by relevance

1234

/openbmc/sdbusplus/example/
H A Dasio-example.cpp367 sdbusplus::Timer t1([]() { std::cerr << "*** tock ***\n"; }); in client() local
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1936 TCGv_i32 t1, t2; in op_clcl() local
1955 TCGv_i32 t1, t3; in op_clcle() local
1974 TCGv_i32 t1, t3; in op_clclu() local
1992 TCGv_i32 t1 = tcg_temp_new_i32(); in op_clm() local
2142 TCGv_i64 t1 = tcg_temp_new_i64(); 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
[all …]
H A Dvec_string_helper.c83 uint64_t a0, a1, b0, b1, e0, e1, t0, t1, z0, z1; in vfae() 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/util/
H A Dqsp.c406 int64_t t0, t1; in QSP_GEN_VOID() local
421 int64_t t0, t1; in qsp_cond_timedwait() 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
H A Dmsa_translate.c204 TCGv_i64 t1 = tcg_temp_new_i64(); in gen_check_zero_element() local
/openbmc/qemu/linux-headers/asm-riscv/
H A Dptrace.h31 unsigned long t1; 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/openbmc-tools/dbus-vis/
H A Dtimeline_view.js185 this.HighlightedRegion = {t0: -999, t1: -999}; property in TimelineView.constructor.HighlightedRegion
H A Dipmi_timeline_vis.js553 let HighlightedRegion = {t0: -999, t1: -999}; property in HighlightedRegion
/openbmc/qemu/target/m68k/
H A Dtranslate.c535 TCGv t0, t1; in gen_flush_flags() local
1597 TCGv t0, t1; in bcd_add() local
1662 TCGv t0, t1, t2; in bcd_sub() local
3797 TCGv t0, t1; in DISAS_INSN() local
3828 TCGv t0, t1; in DISAS_INSN() local
3860 TCGv t0, t1; in DISAS_INSN() local
4323 TCGv_i64 t0, t1; in m68k_copy_line() 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/tcg/
H A Dtci.c351 tcg_target_ulong t1; in tcg_qemu_tb_exec() local
H A Dtcg.c2716 void tcg_gen_call1(void *func, TCGHelperInfo *info, TCGTemp *ret, TCGTemp *t1) in tcg_gen_call1()
2722 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()
2742 void tcg_gen_call5(void *func, TCGHelperInfo *info, TCGTemp *ret, TCGTemp *t1, in tcg_gen_call5()
2750 TCGTemp *t1, TCGTemp *t2, TCGTemp *t3, in tcg_gen_call6()
2757 void tcg_gen_call7(void *func, TCGHelperInfo *info, TCGTemp *ret, TCGTemp *t1, in tcg_gen_call7()
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c142 int i0, i4, i8, ic, t0, t1, t2, t3; in pac_mult() local
H A Dtranslate-sve.c1843 TCGv_i64 t1 = tcg_temp_new_i64(); in do_sat_addsub_64() local
3406 TCGv_i64 op0, op1, t0, t1, tmax; in do_WHILE() local
3522 TCGv_i64 op0, op1, diff, t1, tmax; in trans_WHILE_ptr() local
4596 TCGv_i64 dirty_addr, clean_addr, t0, t1; in gen_sve_ldr() local
4706 TCGv_i64 dirty_addr, clean_addr, t0, t1; in gen_sve_str() local
H A Dtranslate-neon.c3250 static void gen_neon_trn_u8(TCGv_i32 t0, TCGv_i32 t1) in gen_neon_trn_u8()
3269 static void gen_neon_trn_u16(TCGv_i32 t0, TCGv_i32 t1) in gen_neon_trn_u16()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c264 uint64_t t1 = *h + Sigma1(e) + Ch(e, f, g) + k + w; 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/qemu/hw/usb/
H A Ddev-smartcard-reader.c218 CCID_T1ProtocolDataStructure t1; member
844 CCID_T1ProtocolDataStructure *t1 = &s->abProtocolDataStructure.t1; in ccid_write_data_block_atr() local
/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c553 u64 pd, mfi = 1, mfn, mfd, t1; in calc_pll_params() local
/openbmc/qemu/target/sparc/
H A Dtranslate.c829 TCGv t1, t2, shift; in gen_op_faligndata_i() local
891 TCGv_i32 t1 = tcg_temp_new_i32(); in gen_op_fmuld8ulx16() local
908 TCGv_i32 t1 = tcg_temp_new_i32(); in gen_op_fmuld8sux16() local
1116 TCGv t1; in gen_compare() local
3820 TCGv_i64 t1, t2; in trans_UDIV() local
3935 TCGv t1, t2; in trans_SDIVX() local
/openbmc/qemu/target/hppa/
H A Dtranslate.c388 TCGv_i64 t1 = tcg_temp_new_i64(); in cond_make_vv() local
950 TCGv_i64 t1 = tcg_temp_new_i64(); in do_sub_cond() local
3264 TCGv_i64 r, t0, t1, t2, t3; in trans_permh() local
4024 TCGv_i64 t1 = tcg_temp_new_i64(); in trans_blr() local

1234