Home
last modified time | relevance | path

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

12

/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-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/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/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dori.pa16 ori 0x2
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dori.pa16 ori 0x2
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phi_elimination.cpp90 regno_t ori = tempRegNO; in GetAndIncreaseTempRegNO() local
92 return ori; in GetAndIncreaseTempRegNO()
/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()
280 INST(33U, Opcode::OrI).u32().Inputs(0U).Imm(0xcU); in TEST_F()
281 INST(34U, Opcode::OrI).u32().Inputs(0U).Imm(0x32U); in TEST_F()
293 INST(41U, Opcode::OrI).u32().Inputs(0U).Imm(0x12cU); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp211 case Opcode::OrI: in FixParams()
300 … opc == Opcode::AShrI || opc == Opcode::AndI || opc == Opcode::OrI || opc == Opcode::XorI); in IsImmOps()
638 case Opcode::OrI: in DoLogic()
943 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/docs/
DPBC2IR.md96 | ori | i64 Constant, i32 Or |
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md96 | ori | i64 Constant, i32 Or |
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h201 {Opcode::OrI, integer_types_},
Dgraph_comparator.h137 CHECK(OrI, GetImm) in Compare()
Dinst_test.cpp434 INST(5, Opcode::OrI).u64().Imm(1ULL).Inputs(4); in TEST_F()
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dstring_helpers.irt710 …StoreI(new_str, OrI(ShlI(char_count).Imm(1).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSET).…
770 …StoreI(new_str, OrI(ShlI(char_count).Imm(1).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSET).…
875 …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_builder.irt279 len_uncompressed := OrI(len_compressed).Imm(1).u32 # set 'uncompressed' bit to 1
Dstring.irt57 …StoreI(_new_str1, OrI(ShlI(_char_count).Imm(1).u32).Imm(1).u32).Imm(Constants::STRING_LENGTH_OFFSE…
/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