Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bearssl/T0/
H A DOpcodeConst.cs28 class OpcodeConst : Opcode { class
32 internal OpcodeConst(TValue val) in OpcodeConst() method in OpcodeConst
H A DWordBuilder.cs184 Add(new OpcodeConst(v)); in Literal()