Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6989 static bool do_vec_shift_imm_wide(DisasContext *s, arg_qrri_e *a, bool is_u) in TRANS()
7022 TRANS(SSHLL_v, do_vec_shift_imm_wide, a, false) in TRANS() argument
7023 TRANS(USHLL_v, do_vec_shift_imm_wide, a, true) in TRANS()