114.

prev next contents
lmul

multiply two longs

Jasmin Syntax
     lmul 
Stack

Before

After
value1-word1
result-word1
value1-word2
result-word2
value2-word1
...
value2-word2

...

Description

Pops the top two long integers from the operand stack, multiplies them, and then pushes the long integer result back onto the stack. On overflow, lmul produces a result whose low order bits are correct, but whose sign bit may be incorrect.

Bytecode

Type

Description
u1
lmul opcode = 0x69 (105)
See Also

imul, fmul, dmul


prev next contents
Java Virtual Machine, by Jon Meyer and Troy Downing, O'Reilly Associates


Java Virtual Machine
Java Virtual Machine (Java Series)
ISBN: 1565921941
EAN: 2147483647
Year: 1996
Pages: 171

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net