Searched refs:not_ (Results 1 - 25 of 26) sorted by relevance

12

/external/bison/lib/
H A Dbbitset.h131 void (*not_) (bitset, bitset); member in struct:bitset_vtable
223 #define BITSET_NOT_(DST, SRC) (SRC)->b.vtable->not_ (DST, SRC)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi46 ((operator.__not__, operator.not_, 'not'), YASM_EXPR_LNOT),
/external/chromium_org/third_party/jinja2/
H A Dnodes.py36 'not': operator.not_,
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x64.cc158 __ not_(rdx);
H A Dtest-disasm-ia32.cc170 __ not_(edx);
/external/v8/test/cctest/
H A Dtest-disasm-x64.cc166 __ not_(rdx);
H A Dtest-disasm-ia32.cc177 __ not_(edx);
/external/v8/src/x64/
H A Dassembler-x64.h955 void not_(Register dst);
956 void not_(const Operand& dst);
H A Dassembler-x64.cc121 __ not_(rax);
1747 void Assembler::not_(Register dst) { function in class:v8::internal::Assembler
1755 void Assembler::not_(const Operand& dst) { function in class:v8::internal::Assembler
H A Dmacro-assembler-x64.cc1821 not_(dst);
H A Dcode-stubs-x64.cc3305 __ not_(rdx); // Correct sign in case of overflow. rdx cannot be 0 here.
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h949 void not_(Register dst);
950 void not_(const Operand& dst);
H A Dassembler-x64.cc128 __ not_(rax);
1760 void Assembler::not_(Register dst) { function in class:v8::internal::Assembler
1768 void Assembler::not_(const Operand& dst) { function in class:v8::internal::Assembler
H A Dcode-stubs-x64.cc3252 __ not_(rdx); // Correct sign in case of overflow. rdx cannot be 0 here.
5545 __ not_(rdx);
H A Dmacro-assembler-x64.cc1950 not_(dst);
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h812 void not_(Register dst);
H A Dassembler-ia32.cc998 void Assembler::not_(Register dst) { function in class:v8::internal::Assembler
H A Dcode-stubs-ia32.cc2548 __ not_(scratch);
4102 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here.
6419 __ not_(edx);
H A Dmacro-assembler-ia32.cc1137 not_(r0);
H A Dlithium-codegen-ia32.cc1564 __ not_(dividend);
1729 __ not_(ToRegister(left));
/external/v8/src/ia32/
H A Dassembler-ia32.h796 void not_(Register dst);
H A Dcode-stubs-ia32.cc917 __ not_(eax);
1016 __ not_(ecx);
1047 __ not_(ecx);
4240 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here.
6524 __ not_(edx);
H A Dassembler-ia32.cc1007 void Assembler::not_(Register dst) { function in class:v8::internal::Assembler
H A Dmacro-assembler-ia32.cc998 not_(r0);
H A Dlithium-codegen-ia32.cc1303 __ not_(ToRegister(input));

Completed in 571 milliseconds

12