Searched refs:RISCV_INSN_SET_SIMULATE (Results 1 – 2 of 2) sorted by relevance
41 RISCV_INSN_SET_SIMULATE(jal, insn); in riscv_probe_decode_insn()42 RISCV_INSN_SET_SIMULATE(jalr, insn); in riscv_probe_decode_insn()43 RISCV_INSN_SET_SIMULATE(auipc, insn); in riscv_probe_decode_insn()44 RISCV_INSN_SET_SIMULATE(branch, insn); in riscv_probe_decode_insn()
25 #define RISCV_INSN_SET_SIMULATE(name, code) \ macro