Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-a64.c4228 typedef void CpyFn(TCGv_env, TCGv_i32, TCGv_i32, TCGv_i32); typedef
4230 static bool do_CPY(DisasContext *s, arg_cpy *a, bool is_epilogue, CpyFn fn) in do_CPY()