Searched refs:gen_mac_extract_word (Results 1 – 1 of 1) sorted by relevance
5398 static inline TCGv gen_mac_extract_word(DisasContext *s, TCGv val, int upper) in gen_mac_extract_word() function5486 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()