Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c81 typedef void AArch64DecodeFn(DisasContext *s, uint32_t insn); typedef
86 AArch64DecodeFn *disas_fn;
1427 static inline AArch64DecodeFn *lookup_disas_fn(const AArch64DecodeTable *table, in lookup_disas_fn()
11570 AArch64DecodeFn *fn = lookup_disas_fn(&data_proc_simd[0], insn); in disas_data_proc_simd()