]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
libvex_ir.h: Fix comment for Iop_DivModU128to64
authorFlorian Krohm <flo2030@eich-krohm.de>
Sat, 21 Jun 2025 14:11:47 +0000 (14:11 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Sat, 21 Jun 2025 14:11:47 +0000 (14:11 +0000)
This IROp uses an I128 dividend and produces an I128 result.
Cf. function typeOfPrimop and IR generation for amd64 and s390.

VEX/pub/libvex_ir.h

index 80ef8f27a47e2057f8f87096794dda1439cbaf51..803a1317ed9326650cc00c3aa30d80fdbcf56d53 100644 (file)
@@ -521,7 +521,7 @@ typedef
                          // of which lo half is div and hi half is mod
       Iop_DivModS64to32, // ditto, signed
 
-      Iop_DivModU128to64, // :: V128,I64 -> V128
+      Iop_DivModU128to64, // :: I128,I64 -> I128
                           // of which lo half is div and hi half is mod
       Iop_DivModS128to64, // ditto, signed