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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64c.cpp142 expect<bool>(true, []{return C::c_bnez(15);}, "c.bnez, not zero");
143 expect<bool>(false, []{return C::c_bnez(0);}, "c.bnez, zero");
H A Drv64c.h256 c_bnez(int64_t a) function in namespace:C
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1207 DECLARE_INSN(c_bnez, MATCH_C_BNEZ, MASK_C_BNEZ)

Completed in 9 milliseconds