Searched refs:c_andi (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64c.cpp203 expect<uint64_t>(0, []{return C::c_andi(-1, 0);}, "c.andi (0)");
205 []{return C::c_andi(0x1234567812345678ULL, -1);}, "c.andi (1)");
H A Drv64c.h104 c_andi(uint64_t r, uint8_t imm) function in namespace:C
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1198 DECLARE_INSN(c_andi, MATCH_C_ANDI, MASK_C_ANDI)

Completed in 12 milliseconds