Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dtranslate.c3595 static void rotate_x_flags(TCGv reg, TCGv X, int size) in rotate_x_flags() function
3732 rotate_x_flags(DREG(insn, 0), X, 32); in DISAS_INSN()
3757 rotate_x_flags(reg, X, 8); in DISAS_INSN()
3781 rotate_x_flags(reg, X, 16); in DISAS_INSN()
3813 rotate_x_flags(DREG(insn, 0), X, 32); in DISAS_INSN()
3844 rotate_x_flags(reg, X, 8); in DISAS_INSN()
3876 rotate_x_flags(reg, X, 16); in DISAS_INSN()
3896 rotate_x_flags(src, X, 16); in DISAS_INSN()