Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h144 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ST) */ member
168 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_BX) */ member
177 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_B) */ member
187 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_BS) */ member
197 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ALU_REG) */ member
206 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ALU_CNT) */ member
216 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ALU_IMM) */ member
269 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_WAKEUP) */ member
276 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_SLEEP) */ member
284 …uint32_t sub_opcode : 4; /*!< SUB_OPCODE_MACRO_LABEL or SUB_OPCODE_MACRO_BRANCH or SUB_OPCODE_M… member
[all …]
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h132 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ST) */ member
156 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_BX) */ member
165 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_B) */ member
175 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ALU_REG) */ member
185 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ALU_IMM) */ member
238 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_WAKEUP) */ member
245 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_SLEEP) */ member
252 uint32_t sub_opcode : 4; /*!< SUB_OPCODE_MACRO_LABEL or SUB_OPCODE_MACRO_BRANCH */ member
364 .sub_opcode = SUB_OPCODE_END, \
397 .sub_opcode = SUB_OPCODE_SLEEP, \
[all …]
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h132 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ST) */ member
156 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_BX) */ member
165 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_B) */ member
175 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ALU_REG) */ member
185 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_ALU_IMM) */ member
238 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_WAKEUP) */ member
245 uint32_t sub_opcode : 3; /*!< Sub opcode (SUB_OPCODE_SLEEP) */ member
252 uint32_t sub_opcode : 4; /*!< SUB_OPCODE_MACRO_LABEL or SUB_OPCODE_MACRO_BRANCH */ member
363 .sub_opcode = SUB_OPCODE_END, \
396 .sub_opcode = SUB_OPCODE_SLEEP, \
[all …]
/hal_espressif-3.6.0/components/ulp/
Dulp_macro.c146 switch (insn->b.sub_opcode) { in do_single_reloc()
173 …assert((insn->alu_imm.opcode == OPCODE_ALU && insn->alu_imm.sub_opcode == SUB_OPCODE_ALU_IMM && in… in do_single_reloc()
230 switch (r_insn.macro.sub_opcode) { in ulp_process_macros_and_load()