Home
last modified time | relevance | path

Searched refs:BitwiseNot (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/common/
Doperation.h25 V(BitwiseNot) \
/third_party/node/deps/v8/src/ic/
Dunary-op-assembler.cc19 TNode<Object> BitwiseNot(TNode<Context> context, TNode<Object> value, in BitwiseNot() function in v8::internal::__anon9b7d413c0111::UnaryOpAssemblerImpl
268 return a.BitwiseNot(context, value, slot, maybe_feedback_vector, in Generate_BitwiseNotWithFeedback()
/third_party/node/deps/v8/src/runtime/
Druntime-bigint.cc167 result = BigInt::BitwiseNot(isolate, x); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Dbigint.h156 static MaybeHandle<BigInt> BitwiseNot(Isolate* isolate, Handle<BigInt> x);
Dbigint.cc363 MaybeHandle<BigInt> BigInt::BitwiseNot(Isolate* isolate, Handle<BigInt> x) { in BitwiseNot() function in v8::internal::BigInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h142 BitwiseNot, // ?S operator~ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp278 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseNot, "operator~"); in output()
DMicrosoftDemangle.cpp566 IFK::BitwiseNot, // ?S operator~ in translateIntrinsicFunctionCode()
/third_party/node/deps/v8/src/compiler/
Dtyper.cc199 static Type BitwiseNot(Type, Typer*);
432 Type Typer::Visitor::BitwiseNot(Type type, Typer* t) { in BitwiseNot() function in v8::internal::compiler::Typer::Visitor
1201 DEFINE_METHOD(BitwiseNot)
Dopcodes.h134 V(JSBitwiseNot, BitwiseNot) \
Djs-generic-lowering.cc155 DEF_UNARY_LOWERING(BitwiseNot)
Djs-operator.h930 const Operator* BitwiseNot(FeedbackSource const& feedback); in NON_EXPORTED_BASE()
Dbytecode-graph-builder.cc2964 BuildUnaryOp(javascript()->BitwiseNot(feedback)); in VisitBitwiseNot()
/third_party/node/deps/v8/src/builtins/
Dnumber.tq700 builtin BitwiseNot(implicit context: Context)(value: JSAny): Numeric {
/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h219 V(BitwiseNot, ImplicitRegisterUse::kReadWriteAccumulator, OperandType::kIdx) \
Dinterpreter-generator.cc1113 IGNITION_HANDLER(BitwiseNot, InterpreterAssembler) { in IGNITION_HANDLER() argument