These instructions take one operand, which must be a floating point number.
| <instr> ::= |
| ---- | ----
| <instr_r> <float64>
| | <instr_r> <int64>
| | <instr_r> (
<bytes> )
| <bytes> is binary image
<instr_r> ::= | Derived from opcode.def |
---|---|
ldc.r4 |
|
| ldc.r8 |
ldc.r4 10.2
ldc.r4 10
ldc.r4 0x123456789ABCDEF
ldc.r8 (00 00 00 00 00 00 F8 FF)