Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dop_helper.c109 RISCVException ret = riscv_csrrw_i128(env, csr, NULL, in helper_csrw_i128()
123 RISCVException ret = riscv_csrrw_i128(env, csr, &rv, in helper_csrrw_i128()
H A Dcpu.h878 RISCVException riscv_csrrw_i128(CPURISCVState *env, int csrno,
H A Dcsr.c5675 RISCVException riscv_csrrw_i128(CPURISCVState *env, int csrno, in riscv_csrrw_i128() function