Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl88 GLM_FUNC_QUALIFIER bool not_ function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_vector_relational.inl151 GLM_FUNC_QUALIFIER vecType<bool, P> not_(vecType<bool, P> const & v) function
/external/bison/lib/
Dbbitset.h131 void (*not_) (bitset, bitset); member
/external/v8/test/cctest/
Dtest-disasm-x87.cc178 __ not_(edx); in TEST() local
Dtest-disasm-ia32.cc178 __ not_(edx); in TEST() local
/external/v8/src/x87/
Dassembler-x87.cc828 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
835 void Assembler::not_(const Operand& dst) { in not_() function in v8::internal::Assembler
Dcode-stubs-x87.cc1366 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here. in GenerateGeneric() local
3080 __ not_(edx); in GenerateSmis() local
/external/v8/src/ia32/
Dassembler-ia32.cc957 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
964 void Assembler::not_(const Operand& dst) { in not_() function in v8::internal::Assembler
Dcode-stubs-ia32.cc1671 __ not_(edx); // Correct sign in case of overflow. edx is never 0 here. in GenerateGeneric() local
3372 __ not_(edx); in GenerateSmis() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc552 __ not_(i.OutputOperand()); in AssembleArchInstruction() local
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc640 __ not_(i.OutputOperand()); in AssembleArchInstruction() local
/external/vixl/src/vixl/a64/
Dassembler-a64.cc3715 void Assembler::not_(const VRegister& vd, in not_() function in vixl::Assembler
Dlogic-a64.cc2185 LogicVRegister Simulator::not_(VectorFormat vform, in not_() function in vixl::Simulator
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1489 __ not_(ToRegister(left)); in DoBitI() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc1790 __ not_(ToRegister(left)); in DoBitI() local