fmvp.q.x

Floating-Point Move Pair from Integer Registers to Quad-Precision Register

This instruction is defined by:

Encoding

svg

Synopsis

The fmvp.q.x instruction moves a quad-precision number from a pair of integer registers into a floating-point register. Integer registers xs1 and xs2 supply bits 63:0 and 127:64, respectively; the result is written to floating-point register fd. fmvp.q.x is encoded in the OP-FP major opcode with funct3=0 and funct7=1011011.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> xs2 = $encoding[24:20];
Bits<5> xs1 = $encoding[19:15];
Bits<5> fd = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original