Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.c105 ,opmode(0, 0, OpArgU, OpArgU, iAx) /* OP_EXTRAARG */
Dlopcodes.h32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
Dluac.c310 case iAx: in PrintCode()