Java Virtual Machine (Java Series)

prev next contents
fmul

multiply two floats

Jasmin Syntax

fmul Stack

Before

After
value1 result
value2 ...
...
Description

Pops two single-precision floating point numbers off of the stack, multiplies them, and pushes the single precision result back onto the stack. IEEE 754 rules for floating point arithmetic are used.

Bytecode

Type

Description
u1 fmul opcode = 0x6A (106)
See Also

imul, lmul, dmul


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

Категории