Searched refs:BitwiseNot (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | BitmaskEnumTest.cpp | 80 TEST(BitmaskEnumTest, BitwiseNot) { in TEST() argument
|
/external/llvm/unittests/ADT/ |
D | BitmaskEnumTest.cpp | 80 TEST(BitmaskEnumTest, BitwiseNot) { in TEST() argument
|
/external/v8/src/runtime/ |
D | runtime-bigint.cc | 164 result = BigInt::BitwiseNot(isolate, x); in RUNTIME_FUNCTION()
|
/external/v8/src/objects/ |
D | bigint.h | 102 static MaybeHandle<BigInt> BitwiseNot(Isolate* isolate, Handle<BigInt> x);
|
D | bigint.cc | 370 MaybeHandle<BigInt> BigInt::BitwiseNot(Isolate* isolate, Handle<BigInt> x) { in BitwiseNot() function in v8::internal::BigInt
|
/external/v8/src/compiler/ |
D | typer.cc | 257 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()
|
D | js-operator.h | 701 const Operator* BitwiseNot(); in NON_EXPORTED_BASE()
|
D | js-generic-lowering.cc | 76 REPLACE_STUB_CALL(BitwiseNot) in REPLACE_STUB_CALL()
|
D | js-operator.cc | 608 V(BitwiseNot, Operator::kNoProperties, 1, 1) \
|
D | bytecode-graph-builder.cc | 2227 BuildUnaryOp(javascript()->BitwiseNot()); in VisitBitwiseNot()
|
/external/v8/src/interpreter/ |
D | bytecodes.h | 167 V(BitwiseNot, AccumulatorUse::kReadWrite, OperandType::kIdx) \
|
D | interpreter-generator.cc | 1057 IGNITION_HANDLER(BitwiseNot, InterpreterAssembler) { in IGNITION_HANDLER() argument
|
/external/v8/src/builtins/ |
D | builtins-number-gen.cc | 713 TF_BUILTIN(BitwiseNot, NumberBuiltinsAssembler) { in TF_BUILTIN() argument
|
D | builtins-definitions.h | 785 TFS(BitwiseNot, kValue) \
|