You copied the Doc URL to your clipboard.
VPUSH
Push extension registers onto the stack.
Syntax
VPUSH
{
}
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
VPUSH
is
equivalent to Registers
VSTMDB sp!,
.Registers
You can use either form of this instruction. They both disassemble
to VPUSH
.