Home
last modified time | relevance | path

Searched refs:riscv_csrrw_i128 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dop_helper.c100 RISCVException ret = riscv_csrrw_i128(env, csr, NULL, in helper_csrw_i128()
114 RISCVException ret = riscv_csrrw_i128(env, csr, &rv, in helper_csrrw_i128()
H A Dcpu.h814 RISCVException riscv_csrrw_i128(CPURISCVState *env, int csrno,
H A Dcsr.c4912 RISCVException riscv_csrrw_i128(CPURISCVState *env, int csrno, in riscv_csrrw_i128() function