Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h85 #define SUB_OPCODE_B 1 /*!< Branch to a relative offset */ macro
475 .sub_opcode = SUB_OPCODE_B, \
489 .sub_opcode = SUB_OPCODE_B, \
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h85 #define SUB_OPCODE_B 1 /*!< Branch to a relative offset */ macro
475 .sub_opcode = SUB_OPCODE_B, \
489 .sub_opcode = SUB_OPCODE_B, \
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h92 #define SUB_OPCODE_B 1 /*!< Branch to a relative offset */ macro
509 .sub_opcode = SUB_OPCODE_B, \
523 .sub_opcode = SUB_OPCODE_B, \
/hal_espressif-3.6.0/components/ulp/
Dulp_macro.c147 case SUB_OPCODE_B: in do_single_reloc()