Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6250 static bool do_fmla_vector_idx(DisasContext *s, arg_qrrx_e *a, bool neg) in TRANS()
6283 TRANS(FMLA_vi, do_fmla_vector_idx, a, false) in TRANS() argument
6284 TRANS(FMLS_vi, do_fmla_vector_idx, a, true) in TRANS()