From c6623fa5f2682f506d2d399d1b12547a195565f7 Mon Sep 17 00:00:00 2001 From: noone Date: Wed, 31 Jul 2024 22:48:31 -0500 Subject: Add decode, disassembly, IL for TLBINV, TLBINVF --- arch/mips/il.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips/il.h') diff --git a/arch/mips/il.h b/arch/mips/il.h index 9a5a7999..df84f4a6 100644 --- a/arch/mips/il.h +++ b/arch/mips/il.h @@ -68,6 +68,8 @@ enum MipsIntrinsic : uint32_t MIPS_INTRIN_TLBSET, MIPS_INTRIN_TLBGET, MIPS_INTRIN_TLBSEARCH, + MIPS_INTRIN_TLBINV, + MIPS_INTRIN_TLBINVF, CNMIPS_INTRIN_SYNCIOBDMA, CNMIPS_INTRIN_SYNCS, -- cgit v1.3.1