Home
last modified time | relevance | path

Searched refs:DoubleInstr (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs149 internal class DoubleInstr : Instr { class
152 internal DoubleInstr(int inst, double d) : base(inst) in DoubleInstr() method in PEAPI.DoubleInstr
451 AddToBuffer(new DoubleInstr(0x23,cVal)); in ldc_r8()