Searched refs:OP_NOT (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h454 OP_NOT, enumerator in enum:trace_analyzer::Query::Operator
522 return operator_ == OP_NOT || operator_ == OP_NEGATE;
H A Dtrace_event_analyzer.cc280 case OP_NOT:
585 return Query(*this, OP_NOT);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlopcodes.h194 OP_NOT,/* A B R(A) := not R(B) */ enumerator in enum:__anon15430
H A Dlcode.c609 if (GET_OPCODE(ie) == OP_NOT) {
610 fs->pc--; /* remove previous OP_NOT */
687 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0);
H A Dlvm.c645 vmcase(OP_NOT,
/external/pcre/dist/
H A Dpcre_byte_order.c211 case OP_NOT:
H A Dpcre_compile.c1834 case OP_NOT:
2249 case OP_NOT:
2557 case OP_NOT:
2902 list[0] = OP_NOT;
2940 case OP_NOT:
2948 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT;
3003 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT;
3447 case OP_NOT:
3757 case OP_NOT:
5320 OP_NOT[
[all...]
H A Dpcre_study.c212 case OP_NOT:
835 case OP_NOT:
H A Dpcre_printint.c545 case OP_NOT:
H A Dpcre_jit_compile.c683 case OP_NOT:
1364 case OP_NOT:
3354 case OP_NOT:
5662 case OP_NOT:
5674 if (type == OP_NOT || !char_has_othercase(common, cc))
5700 if (type == OP_NOT || !char_has_othercase(common, cc))
7765 *type = OP_NOT;
7883 case OP_NOT:
8265 case OP_NOT:
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c626 OP_NOT, enumerator in enum:op_type
645 return OP_NOT;
1008 case OP_NOT:
1036 case OP_NOT:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp618 case OP_NOT:
H A Dnv50_ir_emit_nvc0.cpp1627 case OP_NOT:
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp618 case OP_NOT:
H A Dnv50_ir_emit_nvc0.cpp1627 case OP_NOT:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp40 case OP_NOT: bits = NV50_IR_MOD_NOT; break;
H A Dnv50_ir.h61 OP_NOT, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_nv50.cpp1586 case OP_NOT:
H A Dnv50_ir_from_sm4.cpp412 case SM4_OPCODE_NOT: return OP_NOT;
H A Dnv50_ir_peephole.cpp380 case NV50_IR_MOD_NOT: return OP_NOT;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp40 case OP_NOT: bits = NV50_IR_MOD_NOT; break;
H A Dnv50_ir.h61 OP_NOT, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_nv50.cpp1586 case OP_NOT:
H A Dnv50_ir_from_sm4.cpp412 case SM4_OPCODE_NOT: return OP_NOT;
H A Dnv50_ir_peephole.cpp380 case NV50_IR_MOD_NOT: return OP_NOT;

Completed in 369 milliseconds

12