Home
last modified time | relevance | path

Searched refs:tcg_ebytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c3688 TCGv_i64 clean_addr, tcg_rn, tcg_ebytes; in trans_LD_mult() local
3742 tcg_ebytes = tcg_constant_i64(1 << size); in trans_LD_mult()
3750 tcg_gen_add_i64(clean_addr, clean_addr, tcg_ebytes); in trans_LD_mult()
3779 TCGv_i64 clean_addr, tcg_rn, tcg_ebytes; in trans_ST_mult() local
3833 tcg_ebytes = tcg_constant_i64(1 << size); in trans_ST_mult()
3841 tcg_gen_add_i64(clean_addr, clean_addr, tcg_ebytes); in trans_ST_mult()
3859 TCGv_i64 clean_addr, tcg_rn, tcg_ebytes; in trans_ST_single() local
3880 tcg_ebytes = tcg_constant_i64(1 << a->scale); in trans_ST_single()
3883 tcg_gen_add_i64(clean_addr, clean_addr, tcg_ebytes); in trans_ST_single()
3899 TCGv_i64 clean_addr, tcg_rn, tcg_ebytes; in trans_LD_single() local
[all …]