Home
last modified time | relevance | path

Searched refs:IntInstr (Results 1 – 4 of 4) 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
421 AddToBuffer(new IntInstr(instr,val,(inst == IntOp.ldc_i4_s))); in IntInst()
560 AddToBuffer(new IntInstr((int)IntOp.ldc_i4_s,i,true)); in PushInt()
562 AddToBuffer(new IntInstr((int)IntOp.ldc_i4,i,false)); in PushInt()
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/
H A Dilasm.exe.sources28 codegen/IntInstr.cs
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/parser/
H A DILParser.jay2410 … new IntInstr ((IntOp) $1, (int) $2, tokenizer.Location));
2418 new IntInstr ((IntOp) $1, slot, tokenizer.Location));
2423 new IntInstr ((IntOp) $1, (int) $2, tokenizer.Location));
2432 new IntInstr ((IntOp) $1, pos, tokenizer.Location));
2437 IntInstr ((IntOp) $1, (int) $2, tokenizer.Location));
2445 IntInstr ((IntOp) $1, slot, tokenizer.Location));