You copied the Doc URL to your clipboard.
VPOP (floating-point)
Pop extension registers from the stack.
Syntax
VPOP
{
}
cond
Registers
where:
cond
is an optional condition code.
Registers
is a list of consecutive extension registers enclosed in braces, { and }. The list can be comma-separated, or in range format. There must be at least one register in the list.
You can specify
S
orD
registers, but they must not be mixed. The number of registers must not exceed 16D
registers.
Note
VPOP
is
equivalent to Registers
VLDM sp!,
. Registers
You can use either form of this instruction. They both disassemble
to VPOP
.