Project

General

Profile

Actions

Bug #6011

closed

Concatenation of bit vectors with 64-bit result

Added by Mikhail Chupilko almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Andrei Tatarnikov
Category:
-
Target version:
Start date:
06/02/2015
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Platform:
Published in build:
150605

Description

NML-spec:

t<31..0> = 0xffffffff;
t<63..32> = 0x77777777;
trace("t=%x", t);
t = t<31..0>::t<63..32>;
trace("t=%x", t);

Result of execution:

t=77777777ffffffff
t=7777777777777777

The same assignment but for a 32-bit result works as expected.

Actions

Also available in: Atom PDF