Searched full:ori (Results 1 – 25 of 45) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ori.yaml | 17 - file-name: ori 29 - sig: ori imm:i32 35 ori %s 44 description: Check `ori` with zero and various values. 59 - sig: ori imm:i32 65 ori %s 74 description: Check `ori` with +1 and various values. 89 - sig: ori imm:i32 95 ori %s 104 description: Check `ori` with -1 and various values. [all …]
|
| D | template.yaml | 313 - include: 'ori.yaml'
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ori.yaml | 17 - file-name: ori 29 - sig: ori imm:i32 35 ori %s 44 description: Check `ori` with zero and various values. 60 - sig: ori imm:i32 66 ori %s 75 description: Check `ori` with +1 and various values. 91 - sig: ori imm:i32 97 ori %s 106 description: Check `ori` with -1 and various values. [all …]
|
| D | template.yaml | 320 - include: 'ori.yaml'
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | math-05.pa | 14 # assert(1 || 6 == 7) operation --> ori 17 ori 6
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-05.pa | 14 # assert(1 || 6 == 7) operation --> ori 17 ori 6
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | ori.pa | 16 ori 0x2
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | ori.pa | 16 ori 0x2
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 52 ori 0xA
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 52 ori 0xA
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 128 ori 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() 283 INST(33U, Opcode::OrI).u32().Inputs(0U).Imm(0xcU); in TEST_F() 284 INST(34U, Opcode::OrI).u32().Inputs(0U).Imm(0x32U); in TEST_F() 296 INST(41U, Opcode::OrI).u32().Inputs(0U).Imm(0x12cU); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 212 case Opcode::OrI: in FixParams() 301 … opc == Opcode::AShrI || opc == Opcode::AndI || opc == Opcode::OrI || opc == Opcode::XorI); in IsImmOps() 640 case Opcode::OrI: in DoLogic() 945 OneTest(statGen, Opcode::OrI); in RandomTestsPart2()
|
| D | graph_comparator.h | 162 CHECK_OR_RETURN(OrI, GetImm) in InstPropertiesCompare()
|
| D | inst_generator.h | 246 {Opcode::OrI, integerTypes_},
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | helpers_static.h | 184 case ark::compiler::Opcode::OrI: in GetBinaryImmOperationSize()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 96 | ori | i64 Constant, i32 Or |
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 96 | ori | i64 Constant, i32 Or |
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.h | 201 {Opcode::OrI, integer_types_},
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | common.irt | 323 …StoreI(obj, OrI(Bitcast(klass).u64).Imm("0x1000000000000000UL").u64).Imm(Constants::OBJECT_CLASS_O…
|
| D | string_helpers.irt | 776 …StoreI(new_str, OrI(ShlI(char_count).Imm(1).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSET).… 836 …StoreI(new_str, OrI(ShlI(char_count).Imm(1).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSET).… 941 …StoreI(new_str, OrI(ShlI(char_count).Imm(1).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSET).…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/ |
| D | string.irt | 76 …StoreI(_new_str1, OrI(ShlI(_char_count).Imm(1).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSE… 1048 …StoreI(new_str, OrI(ShlI(codes_count).Imm(Constants::LOG2_BYTES_PER_U16).u32).Imm(1).u32).Imm(Cons… 1122 StoreI(new_str, OrI(Cast(2).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSET).u32 1742 size_1 := OrI(ShrI(size_0).Imm(1).u32).Imm(1).u32
|
| D | string_builder.irt | 493 len_uncompressed := OrI(len_compressed).Imm(1).u32 # set 'uncompressed' bit to 1
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static_isapi.rb | 552 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
|
| /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|
|
12