Home
last modified time | relevance | path

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

12

/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 …]
Dldarr.8.yaml211 andi 255 # Keep only low 8 bits
215 andi 255 # acc = v0 & 255 (random number)
261 andi 255
264 andi 255
Dldarru.8.yaml209 andi 255 # Keep only low 8 bits
213 andi 255 # acc = v0 & 255 (random number)
258 andi 255
261 andi 255
Dtemplate.yaml165 - include: 'andi.yaml'
Dfldarr.32.yaml204andi 0xFFFFFF # Limit amount of digit in number to fit in f32 primitive without loss of precisi…
Dstarr.8.yaml1193 andi 0x00000001
/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/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/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dandi.pa16 andi 0x2
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dbinary.pa48 andi 0x3F
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa127 andi 1
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator_test.cpp194 case Opcode::AndI: in FixParams()
284 … opc == Opcode::AShrI || opc == Opcode::AndI || opc == Opcode::OrI || opc == Opcode::XorI); in isImmOps()
589 case Opcode::AndI: in DoLogic()
890 OneTest(stat_gen, Opcode::AndI); in RandomTestsPart2()
Dinst_generator.h200 {Opcode::AndI, integer_types_},
Dgraph_comparator.h158 CHECK(AndI, GetImm) in Compare()
Dlowering_test.cpp213 ASSERT_EQ(INS(6).GetPrev()->GetOpcode(), Opcode::AndI); in TEST_F()
214 ASSERT_EQ(INS(7).GetPrev()->GetOpcode(), Opcode::AndI); in TEST_F()
236 ASSERT_EQ(INS(6).GetPrev()->GetOpcode(), Opcode::AndI); in TEST_F()
237 ASSERT_EQ(INS(7).GetPrev()->GetOpcode(), Opcode::AndI); in TEST_F()
238 ASSERT_EQ(INS(8).GetPrev()->GetOpcode(), Opcode::AndI); in TEST_F()
Dinst_test.cpp433 INST(4, Opcode::AndI).u64().Imm(15ULL).Inputs(0); in TEST_F()
Dinst_generator.cpp67 case Opcode::AndI: in GenerateGraph()
1127 case Opcode::AndI: in Generate()
/arkcompiler/runtime_core/docs/
DPBC2IR.md95 | andi | i64 Constant, i32 And |
/arkcompiler/runtime_core/irtoc/scripts/
Dinterpreter.irt215 AndI(imm).Imm(0xf).u8
218 AndI(imm).Imm(0xf).u8
386 is_object := AndI(tag).Imm(Constants::OBJECT_MASK).u64
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h390 CHECK(AndI, GetImm) in Compare()

12