Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64SystemOperands.td213 // TLBI (translation lookaside buffer invalidate) instruction options.
216 class TLBI<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
231 def : TLBI<"IPAS2E1IS", 0b01, 0b100, 0b1000, 0b0000, 0b001>;
232 def : TLBI<"IPAS2LE1IS", 0b01, 0b100, 0b1000, 0b0000, 0b101>;
233 def : TLBI<"VMALLE1IS", 0b01, 0b000, 0b1000, 0b0011, 0b000, 0>;
234 def : TLBI<"ALLE2IS", 0b01, 0b100, 0b1000, 0b0011, 0b000, 0>;
235 def : TLBI<"ALLE3IS", 0b01, 0b110, 0b1000, 0b0011, 0b000, 0>;
236 def : TLBI<"VAE1IS", 0b01, 0b000, 0b1000, 0b0011, 0b001>;
237 def : TLBI<"VAE2IS", 0b01, 0b100, 0b1000, 0b0011, 0b001>;
238 def : TLBI<"VAE3IS", 0b01, 0b110, 0b1000, 0b0011, 0b001>;
[all …]
DAArch64.td135 // Named operands for MRS/MSR/TLBI/...
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h454 struct TLBI { struct