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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64c.cpp214 expect<uint64_t>(0, []{return C::c_and(-1, 0);}, "c.and (0)");
216 []{return C::c_and(0x1234567812345678ULL, -1);}, "c.and (-1)");
H A Drv64c.h126 c_and(int64_t rd, int64_t rs) function in namespace:C
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1202 DECLARE_INSN(c_and, MATCH_C_AND, MASK_C_AND)

Completed in 15 milliseconds