Rename 'AddCary' to 'AddCarry' (#3206)

This commit is contained in:
Paris Oplopoios
2025-07-07 13:29:11 +03:00
committed by GitHub
parent 70eef0de90
commit 4eaa992aff
6 changed files with 8 additions and 8 deletions

View File

@@ -328,7 +328,7 @@ OPCODE(FPCmpClass32, U1, F32,
// Integer operations
OPCODE(IAdd32, U32, U32, U32, )
OPCODE(IAdd64, U64, U64, U64, )
OPCODE(IAddCary32, U32x2, U32, U32, )
OPCODE(IAddCarry32, U32x2, U32, U32, )
OPCODE(ISub32, U32, U32, U32, )
OPCODE(ISub64, U64, U64, U64, )
OPCODE(IMul32, U32, U32, U32, )