You copied the Doc URL to your clipboard.
VPOP
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
D
orQ
registers, but they must not be mixed. The number of registers must not exceed 16D
registers, or 8Q
registers. IfQ
registers are specified, on disassembly they are shown asD
registers.
Note
VPOP
is
equivalent to Registers
VLDM sp!,
. Registers
You can use either form of this instruction. They both disassemble
to VPOP
.