Searched refs:DecodeFN (Results 1 – 3 of 3) sorted by relevance
471 typedef DecodeStatus (*DecodeFN)(MCInst *, unsigned, uint64_t, MCRegisterInfo *); in DecodeINSVE_DF_4() typedef476 DecodeFN RegDecoder = NULL; in DecodeINSVE_DF_4()
545 typedef DecodeStatus (*DecodeFN)(MCInst &, unsigned, uint64_t, const void *); in DecodeINSVE_DF() typedef550 DecodeFN RegDecoder = nullptr; in DecodeINSVE_DF()
587 using DecodeFN = DecodeStatus (*)(MCInst &, unsigned, uint64_t, const void *); in DecodeINSVE_DF() typedef593 DecodeFN RegDecoder = nullptr; in DecodeINSVE_DF()