Searched refs:OP_TEST (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_integers.cpp | 461 #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/ |
D | lopcodes.h | 282 OP_TEST,/* A k if (not R[A] == k) then pc++ */ enumerator
|
D | lcode.c | 267 *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()
|
D | luac.c | 590 case OP_TEST: in PrintCode()
|
D | lvm.c | 1593 vmcase(OP_TEST) { in luaV_execute()
|