Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 571 Bytes

vi.c.4.6-instructions-that-take-a-single-floating-point-argument.md

File metadata and controls

23 lines (18 loc) · 571 Bytes

VI.C.4.6 Instructions that take a single floating-point argument

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

Examples:

ldc.r4 10.2
ldc.r4 10
ldc.r4 0x123456789ABCDEF
ldc.r8 (00 00 00 00 00 00 F8 FF)