Searched refs:ori (Results 1 - 6 of 6) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dori.S4 # ori.S
7 # Test ori instruction.
20 TEST_IMM_OP( 2, ori, 0xffffffffffffff0f, 0xffffffffff00ff00, 0xf0f );
21 TEST_IMM_OP( 3, ori, 0x000000000ff00ff0, 0x000000000ff00ff0, 0x0f0 );
22 TEST_IMM_OP( 4, ori, 0x0000000000ff07ff, 0x0000000000ff00ff, 0x70f );
23 TEST_IMM_OP( 5, ori, 0xfffffffff00ff0ff, 0xfffffffff00ff00f, 0x0f0 );
29 TEST_IMM_SRC1_EQ_DEST( 6, ori, 0xff00fff0, 0xff00ff00, 0x0f0 );
35 TEST_IMM_DEST_BYPASS( 7, 0, ori, 0x000000000ff00ff0, 0x000000000ff00ff0, 0x0f0 );
36 TEST_IMM_DEST_BYPASS( 8, 1, ori, 0x0000000000ff07ff, 0x0000000000ff00ff, 0x70f );
37 TEST_IMM_DEST_BYPASS( 9, 2, ori,
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uc/
H A Drvc.S47 RVC_TEST_CASE (8, a0, -15, ori a0, x0, 1; c.addi a0, -16)
48 RVC_TEST_CASE (9, a5, -16, ori a5, x0, 1; c.li a5, -16)
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h139 1: ori TESTNUM, TESTNUM, 1337; \
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp147 expect<uint64_t>(0xFF, []{return I::ori(0xAA, 0x55);}, "ori (1)");
148 expect<uint64_t>(0xAA, []{return I::ori(0xAA, 0xAA);}, "ori (A)");
H A Drv64i.h249 ori(uint64_t rs1, const uint16_t imm) function in namespace:I
252 IOP("ori", rd, rs1, imm);
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h996 DECLARE_INSN(ori, MATCH_ORI, MASK_ORI)

Completed in 18 milliseconds