Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c194 #define ESP_EH_FRAME_SET_CFA_REG(value, reg) (((value) & ~0xff) | ((reg) & 0xff)) macro
557 ESP_EH_FRAME_CFA(state) = ESP_EH_FRAME_SET_CFA_REG(ESP_EH_FRAME_CFA(state), operand1); in esp_eh_frame_execute_opcode_0()