Searched refs:and_inst (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp231 expect<uint64_t>(0, []{return I::and_inst(-1, 0);}, "and (0)");
233 []{return I::and_inst(0x1234567812345678ULL, -1);}, "and (-1)");
H A Drv64i.h361 and_inst(uint64_t rs1, uint64_t rs2) function in namespace:I

Completed in 7 milliseconds