OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_TEST
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h
204
OP_TEST
,/* A C if not (R(A) <=> C) then pc++ */
lcode.c
138
*i = CREATE_ABC(
OP_TEST
, GETARG_B(*i), 0, GETARG_C(*i));
601
GET_OPCODE(*pc) !=
OP_TEST
);
611
return condjump(fs,
OP_TEST
, GETARG_B(ie), 0, !cond);
ldebug.c
364
case
OP_TEST
: {
lvm.c
694
vmcase(
OP_TEST
,
Completed in 28 milliseconds