Home
last modified time | relevance | path

Searched defs:t0 (Results 1 – 25 of 158) sorted by relevance

1234567

/openbmc/qemu/target/sh4/
H A Dop_helper.c255 float32 helper_fadd_FT(CPUSH4State *env, float32 t0, float32 t1) in helper_fadd_FT()
263 float64 helper_fadd_DT(CPUSH4State *env, float64 t0, float64 t1) in helper_fadd_DT()
271 uint32_t helper_fcmp_eq_FT(CPUSH4State *env, float32 t0, float32 t1) in helper_fcmp_eq_FT()
281 uint32_t helper_fcmp_eq_DT(CPUSH4State *env, float64 t0, float64 t1) in helper_fcmp_eq_DT()
291 uint32_t helper_fcmp_gt_FT(CPUSH4State *env, float32 t0, float32 t1) in helper_fcmp_gt_FT()
301 uint32_t helper_fcmp_gt_DT(CPUSH4State *env, float64 t0, float64 t1) in helper_fcmp_gt_DT()
311 float64 helper_fcnvsd_FT_DT(CPUSH4State *env, float32 t0) in helper_fcnvsd_FT_DT()
320 float32 helper_fcnvds_DT_FT(CPUSH4State *env, float64 t0) in helper_fcnvds_DT_FT()
329 float32 helper_fdiv_FT(CPUSH4State *env, float32 t0, float32 t1) in helper_fdiv_FT()
337 float64 helper_fdiv_DT(CPUSH4State *env, float64 t0, float64 t1) in helper_fdiv_DT()
[all …]
H A Dtranslate.c189 TCGv t0 = tcg_temp_new(); in gen_read_sr() local
697 TCGv t0, t1; in _decode_opc() local
759 TCGv t0 = tcg_temp_new(); in _decode_opc() local
861 TCGv t0 = tcg_constant_i32(0); in _decode_opc() local
877 TCGv t0 = tcg_temp_new(); in _decode_opc() local
899 TCGv t0 = tcg_temp_new(); in _decode_opc() local
924 TCGv t0, t1; in _decode_opc() local
/openbmc/qemu/target/mips/tcg/
H A Docteon_translate.c28 TCGv t0 = tcg_temp_new(); in trans_BBIT() local
46 TCGv t0, t1; in trans_BADDU() local
65 TCGv t0, t1; in trans_DMUL() local
83 TCGv t0; in trans_EXTS() local
99 TCGv t0; in trans_CINS() local
115 TCGv t0; in trans_POP() local
134 TCGv t0, t1; in trans_SEQNE() local
157 TCGv t0; in trans_SEQNEI() local
H A Dmxu_translate.c674 TCGv t0; in gen_mxu_s32i2m() local
695 TCGv t0; in gen_mxu_s32m2i() local
720 TCGv t0, t1; in gen_mxu_s8ldd() local
800 TCGv t0, t1; in gen_mxu_s8std() local
853 TCGv t0, t1; in gen_mxu_s16ldd() local
907 TCGv t0, t1; in gen_mxu_s16std() local
956 TCGv t0, t1; in gen_mxu_s32mul() local
996 TCGv t0, t1, t2, t3; in gen_mxu_d16mul() local
1100 TCGv t0, t1, t2, t3; in gen_mxu_d16mac() local
1221 TCGv t0, t1, t2, t3; in gen_mxu_d16madl() local
[all …]
H A Dloong_translate.c31 TCGv t0, t1; in gen_lext_DIV_G() local
85 TCGv t0, t1; in gen_lext_DIVU_G() local
132 TCGv t0, t1; in gen_lext_MOD_G() local
182 TCGv t0, t1; in gen_lext_MODU_G() local
228 TCGv t0, t1; in gen_lext_MULT_G() local
H A Dtranslate_addr_const.c18 TCGv t0; in gen_lsa() local
37 TCGv t0; in gen_dlsa() local
H A Dtranslate.c1232 TCGv t0 = tcg_temp_new(); in gen_load_srsgpr() local
1255 TCGv t0 = tcg_temp_new(); in gen_store_srsgpr() local
1400 TCGv_i64 t0; in gen_store_fpr64() local
1978 TCGv t0 = tcg_temp_new(); in gen_lxl() local
2005 TCGv t0 = tcg_temp_new(); in gen_lxr() local
2031 TCGv t0, t1; in gen_ld() local
2162 TCGv t0 = tcg_temp_new(); in gen_st() local
2221 TCGv addr, t0, val; in gen_st_cond() local
2247 TCGv t0) in gen_flt_ldst()
2296 TCGv t0 = tcg_temp_new(); in gen_cop1_ldst() local
[all …]
H A Dtx79_translate.c237 TCGv_i64 c0, c1, ax, bx, t0, t1, t2; in trans_parallel_compare() local
324 TCGv_i64 t0; in trans_LQ() local
355 TCGv_i64 t0 = tcg_temp_new_i64(); in trans_SQ() local
419 TCGv_i64 a0, b0, t0; in trans_PPACW() local
/openbmc/linux/include/crypto/
H A Daria.h337 static inline u32 aria_m(u32 t0) in aria_m()
343 static inline void aria_sbox_layer1_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer1_with_pre_diff()
365 static inline void aria_sbox_layer2_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer2_with_pre_diff()
387 static inline void aria_diff_word(u32 *t0, u32 *t1, u32 *t2, u32 *t3) in aria_diff_word()
407 static inline void aria_add_round_key(u32 *rk, u32 *t0, u32 *t1, u32 *t2, in aria_add_round_key()
416 static inline void aria_subst_diff_odd(u32 *t0, u32 *t1, u32 *t2, u32 *t3) in aria_subst_diff_odd()
425 static inline void aria_subst_diff_even(u32 *t0, u32 *t1, u32 *t2, u32 *t3) in aria_subst_diff_even()
/openbmc/linux/arch/sparc/lib/
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
H A Dchecksum_32.S20 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ argument
34 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ argument
164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
209 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
H A Dcopy_user.S68 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
101 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
116 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
127 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
141 #define MOVE_LAST_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
/openbmc/qemu/target/ppc/
H A Dtranslate.c304 TCGv_i32 t0, t1; in gen_exception_err_nip() local
326 TCGv_i32 t0; in gen_exception_nip() local
369 TCGv t0 = tcg_temp_new(); in gen_debug_exception() local
378 TCGv t0 = tcg_temp_new(); in gen_debug_exception() local
424 TCGv_i32 t0 = tcg_constant_i32(sprn); in spr_load_dump_spr() local
438 TCGv_i32 t0 = tcg_constant_i32(sprn); in spr_store_dump_spr() local
452 TCGv t0 = tcg_temp_new(); in spr_write_generic32() local
479 TCGv t0; in spr_core_write_generic32() local
508 TCGv t0 = tcg_temp_new(); in spr_write_CTRL_ST() local
544 TCGv t0 = tcg_temp_new(); in spr_write_clear() local
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c34 void helper_divb_AL(CPUX86State *env, target_ulong t0) in helper_divb_AL()
52 void helper_idivb_AL(CPUX86State *env, target_ulong t0) in helper_idivb_AL()
70 void helper_divw_AX(CPUX86State *env, target_ulong t0) in helper_divw_AX()
89 void helper_idivw_AX(CPUX86State *env, target_ulong t0) in helper_idivw_AX()
108 void helper_divl_EAX(CPUX86State *env, target_ulong t0) in helper_divl_EAX()
127 void helper_idivl_EAX(CPUX86State *env, target_ulong t0) in helper_idivl_EAX()
368 void helper_divq_EAX(CPUX86State *env, target_ulong t0) in helper_divq_EAX()
384 void helper_idivq_EAX(CPUX86State *env, target_ulong t0) in helper_idivq_EAX()
/openbmc/qemu/tcg/
H A Dtcg-op.c591 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_div_i32() local
605 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_rem_i32() local
611 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_rem_i32() local
625 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_divu_i32() local
639 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_remu_i32() local
645 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_remu_i32() local
659 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_andc_i32() local
701 TCGv_i32 t0 = tcg_temp_ebb_new_i32(); in tcg_gen_orc_i32() local
819 TCGv_i32 t0, t1; in tcg_gen_rotl_i32() local
841 TCGv_i32 t0, t1; in tcg_gen_rotli_i32() local
[all …]
H A Dtcg-op-gvec.c719 TCGv_i32 t0 = tcg_temp_new_i32(); in expand_2_i32() local
739 TCGv_i32 t0 = tcg_temp_new_i32(); in expand_2i_i32() local
759 TCGv_i32 t0 = tcg_temp_new_i32(); in expand_2s_i32() local
781 TCGv_i32 t0 = tcg_temp_new_i32(); in expand_3_i32() local
805 TCGv_i32 t0 = tcg_temp_new_i32(); in expand_3i_i32() local
832 TCGv_i32 t0 = tcg_temp_new_i32(); in expand_4_i32() local
859 TCGv_i32 t0 = tcg_temp_new_i32(); in expand_4i_i32() local
882 TCGv_i64 t0 = tcg_temp_new_i64(); in expand_2_i64() local
902 TCGv_i64 t0 = tcg_temp_new_i64(); in expand_2i_i64() local
922 TCGv_i64 t0 = tcg_temp_new_i64(); in expand_2s_i64() local
[all …]
/openbmc/linux/lib/crypto/
H A Dpoly1305-donna64.c16 u64 t0, t1; in poly1305_core_setkey() local
61 u64 t0, t1; in poly1305_core_blocks() local
117 u64 t0, t1; in poly1305_core_emit() local
/openbmc/linux/crypto/
H A Dcamellia_generic.c336 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument
540 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local
647 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local
811 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument
845 u32 il, ir, t0, t1; /* temporary variables */ in camellia_do_encrypt() local
900 u32 il, ir, t0, t1; /* temporary variables */ in camellia_do_decrypt() local
H A Dseed.c333 u32 i, t0, t1, x1, x2, x3, x4; in seed_set_key() local
369 u32 x1, x2, x3, x4, t0, t1; in seed_encrypt() local
407 u32 x1, x2, x3, x4, t0, t1; in seed_decrypt() local
/openbmc/pldm/platform-mc/test/
H A Dsensor_manager_test.cpp27 uint64_t t0 = 0; runEventLoopForSeconds() local
161 uint64_t t0, t1; TEST_F() local
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S86 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument
104 #define G(gi1, gi2, x, t0, t1, t2, t3) \ argument
204 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
215 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
223 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c31 target_ulong t0 = env->CP0_Status; in helper_di() local
39 target_ulong t0 = env->CP0_Status; in helper_ei() local
/openbmc/linux/arch/parisc/include/asm/
H A Dchecksum.h30 unsigned long t0, t1, t2; in ip_fast_csum() local
115 unsigned long t0, t1, t2, t3; in csum_ipv6_magic() local
/openbmc/linux/kernel/
H A Dkallsyms_selftest.c159 u64 t0, t1, t; in lookup_name() local
233 u64 t0, t1; in test_perf_kallsyms_on_each_symbol() local
266 u64 t0, t1; in test_perf_kallsyms_on_each_match_symbol() local
/openbmc/qemu/target/avr/
H A Dtranslate.c643 TCGv t0 = tcg_constant_i32(0); in trans_NEG() local
742 TCGv t0 = tcg_temp_new_i32(); in trans_MULS() local
773 TCGv t0 = tcg_temp_new_i32(); in trans_MULSU() local
832 TCGv t0 = tcg_temp_new_i32(); in trans_FMULS() local
867 TCGv t0 = tcg_temp_new_i32(); in trans_FMULSU() local
936 TCGv t0 = tcg_constant_i32(ret & 0x0000ff); in gen_push_ret() local
941 TCGv t0 = tcg_constant_i32(ret & 0x00ffff); in gen_push_ret() local
2207 TCGv t0 = tcg_temp_new_i32(); in trans_XCH() local
2235 TCGv t0 = tcg_temp_new_i32(); in trans_LAS() local
2265 TCGv t0 = tcg_temp_new_i32(); in trans_LAC() local
[all …]

1234567