Home
last modified time | relevance | path

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

/external/bison/lib/
Dbbitset.h131 void (*not_) (bitset, bitset); member
/external/chromium_org/v8/test/cctest/
Dtest-disasm-x87.cc178 __ not_(edx); in TEST() local
Dtest-disasm-ia32.cc178 __ not_(edx); in TEST() local
/external/chromium_org/v8/src/compiler/ia32/
Dcode-generator-ia32.cc194 __ not_(i.OutputOperand()); in AssembleArchInstruction() local
/external/chromium_org/v8/src/x87/
Dassembler-x87.cc850 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
857 void Assembler::not_(const Operand& dst) { in not_() function in v8::internal::Assembler
Dcode-stubs-x87.cc1280 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here. in GenerateGeneric() local
3036 __ not_(edx); in GenerateSmis() local
Dlithium-codegen-x87.cc1872 __ not_(ToRegister(left)); in DoBitI() local
/external/chromium_org/v8/src/ia32/
Dassembler-ia32.cc917 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
924 void Assembler::not_(const Operand& dst) { in not_() function in v8::internal::Assembler
Dcode-stubs-ia32.cc1606 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here. in GenerateGeneric() local
3345 __ not_(edx); in GenerateSmis() local
Dlithium-codegen-ia32.cc1580 __ not_(ToRegister(left)); in DoBitI() local