Home
last modified time | relevance | path

Searched full:ori (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dori.yaml17 - 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 …]
Dtemplate.yaml313 - include: 'ori.yaml'
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dori.yaml17 - 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 …]
Dtemplate.yaml320 - include: 'ori.yaml'
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dmath-05.pa14 # assert(1 || 6 == 7) operation --> ori
17 ori 6
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-05.pa14 # assert(1 || 6 == 7) operation --> ori
17 ori 6
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dori.pa16 ori 0x2
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dori.pa16 ori 0x2
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/
Dbinary.pa52 ori 0xA
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dbinary.pa52 ori 0xA
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa128 ori 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()
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/
Dinst_generator_test.cpp212 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()
Dgraph_comparator.h162 CHECK_OR_RETURN(OrI, GetImm) in InstPropertiesCompare()
Dinst_generator.h246 {Opcode::OrI, integerTypes_},
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.h184 case ark::compiler::Opcode::OrI: in GetBinaryImmOperationSize()
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md96 | ori | i64 Constant, i32 Or |
/arkcompiler/runtime_core/docs/
DPBC2IR.md96 | ori | i64 Constant, i32 Or |
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h201 {Opcode::OrI, integer_types_},
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dcommon.irt323 …StoreI(obj, OrI(Bitcast(klass).u64).Imm("0x1000000000000000UL").u64).Imm(Constants::OBJECT_CLASS_O…
Dstring_helpers.irt776 …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/
Dstring.irt76 …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
Dstring_builder.irt493 len_uncompressed := OrI(len_compressed).Imm(1).u32 # set 'uncompressed' bit to 1
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb552 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb556 %w[MulI DivI ModI ShlI ShrI AShrI AndI OrI XorI].each do |op|

12