Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs92 internal class UIntInstr : Instr { class
602 AddToBuffer(new UIntInstr((int)IntOp.ldarg,argNo,true)); in LoadArg()
604 AddToBuffer(new UIntInstr(0x09,argNo,false)); in LoadArg()
619 AddToBuffer(new UIntInstr(0x0A,argNo,false)); in LoadArgAdr()
634 AddToBuffer(new UIntInstr((int)IntOp.ldloc,locNo,true)); in LoadLocal()
636 AddToBuffer(new UIntInstr(0x0C,locNo,false)); in LoadLocal()
651 AddToBuffer(new UIntInstr(0x0D,locNo,false)); in LoadLocalAdr()
663 AddToBuffer(new UIntInstr((int)IntOp.starg,argNo,true)); in StoreArg()
665 AddToBuffer(new UIntInstr(0x0B,argNo,false)); in StoreArg()
680 AddToBuffer(new UIntInstr((int)IntOp.stloc,locNo,true)); in StoreLocal()
[all …]