Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c5398 static inline TCGv gen_mac_extract_word(DisasContext *s, TCGv val, int upper) in gen_mac_extract_word() function
5486 rx = gen_mac_extract_word(s, rx, (ext & 0x80) != 0); in DISAS_INSN()
5487 ry = gen_mac_extract_word(s, ry, (ext & 0x40) != 0); in DISAS_INSN()