Home
last modified time | relevance | path

Searched refs:OP_TEST (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp461 #define OP_TEST( op, opName ) \ macro
472 OP_TEST( +, add )
473 OP_TEST( -, subtract )
474 OP_TEST( *, multiply )
475 OP_TEST( ^, exclusiveOr )
476 OP_TEST( |, or )
477 OP_TEST( &, and )
/external/lua/src/
Dlopcodes.h282 OP_TEST,/* A k if (not R[A] == k) then pc++ */ enumerator
Dlcode.c267 *i = CREATE_ABCk(OP_TEST, GETARG_B(*i), 0, 0, GETARG_k(*i)); in patchtestreg()
1087 GET_OPCODE(*pc) != OP_TEST); in negatecondition()
1103 return condjump(fs, OP_TEST, GETARG_B(ie), 0, 0, !cond); in jumponcond()
Dluac.c590 case OP_TEST: in PrintCode()
Dlvm.c1593 vmcase(OP_TEST) { in luaV_execute()