Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bearssl/T0/
HDOpcodeGetLocal.cs39 cpu.Push(cpu.GetLocal(num)); in Run()
HDCPU.cs152 internal TValue GetLocal(int num) in GetLocal() method in CPU
HDWordBuilder.cs245 internal void GetLocal(string name) in GetLocal() method in WordBuilder
HDT0Comp.cs699 wordBuilder.GetLocal(cpu.Pop().ToString()); in T0Comp()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDOpcodes.td385 def GetLocal : AccessOpcode { let HasCustomEval = 1; }
HDInterp.h1176 bool GetLocal(InterpState &S, CodePtr OpPC, uint32_t I) { in GetLocal() function