Home
last modified time | relevance | path

Searched defs:t16 (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/timer/
H A Davr_timer16.c97 #define CLKSRC(t16) (t16->crb & T16_CRB_CS) argument
98 #define MODE(t16) (((t16->crb & T16_CRB_WGM23) >> 1) | \ argument
100 #define CNT(t16) VAL16(t16->cntl, t16->cnth) argument
101 #define OCRA(t16) VAL16(t16->ocral, t16->ocrah) argument
102 #define OCRB(t16) VAL16(t16->ocrbl, t16->ocrbh) argument
103 #define OCRC(t16) VAL16(t16->ocrcl, t16->ocrch) argument
104 #define ICR(t16) VAL16(t16->icrl, t16->icrh) argument
110 static inline int64_t avr_timer16_ns_to_ticks(AVRTimer16State *t16, int64_t t) in avr_timer16_ns_to_ticks()
118 static void avr_timer16_update_cnt(AVRTimer16State *t16) in avr_timer16_update_cnt()
127 static inline void avr_timer16_recalc_reset_time(AVRTimer16State *t16) in avr_timer16_recalc_reset_time()
[all …]
/qemu/target/arm/tcg/
H A Dtranslate-a64.c1198 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_st() local
1219 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_ld() local
2893 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_load_exclusive() local
2985 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_store_exclusive() local
H A Dtranslate-sve.c4153 TCGv_i128 t16; in gen_sve_ldr() local
4255 TCGv_i128 t16; in gen_sve_str() local
/qemu/target/ppc/
H A Dtranslate.c3240 TCGv_i128 t16; in STCX() local
/qemu/target/sparc/
H A Dtranslate.c2350 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_stda_asi() local
/qemu/target/s390x/tcg/
H A Dtranslate.c4481 TCGv_i128 t16 = tcg_temp_new_i128(); in op_stpq() local