FCVT-encode ( ftype opc2 Rn Rd -- )


Vocabulary
cpu.arm.64.assembler.opcodes

Inputs
ftypean object
opc2an object
Rnan object
Rdan object


Outputs
None

Definition


: FCVT-encode ( ftype opc2 Rn Rd -- )
{
{ 0 31 }
{ 0 30 }
{ 0 29 }
{ 30 24 }
{ ftype 22 }
{ 1 21 }
{ 1 17 }
{ opc2 15 }
{ 16 10 }
{ Rn 5 }
{ Rd 0 }
} bitfield* 4 >le % ;