Home
last modified time | relevance | path

Searched refs:_not (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dnon-lazy-bind.ll7 ; CHECK: callq _not
16 ; CHECK: jmp _not
/external/llvm/test/CodeGen/X86/
Dnon-lazy-bind.ll7 ; CHECK: callq _not
16 ; CHECK: jmp _not
/external/iproute2/doc/actions/
Dmirred-usage39 This is design intent _not a bug_ to teach you some lessons.
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2611 _not(T2, Src1LoR); in lowerInt64Arithmetic()
2664 _not(T2, Src1LoR); in lowerInt64Arithmetic()
2718 _not(T2, Src1LoR); in lowerInt64Arithmetic()
5070 _not(T2, SrcR); in lowerIntrinsicCall()
5097 _not(THi2, SrcHiR); in lowerIntrinsicCall()
5103 _not(TLo2, SrcLoR); in lowerIntrinsicCall()
DIceTargetLoweringMIPS32.h484 void _not(Variable *Dest, Variable *Src0) { in _not() function
/external/python/cpython2/Doc/reference/
Dexpressions.rst1064 .. _not in:
1203 .. _not:
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1593 _not(glsl_type::bvec2_type), in create_builtins()
1594 _not(glsl_type::bvec3_type), in create_builtins()
1595 _not(glsl_type::bvec4_type), in create_builtins()
/external/googletest/googlemock/docs/
DCookBook.md1304 A call `x.Y(...)` is **uninteresting** if there's _not even a single_ `EXPECT_CALL(x, Y(...))` set.…
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c9224 # define XXX(_pre, _op, _not) { pre = _pre; op = _op; not = _not; } in findSSECmpOp() argument