mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 15:40:16 +02:00
* fixed cto
git-svn-id: trunk@3074 -
This commit is contained in:
parent
ecdb5df2d6
commit
b215196734
@ -543,7 +543,7 @@
|
|||||||
opcode : A_CMP;
|
opcode : A_CMP;
|
||||||
ops : 2;
|
ops : 2;
|
||||||
optypes : (ot_reg_eax or ot_bits64,ot_immediate,ot_none);
|
optypes : (ot_reg_eax or ot_bits64,ot_immediate,ot_none);
|
||||||
code : #213#1#61#33;
|
code : #208#1#61#33;
|
||||||
flags : if_386 or if_sd
|
flags : if_386 or if_sd
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -3244,4 +3244,4 @@ reg64,reg32 \326\301\1\x63\110 X86_64
|
|||||||
|
|
||||||
[CQO,cqto]
|
[CQO,cqto]
|
||||||
(Ch_MRAX, Ch_WRDX, Ch_None)
|
(Ch_MRAX, Ch_WRDX, Ch_None)
|
||||||
void \325\1\x99 X86_64
|
void \326\1\x99 X86_64
|
||||||
|
@ -9643,7 +9643,7 @@
|
|||||||
opcode : A_CQO;
|
opcode : A_CQO;
|
||||||
ops : 0;
|
ops : 0;
|
||||||
optypes : (ot_none,ot_none,ot_none);
|
optypes : (ot_none,ot_none,ot_none);
|
||||||
code : #213#1#153;
|
code : #214#1#153;
|
||||||
flags : if_x86_64
|
flags : if_x86_64
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user