Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dtranslate.c4128 static bool do_shift_i(DisasContext *dc, arg_shifti *a, bool l, bool u) in TRANS()
4161 TRANS(SLL_i, ALL, do_shift_i, a, true, true) in TRANS() argument
4162 TRANS(SRL_i, ALL, do_shift_i, a, false, true) in TRANS()
4163 TRANS(SRA_i, ALL, do_shift_i, a, false, false) in TRANS()