Searched refs:ESP_EH_FRAME_SET_CFA_REG (Results 1 – 1 of 1) sorted by relevance
194 #define ESP_EH_FRAME_SET_CFA_REG(value, reg) (((value) & ~0xff) | ((reg) & 0xff)) macro557 ESP_EH_FRAME_CFA(state) = ESP_EH_FRAME_SET_CFA_REG(ESP_EH_FRAME_CFA(state), operand1); in esp_eh_frame_execute_opcode_0()