21.5.4.3 Operand Size

Divide

The DIVAS can perform 32-bit signed and unsigned division and the operation follows the equation as below.

R E S U L T [ 31 : 0 ] = D I V I D E N D [ 31 : 0 ] / D I V I S O R [ 31 : 0 ]
R E M A I N D E R [ 31 : 0 ] = D I V I D E N D [ 31 : 0 ] % D I V I S O R [ 31 : 0 ]

DIVAS completes 32-bit division in 2-16 cycles.

Square Root

The DIVAS can perform 32-bit unsigned division and the operation follows the equation as below.

R E S U L T [ 31 : 0 ] = S Q R N U M [ 31 : 0 ]
R E M A I N D E R [ 31 : 0 ] = S Q R N U M [ 31 : 0 ] R E S U L T [ 31 : 0 ] 2