Searched full:xori (Results 1 – 25 of 39) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | xori.yaml | 17 - 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 …]
|
| D | template.yaml | 373 - include: 'xori.yaml'
|
| D | lda.const.yaml | 219 xori 1
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | xori.yaml | 17 - 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 …]
|
| D | template.yaml | 366 - include: 'xori.yaml'
|
| D | lda.const.yaml | 211 xori 1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | optimize_negation.sts | 32 //! INST_NOT "XorI" 37 //! INST "XorI" 40 //! INST "XorI"
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | math-06.pa | 14 # assert(7 xor 5 == 2) operation --> xori 17 xori 5
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-06.pa | 14 # assert(7 xor 5 == 2) operation --> xori 17 xori 5
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | xor_to_compare_to_xor.pa | 30 #! INST "XorI" 33 #! INST "XorI"
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 129 xori 1
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | bc_lowering_test.cpp | 34 … {"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/ |
| D | inst_generator_test.cpp | 212 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()
|
| D | graph_comparator.h | 163 CHECK_OR_RETURN(XorI, GetImm) in InstPropertiesCompare()
|
| D | inst_generator.h | 247 {Opcode::XorI, integerTypes_},
|
| D | lowering_test.cpp | 274 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()
|
| D | inst_test.cpp | 442 INST(6U, Opcode::XorI).u64().Imm(10ULL).Inputs(5U); in TEST_F()
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 97 | xori | i64 Constant, i32 Xor |
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 97 | xori | i64 Constant, i32 Xor |
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.h | 202 {Opcode::XorI, integer_types_},
|
| D | graph_comparator.h | 138 CHECK(XorI, GetImm) in Compare()
|
| D | inst_test.cpp | 435 INST(6, Opcode::XorI).u64().Imm(10ULL).Inputs(5); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 556 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 1436 case xori: 1465 - sig: xori imm:i32 1504 case xori:
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 392 CHECK(XorI, GetImm) in Compare()
|
12