Home
last modified time | relevance | path

Searched full:andi (Results 1 – 25 of 73) sorted by relevance

123

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dandi.yaml17 - file-name: andi
29 - sig: andi imm:i32
35 andi %s
44 description: Check `andi` with zero and various values.
60 - sig: andi imm:i32
66 andi %s
75 description: Check `andi` with +1 and various values.
91 - sig: andi imm:i32
97 andi %s
106 description: Check `andi` with -1 and various values.
[all …]
Dcall.virt.range_base.yaml377 andi 0x7f
384 andi 0x7f
417 andi 0x7f
424 andi 0x7f
518 andi 0x7f
523 andi 0x7f
670 andi 0x7f
677 andi 0x7f
715 andi 0x7f
722 andi 0x7f
[all …]
Dcall.virt.short.yaml341 andi 0x7f
387 andi 0xff
431 andi 0xff
449 andi 0x7f
467 andi 0x7f
576 andi 0xff
624 andi 0x7f
670 andi 0x7f
689 andi 0x7f
708 andi 0x7f
Dcall.virt.yaml394 andi 0x7f
401 andi 0x7f
433 andi 0x7f
440 andi 0x7f
530 andi 0x7f
535 andi 0x7f
673 andi 0x7f
680 andi 0x7f
713 andi 0x7f
720 andi 0x7f
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dandi.yaml17 - file-name: andi
29 - sig: andi imm:i32
35 andi %s
44 description: Check `andi` with zero and various values.
59 - sig: andi imm:i32
65 andi %s
74 description: Check `andi` with +1 and various values.
89 - sig: andi imm:i32
95 andi %s
104 description: Check `andi` with -1 and various values.
[all …]
Dcall.virt.range_base.yaml359 andi 0x7f
366 andi 0x7f
399 andi 0x7f
406 andi 0x7f
497 andi 0x7f
502 andi 0x7f
Dldarru.8.yaml129 andi 255 # Keep only low 8 bits
132 andi 255 # acc = v0 & 255 (random number)
177 andi 255
180 andi 255
/arkcompiler/runtime_core/static_core/tests/benchmarks/
Dbitops-3bit-bits-in-byte.pa57 andi 14
60 andi 3
64 andi 14
67 andi 3
72 andi 6
75 andi 3
Dbitops-nsieve-bits.pa70 andi 31
92 andi 31
/arkcompiler/runtime_core/tests/benchmarks/
Dbitops-3bit-bits-in-byte.pa57 andi 14
60 andi 3
64 andi 14
67 andi 3
72 andi 6
75 andi 3
Dbitops-nsieve-bits.pa70 andi 31
92 andi 31
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dstrings.irt51 has_uncompressed := AndI(Or(length1, length2).u32).Imm(1).u32
79 If(AndI(length1).Imm(1).u32, 0).EQ.b {
89 If(AndI(length2).Imm(1).u32, 0).EQ.b {
124 has_uncompressed := AndI(Or(length3, Or(length1, length2).u32).u32).Imm(1).u32
162 If(AndI(length1).Imm(1).u32, 0).EQ.b {
171 If(AndI(length2).Imm(1).u32, 0).EQ.b {
180 If(AndI(length3).Imm(1).u32, 0).EQ.b {
216 has_uncompressed := AndI(Or(length4, has_uncompressed).u32).Imm(1).u32
262 If(AndI(length1).Imm(1).u32, 0).EQ.b {
271 If(AndI(length2).Imm(1).u32, 0).EQ.b {
[all …]
Dstring_helpers.irt24 not_compressed := AndI(length).Imm(1).u64
126 length1 := AndI(length1).Imm("~(2U)").u32
127 length2 := AndI(length2).Imm("~(2U)").u32
208 …_size := AndI(AddI(_data_size).Imm(Constants::STRING_CLASS_SIZE_WITH_ALIGNMENT).word).Imm(Constant…
243 …_size := AndI(AddI(_data_size).Imm(Constants::STRING_CLASS_SIZE_WITH_ALIGNMENT).word).Imm(Constant…
278 …_size := AndI(AddI(_size).Imm(Constants::ARRAY_CLASS_SIZE_WITH_ALIGNMENT).word).Imm(Constants::ALI…
316 …_size := AndI(AddI(_size).Imm(Constants::ARRAY_CLASS_SIZE_WITH_ALIGNMENT).word).Imm(Constants::ALI…
373 stop := AndI(data_size).Imm(7).u64
438 If(AndI(char_count).Imm(3).u64, 0).A.Likely.b {
476 char_count1 := AndI(char_count).Imm(0xF).u64
[all …]
Dgc.irt134 If(AndI(ref_addr_obj2).Imm(Constants::CARD_ALIGNMENT_MASK).ref_uint, 0).EQ.Unlikely {
179 card_status := AndI(card_value).Imm(Constants::CARD_STATUS_MASK).u8
187 hot_bit := AndI(card_value).Imm(Constants::CARD_HOT_FLAG).u8
196 …next_tail_index := AndI(AddI(tail_index).Imm(1).word).Imm(Constants::G1_LOCK_BUFFER_SIZE_MASK).word
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dmath-04.pa14 # assert(6 && 2 == 2) operation --> andi
17 andi 2
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-04.pa14 # assert(6 && 2 == 2) operation --> andi
17 andi 2
Dmath-01.pa14 # assert(1 + 2 == 3) operation --> andi
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dandi.pa16 andi 0x2
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dandi.pa16 andi 0x2
/arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/
Dinterpreter_handlers.irt20 method_flag = AndI(res_u64).Imm(0x1).u64
39 method_flag = AndI(res_u64).Imm(0x1).u64
59 method_flag = AndI(res_u64).Imm(0x1).u64
78 method_flag = AndI(res_u64).Imm(0x1).u64
123 field_type_id := ShrI(AndI(field_access_flags).Imm("ACC_TYPE").u32).Imm("ACC_TYPE_SHIFT").u32
197 field_type_id := ShrI(AndI(field_access_flags).Imm("ACC_TYPE").u32).Imm("ACC_TYPE_SHIFT").u32
277 Compare(AndI(obj_flags).Imm("ark::Class::STRING_CLASS").u32, 0).NE.b
Dstring.irt275 not_compressed := AndI(length_packed).Imm(1).i32
331 not_compressed := AndI(length_packed).Imm(1).i32
371 not_compressed := AndI(length_packed).Imm(1).i32
426 not_compressed := AndI(length_packed).Imm(1).i32
469 not_compressed := AndI(length_packed).Imm(1).i32
541 not_compressed := AndI(length_packed).Imm(1).i32
624 str_not_compressed := AndI(str_len_packed).Imm(1).i32
628 pfx_not_compressed := AndI(pfx_len_packed).Imm(1).i32
713 str_not_compressed := AndI(str_len_packed).Imm(1).i32
716 sfx_not_compressed := AndI(sfx_len_packed).Imm(1).i32
[all …]
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/
Dbinary.pa48 andi 0x3F
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dbinary.pa48 andi 0x3F
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcleanup_empty_blocks_test.cpp34 INST(3U, Opcode::AndI).i32().Inputs(0U).Imm(3U); in SRC_GRAPH()
67 INST(3U, Opcode::AndI).i32().Inputs(0U).Imm(3U); in OUT_GRAPH()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dfast_divisor.ets93 //! INST_NEXT "AndI"
158 //! INST_NEXT /And|AndI/
240 //! INST_NEXT "AndI"
305 //! INST_NEXT /And|AndI/

123