[llvm] [X86][MC] Support encoding/decoding for APX variant ADD/SUB/ADC/SBB/OR/XOR instructions (PR #76319)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 27 01:45:18 PST 2023
================
@@ -992,6 +995,12 @@ inline unsigned getOperandBias(const MCInstrDesc &Desc) {
}
}
+/// \returns true if the instruction has a NDD (new data destination).
+inline bool isND(uint64_t TSFlags) {
----------------
phoebewang wrote:
Maybe `hasNewDataDest` for short.
https://github.com/llvm/llvm-project/pull/76319
More information about the llvm-commits
mailing list