OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_UNM
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h
193
OP_UNM
,/* A B R(A) := -R(B) */
lcode.c
729
int o2 = (op !=
OP_UNM
&& op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0;
771
codearith(fs,
OP_UNM
, e, &e2, line);
ldebug.c
458
case
OP_UNM
: tm = TM_UNM; break;
lvm.c
430
case OP_MOD: case OP_POW: case
OP_UNM
: case OP_LEN:
635
vmcase(
OP_UNM
,
Completed in 3887 milliseconds