Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c2165 static void gen_set_sr_im(DisasContext *s, uint16_t val, int ccr_only) in gen_set_sr_im() argument
2167 if (ccr_only) { in gen_set_sr_im()
2181 static void gen_set_sr(DisasContext *s, TCGv val, int ccr_only) in gen_set_sr() argument
2183 if (ccr_only) { in gen_set_sr()
2194 bool ccr_only) in gen_move_to_sr() argument
2199 gen_set_sr_im(s, val, ccr_only); in gen_move_to_sr()
2203 gen_set_sr(s, src, ccr_only); in gen_move_to_sr()