Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h158 } bx; /*!< Format of BRANCH instruction (absolute address) */ member
498 #define I_BXR(reg_pc) { .bx = { \
512 #define I_BXI(imm_pc) { .bx = { \
527 #define I_BXZR(reg_pc) { .bx = { \
541 #define I_BXZI(imm_pc) { .bx = { \
556 #define I_BXFR(reg_pc) { .bx = { \
570 #define I_BXFI(imm_pc) { .bx = { \
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h158 } bx; /*!< Format of BRANCH instruction (absolute address) */ member
498 #define I_BXR(reg_pc) { .bx = { \
512 #define I_BXI(imm_pc) { .bx = { \
527 #define I_BXZR(reg_pc) { .bx = { \
541 #define I_BXZI(imm_pc) { .bx = { \
556 #define I_BXFR(reg_pc) { .bx = { \
570 #define I_BXFI(imm_pc) { .bx = { \
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h170 } bx; /*!< Format of BRANCH instruction (absolute address) */ member
532 #define I_BXR(reg_pc) { .bx = { \
546 #define I_BXI(imm_pc) { .bx = { \
561 #define I_BXZR(reg_pc) { .bx = { \
575 #define I_BXZI(imm_pc) { .bx = { \
590 #define I_BXFR(reg_pc) { .bx = { \
604 #define I_BXFI(imm_pc) { .bx = { \
/hal_espressif-3.6.0/components/ulp/
Dulp_macro.c162 assert(insn->bx.reg == 0 && in do_single_reloc()
164 insn->bx.addr = label_info.addr; in do_single_reloc()
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dasm_arm.inc76 "bx %[jump] \n\t"
130 "bx %[jump] \n\t"