Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DOpcodeCall.cs28 class OpcodeCall : Opcode { class
32 internal OpcodeCall() : this(null) in OpcodeCall() method in OpcodeCall
36 internal OpcodeCall(Word target) in OpcodeCall() method in OpcodeCall
H A DWordBuilder.cs220 Add(new OpcodeCall(), target); in Call()
229 Add(new OpcodeCall(wtarget), null); in CallExt()
238 Add(new OpcodeCall(), target); in CallExt()
288 Add(new OpcodeCall(), xt.Name); in Call()
290 Add(new OpcodeCall(xt.Target)); in Call()
H A DWordInterpreted.cs175 if (op is OpcodeCall) { in AnalyseFlow()
H A DT0Comp.cs1406 new OpcodeCall(w), in ProcessInput()