Searched refs:andi (Results 1 - 7 of 7) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dandi.S4 # andi.S
7 # Test andi instruction.
20 TEST_IMM_OP( 2, andi, 0xff00ff00, 0xff00ff00, 0xf0f );
21 TEST_IMM_OP( 3, andi, 0x000000f0, 0x0ff00ff0, 0x0f0 );
22 TEST_IMM_OP( 4, andi, 0x0000000f, 0x00ff00ff, 0x70f );
23 TEST_IMM_OP( 5, andi, 0x00000000, 0xf00ff00f, 0x0f0 );
29 TEST_IMM_SRC1_EQ_DEST( 6, andi, 0x00000000, 0xff00ff00, 0x0f0 );
35 TEST_IMM_DEST_BYPASS( 7, 0, andi, 0x00000700, 0x0ff00ff0, 0x70f );
36 TEST_IMM_DEST_BYPASS( 8, 1, andi, 0x000000f0, 0x00ff00ff, 0x0f0 );
37 TEST_IMM_DEST_BYPASS( 9, 2, andi,
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dbreakpoint.S36 andi a1, a1, 0x7ff
54 andi a1, a1, 0x7ff
74 andi a1, a1, 0x7ff
122 andi t0, TESTNUM, 1
H A Dillegal.S40 andi t0, t0, 1
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp151 expect<uint64_t>(0, []{return I::andi(-1, 0);}, "andi (0)");
153 []{return I::andi(0x1234567812345678ULL, -1);}, "andi (1)");
H A Drv64i.h257 andi(uint64_t rs1, const uint16_t imm) function in namespace:I
260 IOP("andi", rd, rs1, imm);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uc/
H A Drvc.S59 RVC_TEST_CASE (14, s0, ~0x11, c.li s0, -2; c.andi s0, ~0x10)
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h997 DECLARE_INSN(andi, MATCH_ANDI, MASK_ANDI)

Completed in 11 milliseconds