[llvm] [llvm-exegesis] Add AArch64 operand initializers, SetRegTo (PR #169912)
Simon Wallis via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 02:54:24 PST 2025
================
@@ -106,6 +149,110 @@ static MCInst loadFPImmediate(MCRegister Reg, unsigned RegBitWidth,
return Instructions;
}
+// Generates instructions to load an immediate value into a DD Reg
+static std::vector<MCInst>
+loadDDRegImmediate(MCRegister Reg, unsigned RegBitWidth, const APInt &Value) {
----------------
simonwallis2 wrote:
Done
https://github.com/llvm/llvm-project/pull/169912
More information about the llvm-commits
mailing list