Home
last modified time | relevance | path

Searched refs:OP_NOT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
Dlcode.c609 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
687 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
Dlvm.c645 vmcase(OP_NOT, in luaV_execute()