Searched full:andi (Results 1 – 25 of 31) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | andi.yaml | 17 - 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 …]
|
| D | call.virt.range_base.yaml | 377 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 …]
|
| D | call.virt.short.yaml | 341 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
|
| D | call.virt.yaml | 394 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 …]
|
| D | ldarr.8.yaml | 211 andi 255 # Keep only low 8 bits 215 andi 255 # acc = v0 & 255 (random number) 261 andi 255 264 andi 255
|
| D | ldarru.8.yaml | 209 andi 255 # Keep only low 8 bits 213 andi 255 # acc = v0 & 255 (random number) 258 andi 255 261 andi 255
|
| D | template.yaml | 165 - include: 'andi.yaml'
|
| D | fldarr.32.yaml | 204 …andi 0xFFFFFF # Limit amount of digit in number to fit in f32 primitive without loss of precisi…
|
| D | starr.8.yaml | 1193 andi 0x00000001
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | bitops-3bit-bits-in-byte.pa | 57 andi 14 60 andi 3 64 andi 14 67 andi 3 72 andi 6 75 andi 3
|
| D | bitops-nsieve-bits.pa | 70 andi 31 92 andi 31
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-04.pa | 14 # assert(6 && 2 == 2) operation --> andi 17 andi 2
|
| D | math-01.pa | 14 # assert(1 + 2 == 3) operation --> andi
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | andi.pa | 16 andi 0x2
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | binary.pa | 48 andi 0x3F
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 127 andi 1
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator_test.cpp | 194 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()
|
| D | inst_generator.h | 200 {Opcode::AndI, integer_types_},
|
| D | graph_comparator.h | 158 CHECK(AndI, GetImm) in Compare()
|
| D | lowering_test.cpp | 213 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()
|
| D | inst_test.cpp | 433 INST(4, Opcode::AndI).u64().Imm(15ULL).Inputs(0); in TEST_F()
|
| D | inst_generator.cpp | 67 case Opcode::AndI: in GenerateGraph() 1127 case Opcode::AndI: in Generate()
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 95 | andi | i64 Constant, i32 And |
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | interpreter.irt | 215 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/ |
| D | common.h | 390 CHECK(AndI, GetImm) in Compare()
|
12