Home
last modified time | relevance | path

Searched refs:DestructiveOther (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td1012 let DestructiveInstType = DestructiveOther;
1132 let DestructiveInstType = DestructiveOther;
1676 let DestructiveInstType = DestructiveOther;
1707 let DestructiveInstType = DestructiveOther;
1758 let DestructiveInstType = DestructiveOther;
1934 let DestructiveInstType = DestructiveOther;
2075 let DestructiveInstType = DestructiveOther;
2115 let DestructiveInstType = DestructiveOther;
2199 let DestructiveInstType = DestructiveOther;
2387 let DestructiveInstType = DestructiveOther;
[all …]
H A DAArch64InstrInfo.h622 DestructiveOther = TSFLAG_DESTRUCTIVE_INST_TYPE(0x1), enumerator
H A DAArch64SVEInstrInfo.td4145 defm FAMIN_ZPmZ : sve_fp_2op_p_zds<0b1111, "famin", "", null_frag, DestructiveOther>;
4146 defm FAMAX_ZPmZ : sve_fp_2op_p_zds<0b1110, "famax", "", null_frag, DestructiveOther>;
H A DSMEInstrFormats.td1287 let DestructiveInstType = DestructiveOther;
H A DAArch64InstrFormats.td31 def DestructiveOther : DestructiveInstTypeEnum<1>;