Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-mve.c34 typedef void MVEGenLdStIlFn(TCGv_ptr, TCGv_i32, TCGv_i32); typedef
380 static bool do_vldst_il(DisasContext *s, arg_vldst_il *a, MVEGenLdStIlFn *fn, in do_vldst_il()
415 static MVEGenLdStIlFn * const fns[4][4] = { in trans_VLD2()
429 static MVEGenLdStIlFn * const fns[4][4] = { in trans_VLD4()
443 static MVEGenLdStIlFn * const fns[4][4] = { in trans_VST2()
457 static MVEGenLdStIlFn * const fns[4][4] = { in trans_VST4()