Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/riscv/include/riscv/
Dinstruction_decode.h30 int riscv_decode_offset_from_jal_instruction(const intptr_t inst_addr);
/hal_espressif-3.7.0/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-3.7.0/components/esp_hw_support/
Dcpu.c155 const intptr_t destination = pc + riscv_decode_offset_from_jal_instruction(pc); in is_intr_num_resv()