mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 01:38:03 +02:00
* simplified code
This commit is contained in:
parent
840df7e243
commit
99b71eafda
@ -994,12 +994,9 @@ implementation
|
||||
|
||||
procedure tcginlinenode.second_BsfBsr;
|
||||
var
|
||||
not_zero,
|
||||
reverse: boolean;
|
||||
opsize: tcgsize;
|
||||
begin
|
||||
reverse:=(inlinenumber = in_bsr_x);
|
||||
not_zero:=node_not_zero(left);
|
||||
secondpass(left);
|
||||
|
||||
opsize:=tcgsize2unsigned[left.location.size];
|
||||
@ -1008,7 +1005,7 @@ implementation
|
||||
|
||||
location_reset(location,LOC_REGISTER,def_cgsize(resultdef));
|
||||
location.register:=cg.getintregister(current_asmdata.CurrAsmList,location.size);
|
||||
cg.a_bit_scan_reg_reg(current_asmdata.CurrAsmList,reverse,not_zero,opsize,location.size,left.location.register,location.register);
|
||||
cg.a_bit_scan_reg_reg(current_asmdata.CurrAsmList,inlinenumber=in_bsr_x,node_not_zero(left),opsize,location.size,left.location.register,location.register);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user