VADC.VVM

Vector Add with Carry

VADC.VVM vd, vs2, vs1, v0

Computes vd = vs1 + vs2 + carry (v0).

Details

Vector Add with Carry: Computes vd = vs1 + vs2 + carry (v0). Operation: vd = vs1 + vs2 + v0;.

Pseudocode Operation

vd = vs1 + vs2 + v0;

Example

VADC.VVM v1, v4, v2, v0

Encoding

Binary Layout
010000
31:26
0
25
vs2
24:20
vs1
19:15
000
14:12
vd
11:7
1010111
6:0
 
Format OPIVV
Opcode 0x57
Extension V

Operands

  • vd
    Destination vector register
  • vs2
    Source vector register 2
  • vs1
    Source vector register 1