Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dtranslate.c2160 static void gen_set_sr_im(DisasContext *s, uint16_t val, int ccr_only) in gen_set_sr_im() argument
2162 if (ccr_only) { in gen_set_sr_im()
2176 static void gen_set_sr(DisasContext *s, TCGv val, int ccr_only) in gen_set_sr() argument
2178 if (ccr_only) { in gen_set_sr()
2189 bool ccr_only) in gen_move_to_sr() argument
2194 gen_set_sr_im(s, val, ccr_only); in gen_move_to_sr()
2198 gen_set_sr(s, src, ccr_only); in gen_move_to_sr()