Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBitmaskEnumTest.cpp80 TEST(BitmaskEnumTest, BitwiseNot) { in TEST() argument
/external/llvm/unittests/ADT/
DBitmaskEnumTest.cpp80 TEST(BitmaskEnumTest, BitwiseNot) { in TEST() argument
/external/v8/src/runtime/
Druntime-bigint.cc164 result = BigInt::BitwiseNot(isolate, x); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Dbigint.h102 static MaybeHandle<BigInt> BitwiseNot(Isolate* isolate, Handle<BigInt> x);
Dbigint.cc370 MaybeHandle<BigInt> BigInt::BitwiseNot(Isolate* isolate, Handle<BigInt> x) { in BitwiseNot() function in v8::internal::BigInt
/external/v8/src/compiler/
Dtyper.cc257 static Type BitwiseNot(Type, Typer*);
438 Type Typer::Visitor::BitwiseNot(Type type, Typer* t) { in BitwiseNot() function in v8::internal::compiler::Typer::Visitor
1091 return TypeUnaryOp(node, BitwiseNot); in TypeJSBitwiseNot()
Djs-operator.h701 const Operator* BitwiseNot(); in NON_EXPORTED_BASE()
Djs-generic-lowering.cc76 REPLACE_STUB_CALL(BitwiseNot) in REPLACE_STUB_CALL()
Djs-operator.cc608 V(BitwiseNot, Operator::kNoProperties, 1, 1) \
Dbytecode-graph-builder.cc2227 BuildUnaryOp(javascript()->BitwiseNot()); in VisitBitwiseNot()
/external/v8/src/interpreter/
Dbytecodes.h167 V(BitwiseNot, AccumulatorUse::kReadWrite, OperandType::kIdx) \
Dinterpreter-generator.cc1057 IGNITION_HANDLER(BitwiseNot, InterpreterAssembler) { in IGNITION_HANDLER() argument
/external/v8/src/builtins/
Dbuiltins-number-gen.cc713 TF_BUILTIN(BitwiseNot, NumberBuiltinsAssembler) { in TF_BUILTIN() argument
Dbuiltins-definitions.h785 TFS(BitwiseNot, kValue) \