Home
last modified time | relevance | path

Searched refs:riscv_cpu_xlen (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dzce_helper.c37 int xlen = riscv_cpu_xlen(env); in HELPER()
H A Dcpu_helper.c1459 if (riscv_cpu_xlen(env) != 128) { /* C.FLD (RV32/64) */ in riscv_transformed_insn()
1475 if (riscv_cpu_xlen(env) == 32) { /* C.FLW (RV32) */ in riscv_transformed_insn()
1490 if (riscv_cpu_xlen(env) != 128) { /* C.FSD (RV32/64) */ in riscv_transformed_insn()
1506 if (riscv_cpu_xlen(env) == 32) { /* C.FSW (RV32) */ in riscv_transformed_insn()
1527 if (riscv_cpu_xlen(env) != 128) { /* C.FLDSP (RV32/64) */ in riscv_transformed_insn()
1543 if (riscv_cpu_xlen(env) == 32) { /* C.FLWSP (RV32) */ in riscv_transformed_insn()
1558 if (riscv_cpu_xlen(env) != 128) { /* C.FSDSP (RV32/64) */ in riscv_transformed_insn()
1574 if (riscv_cpu_xlen(env) == 32) { /* C.FSWSP (RV32) */ in riscv_transformed_insn()
1696 tinst = (riscv_cpu_xlen(env) == 32) ? 0x00002000 : 0x00003000; in riscv_cpu_do_interrupt()
1716 tinst = (riscv_cpu_xlen(env) == 32) ? 0x00002000 : 0x00003000; in riscv_cpu_do_interrupt()
H A Dcpu.h699 static inline int riscv_cpu_xlen(CPURISCVState *env) in riscv_cpu_xlen() function
H A Dvector_helper.c43 int xlen = riscv_cpu_xlen(env); in HELPER()