ldc2_w_quick

Push long or double from constant pool (wide index)

Type Description
u1 ldc2_w_quick opcode = 0x?? (205)
u2 index

Stack ... => ..., item.word1, item.word2

Description

ldc2_w_quick pushes a two-word constant onto the operand stack. The following Java types can be pushed using ldc2_w_quick: long, double.

Notes

The opcode of this instruction was originally ldc2_w. The operands of the original ldc2_w instruction are not modified.

Only a wide index version of this instruction exists; there is no ldc2_quick instruction that pushes a two-word constant with a single-byte index.