dmul :
multiply two doubles : index : visitInsn()
- Description
- Pops the top two double-precision floating point numbers off the stack,
multiplies them, and pushes the double-precision result back onto the stack.
Multiplication is performed using the standard IEEE rules for double precision
floating point arithmetic.
- See also
- imul lmul fmul
- Stack
Before
|
After |
value1-word1 |
result-word1 |
value1-word2 |
result-word1 |
value1-word1 |
... |
value2-word2 |
... |
... |
... |
- Bytecode
Type
|
Description |
u1
|
dmul
opcode = 0x6B (107)
|