/external/bison/lib/ |
D | bbitset.h | 131 void (*not_) (bitset, bitset); member 223 #define BITSET_NOT_(DST, SRC) (SRC)->b.vtable->not_ (DST, SRC)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
D | expr.pxi | 46 ((operator.__not__, operator.not_, 'not'), YASM_EXPR_LNOT),
|
/external/chromium_org/third_party/jinja2/ |
D | nodes.py | 38 'not': operator.not_,
|
/external/v8/src/x64/ |
D | assembler-x64.h | 955 void not_(Register dst); 956 void not_(const Operand& dst);
|
D | assembler-x64.cc | 121 __ not_(rax); in Probe() local 1747 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler 1755 void Assembler::not_(const Operand& dst) { in not_() function in v8::internal::Assembler
|
D | macro-assembler-x64.cc | 1821 not_(dst); in SmiNot()
|
D | lithium-codegen-x64.cc | 1272 __ not_(ToRegister(input)); in DoBitNotI() local
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 166 __ not_(rdx); in TEST() local
|
D | test-disasm-ia32.cc | 177 __ not_(edx); in TEST() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-disasm-x64.cc | 149 __ not_(rdx); in TEST() local
|
D | test-disasm-ia32.cc | 161 __ not_(edx); in TEST() local
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.h | 971 void not_(Register dst); 972 void not_(const Operand& dst);
|
D | assembler-x64.cc | 1663 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler 1671 void Assembler::not_(const Operand& dst) { in not_() function in v8::internal::Assembler
|
D | code-stubs-x64.cc | 2308 __ not_(rdx); // Correct sign in case of overflow. rdx cannot be 0 here. in GenerateGeneric() local 4548 __ not_(rdx); in GenerateSmis() local
|
D | macro-assembler-x64.cc | 1963 not_(dst); in SmiNot()
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 796 void not_(Register dst);
|
D | code-stubs-ia32.cc | 917 __ not_(eax); in GenerateSmiCodeBitNot() local 1016 __ not_(ecx); in GenerateHeapNumberCodeBitNot() local 1047 __ not_(ecx); in GenerateHeapNumberCodeBitNot() local 4240 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here. in Generate() local 6524 __ not_(edx); in GenerateSmis() local
|
D | assembler-ia32.cc | 1007 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
|
D | macro-assembler-ia32.cc | 998 not_(r0); in GetNumberHash()
|
D | lithium-codegen-ia32.cc | 1303 __ not_(ToRegister(input)); in DoBitNotI() local
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.h | 829 void not_(Register dst);
|
D | assembler-ia32.cc | 954 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 2447 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here. in GenerateGeneric() local 4713 __ not_(edx); in GenerateSmis() local
|
D | lithium-codegen-ia32.cc | 1606 __ not_(dividend); in DoMathFloorOfDiv() local 1771 __ not_(ToRegister(left)); in DoBitI() local
|
D | macro-assembler-ia32.cc | 1442 not_(r0); in GetNumberHash()
|