Home
last modified time | relevance | path

Searched refs:RISCV_UW2_ALWAYS_STORE_AMO (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzicfiss.c.inc29 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO);
54 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO);
87 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO);
107 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO);
H A Dtrans_rvzacas.c.inc79 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO);
124 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO);
/openbmc/qemu/target/riscv/
H A Dtranslate.c1102 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO); in gen_amo()
1116 decode_save_opc(ctx, RISCV_UW2_ALWAYS_STORE_AMO); in gen_cmpxchg()
H A Dcpu.h55 #define RISCV_UW2_ALWAYS_STORE_AMO 1 macro
H A Dcpu_helper.c1795 bool always_storeamo = (env->excp_uw2 & RISCV_UW2_ALWAYS_STORE_AMO); in riscv_cpu_do_interrupt()