Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bearssl/T0/
H A DOpcodeGetLocal.cs39 cpu.Push(cpu.GetLocal(num)); in Run()
H A DCPU.cs152 internal TValue GetLocal(int num) in GetLocal() method in CPU
H A DWordBuilder.cs245 internal void GetLocal(string name) in GetLocal() method in WordBuilder
H A DT0Comp.cs699 wordBuilder.GetLocal(cpu.Pop().ToString()); in T0Comp()