Home
last modified time | relevance | path

Searched refs:riscv_decode_offset_from_jal_instruction (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/riscv/include/riscv/
Dinstruction_decode.h30 int riscv_decode_offset_from_jal_instruction(const intptr_t inst_addr);
/hal_espressif-latest/components/riscv/
Dinstruction_decode.c30 int riscv_decode_offset_from_jal_instruction(const intptr_t inst_addr) in riscv_decode_offset_from_jal_instruction() function
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_riscv_intr.h67 const intptr_t destination = pc + riscv_decode_offset_from_jal_instruction(pc); in esp_riscv_intr_num_flags()