OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vmcase
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c
531
#define
vmcase
(l,b) case l: {b} break;
macro
557
vmcase
(OP_MOVE,
560
vmcase
(OP_LOADK,
564
vmcase
(OP_LOADKX,
570
vmcase
(OP_LOADBOOL,
574
vmcase
(OP_LOADNIL,
580
vmcase
(OP_GETUPVAL,
584
vmcase
(OP_GETTABUP,
588
vmcase
(OP_GETTABLE,
591
vmcase
(OP_SETTABUP
[
all
...]
/external/lua/src/
lvm.c
766
#define
vmcase
(l) case l:
macro
803
vmcase
(OP_MOVE) {
function
807
vmcase
(OP_LOADK) {
function
812
vmcase
(OP_LOADKX) {
function
819
vmcase
(OP_LOADBOOL) {
function
824
vmcase
(OP_LOADNIL) {
function
831
vmcase
(OP_GETUPVAL) {
function
836
vmcase
(OP_GETTABUP) {
function
842
vmcase
(OP_GETTABLE) {
function
848
vmcase
(OP_SETTABUP)
function
855
vmcase
(OP_SETUPVAL) {
function
861
vmcase
(OP_SETTABLE) {
function
867
vmcase
(OP_NEWTABLE) {
function
877
vmcase
(OP_SELF) {
function
889
vmcase
(OP_ADD) {
function
903
vmcase
(OP_SUB) {
function
917
vmcase
(OP_MUL) {
function
931
vmcase
(OP_DIV) { \/* float division (always with floats) *\/
function
941
vmcase
(OP_BAND) {
function
951
vmcase
(OP_BOR) {
function
961
vmcase
(OP_BXOR) {
function
971
vmcase
(OP_SHL) {
function
981
vmcase
(OP_SHR) {
function
991
vmcase
(OP_MOD) {
function
1007
vmcase
(OP_IDIV) { \/* floor division *\/
function
1021
vmcase
(OP_POW) {
function
1031
vmcase
(OP_UNM) {
function
1046
vmcase
(OP_BNOT) {
function
1057
vmcase
(OP_NOT) {
function
1063
vmcase
(OP_LEN) {
function
1067
vmcase
(OP_CONCAT) {
function
1080
vmcase
(OP_JMP) {
function
1084
vmcase
(OP_EQ) {
function
1095
vmcase
(OP_LT) {
function
1104
vmcase
(OP_LE) {
function
1113
vmcase
(OP_TEST) {
function
1120
vmcase
(OP_TESTSET) {
function
1130
vmcase
(OP_CALL) {
function
1145
vmcase
(OP_TAILCALL) {
function
1176
vmcase
(OP_RETURN) {
function
1190
vmcase
(OP_FORLOOP) {
function
1214
vmcase
(OP_FORPREP) {
function
1242
vmcase
(OP_TFORCALL) {
function
1255
vmcase
(OP_TFORLOOP) {
function
1263
vmcase
(OP_SETLIST) {
function
1285
vmcase
(OP_CLOSURE) {
function
1295
vmcase
(OP_VARARG) {
function
1313
vmcase
(OP_EXTRAARG) {
function
[
all
...]
Completed in 1193 milliseconds