Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dtranslate.c350 TCGv RdL = cpu_r[a->rd]; in trans_ADIW() local
356 tcg_gen_deposit_tl(Rd, RdL, RdH, 8, 8); /* Rd = RdH:RdL */ in trans_ADIW()
370 tcg_gen_andi_tl(RdL, R, 0xff); in trans_ADIW()
497 TCGv RdL = cpu_r[a->rd]; in trans_SBIW() local
503 tcg_gen_deposit_tl(Rd, RdL, RdH, 8, 8); /* Rd = RdH:RdL */ in trans_SBIW()
517 tcg_gen_andi_tl(RdL, R, 0xff); in trans_SBIW()
1540 TCGv RdL = cpu_r[a->rd]; in trans_MOVW() local
1546 tcg_gen_mov_tl(RdL, RrL); in trans_MOVW()