|
@@ -1047,7 +1047,7 @@ unit cgcpu;
|
|
case op of
|
|
case op of
|
|
OP_NEG,OP_NOT,
|
|
OP_NEG,OP_NOT,
|
|
OP_DIV,OP_IDIV:
|
|
OP_DIV,OP_IDIV:
|
|
- internalerror(200308281);
|
|
|
|
|
|
+ internalerror(200308283);
|
|
OP_SHL,
|
|
OP_SHL,
|
|
OP_SHR,
|
|
OP_SHR,
|
|
OP_SAR,
|
|
OP_SAR,
|
|
@@ -3978,7 +3978,7 @@ unit cgcpu;
|
|
OP_NOT:
|
|
OP_NOT:
|
|
list.concat(taicpu.op_reg_reg(A_MVN,dst,src));
|
|
list.concat(taicpu.op_reg_reg(A_MVN,dst,src));
|
|
OP_DIV,OP_IDIV:
|
|
OP_DIV,OP_IDIV:
|
|
- internalerror(200308281);
|
|
|
|
|
|
+ internalerror(200308284);
|
|
OP_ROL:
|
|
OP_ROL:
|
|
begin
|
|
begin
|
|
if not(size in [OS_32,OS_S32]) then
|
|
if not(size in [OS_32,OS_S32]) then
|
|
@@ -4396,7 +4396,7 @@ unit cgcpu;
|
|
case op of
|
|
case op of
|
|
OP_NEG,OP_NOT,
|
|
OP_NEG,OP_NOT,
|
|
OP_DIV,OP_IDIV:
|
|
OP_DIV,OP_IDIV:
|
|
- internalerror(200308281);
|
|
|
|
|
|
+ internalerror(200308285);
|
|
OP_SHL:
|
|
OP_SHL:
|
|
begin
|
|
begin
|
|
if a>32 then
|
|
if a>32 then
|
|
@@ -4582,7 +4582,7 @@ unit cgcpu;
|
|
ovloc.loc:=LOC_VOID;
|
|
ovloc.loc:=LOC_VOID;
|
|
case op of
|
|
case op of
|
|
OP_NEG,OP_NOT:
|
|
OP_NEG,OP_NOT:
|
|
- internalerror(200308281);
|
|
|
|
|
|
+ internalerror(200308286);
|
|
OP_ROL:
|
|
OP_ROL:
|
|
begin
|
|
begin
|
|
if not(size in [OS_32,OS_S32]) then
|
|
if not(size in [OS_32,OS_S32]) then
|