Searched refs:DBnXS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 396 struct DBnXS : SysAliasImm { struct
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SystemOperands.td | 106 class DBnXS<string name, bits<4> encoding, bits<5> immValue> : SearchableTable { 116 def : DBnXS<"oshnxs", 0x3, 0x10>; 117 def : DBnXS<"nshnxs", 0x7, 0x14>; 118 def : DBnXS<"ishnxs", 0xb, 0x18>; 119 def : DBnXS<"synxs", 0xf, 0x1c>;
|