Home
last modified time | relevance | path

Searched refs:Not (Results 1 - 25 of 51) sorted by relevance

123

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dasm_caller.cpp39 static auto Not(T param) in Not() function
49 DEF(not, Not)
H A Dinst_test.cpp39 INST(3U, Opcode::Not).u64().Inputs(0U); in SRC_GRAPH()
43 INST(4U, Opcode::Not).u64().Inputs(1U); in SRC_GRAPH()
54 INST(5U, Opcode::Not).u64().Inputs(4U); in SRC_GRAPH()
H A Dinst_generator_test.cpp161 #error "Not supported!"
196 case Opcode::Not: in FixParams()
566 case Opcode::Not: in DoLogic()
931 OneTest(statGen, Opcode::Not); in RandomTestsPart2()
H A Dlowering_test.cpp671 // Not applied in TEST_F()
1512 INST(3U, Opcode::Not).type(type).Inputs(0U); in TestBitwiseBinaryOpWithInvertedOperand()
1515 INST(5U, Opcode::Not).type(type).Inputs(1U); in TestBitwiseBinaryOpWithInvertedOperand()
1518 INST(7U, Opcode::Not).type(type).Inputs(0U); in TestBitwiseBinaryOpWithInvertedOperand()
1541 INST(5U, Opcode::Not).type(type).Inputs(0U); in TestBitwiseBinaryOpWithInvertedOperand()
1591 INST(3U, Opcode::Not).s16().Inputs(0U); in TEST_F()
1594 INST(5U, Opcode::Not).s16().Inputs(1U); in TEST_F()
1597 INST(7U, Opcode::Not).s16().Inputs(0U); in TEST_F()
2055 INST(4U, Opcode::Not).type(type).Inputs(3U); in TestBitwiseInstructionsWithInvertedShiftedOperand()
2120 INST(4U, Opcode::Not) in TestBitwiseInstructionsWithInvertedShiftedOperandWithIncompatibleInstructionTypes()
[all...]
H A Dpeepholes_test.cpp535 INST(2U, Opcode::Not).u64().Inputs(0U); in TEST_F()
536 INST(3U, Opcode::Not).u64().Inputs(1U); in TEST_F()
544 ASSERT_EQ(notInst->GetOpcode(), Opcode::Not); in TEST_F()
560 INST(2U, Opcode::Not).u64().Inputs(0U); in TEST_F()
561 INST(3U, Opcode::Not).u64().Inputs(1U); in TEST_F()
563 INST(5U, Opcode::Not).u64().Inputs(2U); in TEST_F()
564 INST(6U, Opcode::Not).u64().Inputs(3U); in TEST_F()
1480 INST(2U, Opcode::Not).u64().Inputs(0U); in TEST_F()
1481 INST(3U, Opcode::Not).u64().Inputs(1U); in TEST_F()
1489 ASSERT_EQ(notInst->GetOpcode(), Opcode::Not); in TEST_F()
[all...]
H A Dinst_generator.h201 {Opcode::Not, integerTypes_},
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
H A Djtr_reporter.rb58 if !(@status =~ /Passed\.|Not run\./) and !@output.empty?
72 @status = 'Not run. Excluded by tag'
76 @status = 'Not run. Not included by tag'
80 @status = 'Not run. Not mtched bugid'
84 @status = 'Not run. runner_option is ignore'
88 @status = 'Not run. Running only ignored'
147 @status = 'Not run.'
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
H A Djtr_reporter.rb58 if !(@status =~ /Passed\.|Not run\./) and !@output.empty?
72 @status = 'Not run. Excluded by tag'
76 @status = 'Not run. Not included by tag'
80 @status = 'Not run. Not mtched bugid'
84 @status = 'Not run. runner_option is ignore'
88 @status = 'Not run. Running only ignored'
147 @status = 'Not run.'
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h47 V(Not) \
H A Doperations_stub_builder.h34 GateRef Not(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
H A Dcall_signature.h387 V(Not) \
/arkcompiler/runtime_core/compiler/tests/
H A Dinst_test.cpp62 INST(3, Opcode::Not).u64().Inputs(0); in TEST_F()
66 INST(4, Opcode::Not).u64().Inputs(1); in TEST_F()
77 INST(5, Opcode::Not).u64().Inputs(4); in TEST_F()
H A Dbasicblock_test.cpp101 INST(3, Opcode::Not).u64().Inputs(0); in TEST_F()
H A Dloop_analyzer_test.cpp265 INST(3, Opcode::Not).u64().Inputs(0); in TEST_F()
H A Dinst_generator.h156 {Opcode::Not, integer_types_},
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp714 assmbler.Not(kB, TransferReg(opnd0)); in EmitInsn()
717 assmbler.Not(kW, TransferReg(opnd0)); in EmitInsn()
720 assmbler.Not(kL, TransferReg(opnd0)); in EmitInsn()
723 assmbler.Not(kQ, TransferReg(opnd0)); in EmitInsn()
726 assmbler.Not(kB, TransferMem(opnd0, funcUniqueId)); in EmitInsn()
729 assmbler.Not(kW, TransferMem(opnd0, funcUniqueId)); in EmitInsn()
732 assmbler.Not(kL, TransferMem(opnd0, funcUniqueId)); in EmitInsn()
735 assmbler.Not(kQ, TransferMem(opnd0, funcUniqueId)); in EmitInsn()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dpeepholes.cpp751 } else if (input0->GetOpcode() == Opcode::Not && input1->GetOpcode() == Opcode::Not && input0->HasSingleUser() && in VisitAnd()
769 CreateAndInsertInst(Opcode::Not, orInst, orInst); in VisitAnd()
834 } else if (input0->GetOpcode() == Opcode::Not && input1->GetOpcode() == Opcode::Not && input0->HasSingleUser() && in VisitOr()
852 CreateAndInsertInst(Opcode::Not, andInst, andInst); in VisitOr()
883 CreateAndInsertInst(Opcode::Not, inst, input0); in VisitXor()
2161 // Not applicable to numbers out of unchangeable f32->i32 range in TryReplaceFloatConstToIntConst()
2178 // Not applicable to numbers out of unchangeable f64->i64 range in TryReplaceFloatConstToIntConst()
H A Dlowering.cpp914 using Matcher = AnyOf<BinaryOp<Opcode::Or, SRC0, UnaryOp<Opcode::Not, SRC1, Flags::S>, Flags::C>, in LowerLogicWithInvertedOperand()
915 BinaryOp<Opcode::And, SRC0, UnaryOp<Opcode::Not, SRC1, Flags::S>, Flags::C>, in LowerLogicWithInvertedOperand()
916 BinaryOp<Opcode::Xor, SRC0, UnaryOp<Opcode::Not, SRC1, Flags::S>, Flags::C>>; in LowerLogicWithInvertedOperand()
H A Dlowering.h303 using NOT = UnaryOp<Opcode::Not, T, F>;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h226 void Not(InsnSize insnSize, Reg reg) override;
227 void Not(InsnSize insnSize, const Mem &mem) override;
H A Dassembler.h241 virtual void Not(InsnSize insnSize, Reg reg) = 0;
242 virtual void Not(InsnSize insnSize, const Mem &mem) = 0;
H A Delf_assembler.h219 void Not(InsnSize insnSize, Reg reg) override;
220 void Not(InsnSize insnSize, const Mem &mem) override;
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h252 V(Not) \
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h41 DEF(Not, UNARY_OPERATION) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h34 static JSTaggedValue Not(JSThread *thread, JSTaggedValue value);

Completed in 30 milliseconds

123