From bdc1c7134e14fc18182e33dfa3fe98ba10c38acf Mon Sep 17 00:00:00 2001 From: noone Date: Wed, 31 Jul 2024 20:47:28 -0500 Subject: Add IL, intrinsics for TLB-related instructions --- arch/mips/il.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/mips/il.h') diff --git a/arch/mips/il.h b/arch/mips/il.h index c4ffff75..9a5a7999 100644 --- a/arch/mips/il.h +++ b/arch/mips/il.h @@ -65,6 +65,10 @@ enum MipsIntrinsic : uint32_t MIPS_INTRIN_SET_LEFT_PART64, MIPS_INTRIN_SET_RIGHT_PART64, + MIPS_INTRIN_TLBSET, + MIPS_INTRIN_TLBGET, + MIPS_INTRIN_TLBSEARCH, + CNMIPS_INTRIN_SYNCIOBDMA, CNMIPS_INTRIN_SYNCS, CNMIPS_INTRIN_SYNCW, -- cgit v1.3.1