Home
last modified time | relevance | path

Searched defs:IntInstr (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DIntInstr.cs15 public class IntInstr : IInstr { class
20 public IntInstr (PEAPI.IntOp op, int operand, Location loc) in IntInstr() method in Mono.ILASM.IntInstr
/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs69 internal class IntInstr : Instr { class
73 internal IntInstr(int inst, int num, bool byteSize) : base(inst) in IntInstr() method in PEAPI.IntInstr