diff options
| author | noone <you@example.com> | 2024-07-31 20:47:28 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-08-12 15:50:54 -0400 |
| commit | bdc1c7134e14fc18182e33dfa3fe98ba10c38acf (patch) | |
| tree | 51394bf04591f1b3335997b3595365cc75cdeeca /arch/mips/il.h | |
| parent | 0bf72f94c49f34fc550c2d5c2fbab7a95ac72628 (diff) | |
Add IL, intrinsics for TLB-related instructions
Diffstat (limited to 'arch/mips/il.h')
| -rw-r--r-- | arch/mips/il.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |
