Searched refs:riscv_cpu_xlen (Results 1 – 4 of 4) sorted by relevance
37 int xlen = riscv_cpu_xlen(env); in HELPER()
1582 if (riscv_cpu_xlen(env) != 128) { /* C.FLD (RV32/64) */ in riscv_transformed_insn()1598 if (riscv_cpu_xlen(env) == 32) { /* C.FLW (RV32) */ in riscv_transformed_insn()1613 if (riscv_cpu_xlen(env) != 128) { /* C.FSD (RV32/64) */ in riscv_transformed_insn()1629 if (riscv_cpu_xlen(env) == 32) { /* C.FSW (RV32) */ in riscv_transformed_insn()1650 if (riscv_cpu_xlen(env) != 128) { /* C.FLDSP (RV32/64) */ in riscv_transformed_insn()1666 if (riscv_cpu_xlen(env) == 32) { /* C.FLWSP (RV32) */ in riscv_transformed_insn()1681 if (riscv_cpu_xlen(env) != 128) { /* C.FSDSP (RV32/64) */ in riscv_transformed_insn()1697 if (riscv_cpu_xlen(env) == 32) { /* C.FSWSP (RV32) */ in riscv_transformed_insn()1843 tinst = (riscv_cpu_xlen(env) == 32) ? 0x00002000 : 0x00003000; in riscv_cpu_do_interrupt()1863 tinst = (riscv_cpu_xlen(env) == 32) ? 0x00002000 : 0x00003000; in riscv_cpu_do_interrupt()
720 static inline int riscv_cpu_xlen(CPURISCVState *env) in riscv_cpu_xlen() function
43 int xlen = riscv_cpu_xlen(env); in HELPER()