Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h90 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
Dlparser.c1508 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()