mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 12:45:56 +00:00
Rename 'AddCary' to 'AddCarry' (#3206)
This commit is contained in:
parent
70eef0de90
commit
4eaa992aff
6 changed files with 8 additions and 8 deletions
|
@ -353,7 +353,7 @@ Id EmitFPIsInf32(EmitContext& ctx, Id value);
|
|||
Id EmitFPIsInf64(EmitContext& ctx, Id value);
|
||||
Id EmitIAdd32(EmitContext& ctx, IR::Inst* inst, Id a, Id b);
|
||||
Id EmitIAdd64(EmitContext& ctx, Id a, Id b);
|
||||
Id EmitIAddCary32(EmitContext& ctx, Id a, Id b);
|
||||
Id EmitIAddCarry32(EmitContext& ctx, Id a, Id b);
|
||||
Id EmitISub32(EmitContext& ctx, Id a, Id b);
|
||||
Id EmitISub64(EmitContext& ctx, Id a, Id b);
|
||||
Id EmitSMulHi(EmitContext& ctx, Id a, Id b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue