Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h70 #define OPCODE_ALU 7 /*!< Arithmetic instructions */ macro
624 .opcode = OPCODE_ALU } }
636 .opcode = OPCODE_ALU } }
648 .opcode = OPCODE_ALU } }
660 .opcode = OPCODE_ALU } }
672 .opcode = OPCODE_ALU } }
684 .opcode = OPCODE_ALU } }
697 .opcode = OPCODE_ALU } }
709 .opcode = OPCODE_ALU } }
722 .opcode = OPCODE_ALU } }
[all …]
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h68 #define OPCODE_ALU 7 /*!< Arithmetic instructions */ macro
590 .opcode = OPCODE_ALU } }
602 .opcode = OPCODE_ALU } }
614 .opcode = OPCODE_ALU } }
626 .opcode = OPCODE_ALU } }
638 .opcode = OPCODE_ALU } }
650 .opcode = OPCODE_ALU } }
663 .opcode = OPCODE_ALU } }
675 .opcode = OPCODE_ALU } }
688 .opcode = OPCODE_ALU } }
[all …]
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h68 #define OPCODE_ALU 7 /*!< Arithmetic instructions */ macro
590 .opcode = OPCODE_ALU } }
602 .opcode = OPCODE_ALU } }
614 .opcode = OPCODE_ALU } }
626 .opcode = OPCODE_ALU } }
638 .opcode = OPCODE_ALU } }
650 .opcode = OPCODE_ALU } }
663 .opcode = OPCODE_ALU } }
675 .opcode = OPCODE_ALU } }
688 .opcode = OPCODE_ALU } }
[all …]
/hal_espressif-3.6.0/components/ulp/
Dulp_macro.c173 …assert((insn->alu_imm.opcode == OPCODE_ALU && insn->alu_imm.sub_opcode == SUB_OPCODE_ALU_IMM && in… in do_single_reloc()