probe_opcode_t
probe_opcode_t *insn;
csky_probe_decode_insn(probe_opcode_t *addr, struct arch_probe_insn *api)
probe_opcode_t insn = le32_to_cpu(*addr);
csky_probe_decode_insn(probe_opcode_t *addr, struct arch_probe_insn *asi);
static __always_inline bool csky_insn_is_##name(probe_opcode_t code) \
probe_opcode_t insn;
insn = *(probe_opcode_t *)(&auprobe->insn[0]);
probe_opcode_t insn;
insn = *(probe_opcode_t *)(&auprobe->insn[0]);
probe_opcode_t *insn;
riscv_probe_decode_insn(probe_opcode_t *addr, struct arch_probe_insn *api)
probe_opcode_t insn = *addr;
riscv_probe_decode_insn(probe_opcode_t *addr, struct arch_probe_insn *asi);
dst += GET_INSN_LENGTH(*(probe_opcode_t *)src);
probe_opcode_t opcode;
opcode = *(probe_opcode_t *)(&auprobe->insn[0]);
probe_opcode_t insn;
insn = *(probe_opcode_t *)(&auprobe->insn[0]);