Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td1006 let DestructiveInstType = DestructiveOther;
1127 let DestructiveInstType = DestructiveOther;
1671 let DestructiveInstType = DestructiveOther;
1702 let DestructiveInstType = DestructiveOther;
1753 let DestructiveInstType = DestructiveOther;
1929 let DestructiveInstType = DestructiveOther;
2071 let DestructiveInstType = DestructiveOther;
2111 let DestructiveInstType = DestructiveOther;
2195 let DestructiveInstType = DestructiveOther;
2376 let DestructiveInstType = DestructiveOther;
[all …]
H A DAArch64InstrInfo.h772 DestructiveOther = TSFLAG_DESTRUCTIVE_INST_TYPE(0x1), enumerator
H A DAArch64SVEInstrInfo.td4225 defm FAMIN_ZPmZ : sve_fp_2op_p_zds<0b1111, "famin", "", null_frag, DestructiveOther>;
4226 defm FAMAX_ZPmZ : sve_fp_2op_p_zds<0b1110, "famax", "", null_frag, DestructiveOther>;
H A DSMEInstrFormats.td1329 let DestructiveInstType = DestructiveOther;
H A DAArch64InstrFormats.td31 def DestructiveOther : DestructiveInstTypeEnum<1>;