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.c1439 if (riscv_cpu_xlen(env) != 128) { /* C.FLD (RV32/64) */ in riscv_transformed_insn()
1455 if (riscv_cpu_xlen(env) == 32) { /* C.FLW (RV32) */ in riscv_transformed_insn()
1470 if (riscv_cpu_xlen(env) != 128) { /* C.FSD (RV32/64) */ in riscv_transformed_insn()
1486 if (riscv_cpu_xlen(env) == 32) { /* C.FSW (RV32) */ in riscv_transformed_insn()
1507 if (riscv_cpu_xlen(env) != 128) { /* C.FLDSP (RV32/64) */ in riscv_transformed_insn()
1523 if (riscv_cpu_xlen(env) == 32) { /* C.FLWSP (RV32) */ in riscv_transformed_insn()
1538 if (riscv_cpu_xlen(env) != 128) { /* C.FSDSP (RV32/64) */ in riscv_transformed_insn()
1554 if (riscv_cpu_xlen(env) == 32) { /* C.FSWSP (RV32) */ in riscv_transformed_insn()
1678 tinst = (riscv_cpu_xlen(env) == 32) ? 0x00002000 : 0x00003000; in riscv_cpu_do_interrupt()
1698 tinst = (riscv_cpu_xlen(env) == 32) ? 0x00002000 : 0x00003000; in riscv_cpu_do_interrupt()
H A Dcpu.h637 static inline int riscv_cpu_xlen(CPURISCVState *env) in riscv_cpu_xlen() function
H A Dvector_helper.c41 int xlen = riscv_cpu_xlen(env); in HELPER()