Home
last modified time | relevance | path

Searched full:xori (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dxori.yaml17 - file-name: xori
29 - sig: xori imm:i32
36 xori %s
45 description: Check `xori` with zero and various values.
61 - sig: xori imm:i32
68 xori %s
77 description: Check `xori` with +1 and various values.
93 - sig: xori imm:i32
100 xori %s
109 description: Check `xori` with -1 and various values.
[all …]
Dtemplate.yaml373 - include: 'xori.yaml'
Dlda.const.yaml219 xori 1
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dxori.yaml17 - file-name: xori
29 - sig: xori imm:i32
36 xori %s
45 description: Check `xori` with zero and various values.
60 - sig: xori imm:i32
67 xori %s
76 description: Check `xori` with +1 and various values.
91 - sig: xori imm:i32
98 xori %s
107 description: Check `xori` with -1 and various values.
[all …]
Dtemplate.yaml366 - include: 'xori.yaml'
Dlda.const.yaml211 xori 1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Doptimize_negation.sts32 //! INST_NOT "XorI"
37 //! INST "XorI"
40 //! INST "XorI"
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dmath-06.pa14 # assert(7 xor 5 == 2) operation --> xori
17 xori 5
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-06.pa14 # assert(7 xor 5 == 2) operation --> xori
17 xori 5
/arkcompiler/runtime_core/static_core/tests/checked/
Dxor_to_compare_to_xor.pa30 #! INST "XorI"
33 #! INST "XorI"
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa129 xori 1
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbc_lowering_test.cpp34 … {"and", compiler::Opcode::AndI}, {"xor", compiler::Opcode::XorI}, {"or", compiler::Opcode::OrI}, in TEST_F()
284 INST(37U, Opcode::XorI).u32().Inputs(0U).Imm(0xcU); in TEST_F()
285 INST(38U, Opcode::XorI).u32().Inputs(0U).Imm(0x32U); in TEST_F()
289 INST(39U, Opcode::XorI).u32().Inputs(0U).Imm(0x12cU); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp212 case Opcode::XorI: in FixParams()
300 … opc == Opcode::AShrI || opc == Opcode::AndI || opc == Opcode::OrI || opc == Opcode::XorI); in IsImmOps()
649 case Opcode::XorI: in DoLogic()
945 OneTest(statGen, Opcode::XorI); in RandomTestsPart2()
Dgraph_comparator.h163 CHECK_OR_RETURN(XorI, GetImm) in InstPropertiesCompare()
Dinst_generator.h247 {Opcode::XorI, integerTypes_},
Dlowering_test.cpp274 ASSERT_EQ(INS(9U).GetPrev()->GetOpcode(), Opcode::XorI); in TEST_F()
275 ASSERT_EQ(INS(10U).GetPrev()->GetOpcode(), Opcode::XorI); in TEST_F()
297 ASSERT_EQ(INS(9U).GetPrev()->GetOpcode(), Opcode::XorI); in TEST_F()
298 ASSERT_EQ(INS(10U).GetPrev()->GetOpcode(), Opcode::XorI); in TEST_F()
299 ASSERT_EQ(INS(11U).GetPrev()->GetOpcode(), Opcode::XorI); in TEST_F()
2856 INST(8U, Opcode::XorI).b().Inputs(3U).Imm(1U); in OUT_GRAPH()
Dinst_test.cpp442 INST(6U, Opcode::XorI).u64().Imm(10ULL).Inputs(5U); in TEST_F()
/arkcompiler/runtime_core/docs/
DPBC2IR.md97 | xori | i64 Constant, i32 Xor |
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md97 | xori | i64 Constant, i32 Xor |
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h202 {Opcode::XorI, integer_types_},
Dgraph_comparator.h138 CHECK(XorI, GetImm) in Compare()
Dinst_test.cpp435 INST(6, Opcode::XorI).u64().Imm(10ULL).Inputs(5); in TEST_F()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb556 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml1436 case xori:
1465 - sig: xori imm:i32
1504 case xori:
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h392 CHECK(XorI, GetImm) in Compare()

12