Home
last modified time | relevance | path

Searched defs:not_ (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/cctest/
Dtest-disasm-x64.cc166 __ not_(rdx); in TEST() local
Dtest-disasm-ia32.cc177 __ not_(edx); in TEST() local
/external/bison/lib/
Dbbitset.h129 void (*not_) (bitset, bitset); member
/external/v8/src/x64/
Dassembler-x64.cc121 __ 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
Dlithium-codegen-x64.cc1272 __ not_(ToRegister(input)); in DoBitNotI() local
Dcode-stubs-x64.cc3305 __ not_(rdx); // Correct sign in case of overflow. rdx cannot be 0 here. in Generate() local
/external/v8/src/ia32/
Dcode-stubs-ia32.cc917 __ 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
Dassembler-ia32.cc1007 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
Dlithium-codegen-ia32.cc1303 __ not_(ToRegister(input)); in DoBitNotI() local