Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h70 #define SUB_OPCODE_ALU_IMM 1 /*!< Arithmetic instruction, one source value is an immediate */ macro
674 .sub_opcode = SUB_OPCODE_ALU_IMM, \
687 .sub_opcode = SUB_OPCODE_ALU_IMM, \
699 .sub_opcode = SUB_OPCODE_ALU_IMM, \
711 .sub_opcode = SUB_OPCODE_ALU_IMM, \
723 .sub_opcode = SUB_OPCODE_ALU_IMM, \
735 .sub_opcode = SUB_OPCODE_ALU_IMM, \
748 .sub_opcode = SUB_OPCODE_ALU_IMM, \
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h70 #define SUB_OPCODE_ALU_IMM 1 /*!< Arithmetic instruction, one source value is an immediate */ macro
674 .sub_opcode = SUB_OPCODE_ALU_IMM, \
687 .sub_opcode = SUB_OPCODE_ALU_IMM, \
699 .sub_opcode = SUB_OPCODE_ALU_IMM, \
711 .sub_opcode = SUB_OPCODE_ALU_IMM, \
723 .sub_opcode = SUB_OPCODE_ALU_IMM, \
735 .sub_opcode = SUB_OPCODE_ALU_IMM, \
748 .sub_opcode = SUB_OPCODE_ALU_IMM, \
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h72 #define SUB_OPCODE_ALU_IMM 1 /*!< Arithmetic instruction, one source value is an immediate */ macro
708 .sub_opcode = SUB_OPCODE_ALU_IMM, \
721 .sub_opcode = SUB_OPCODE_ALU_IMM, \
733 .sub_opcode = SUB_OPCODE_ALU_IMM, \
745 .sub_opcode = SUB_OPCODE_ALU_IMM, \
757 .sub_opcode = SUB_OPCODE_ALU_IMM, \
769 .sub_opcode = SUB_OPCODE_ALU_IMM, \
782 .sub_opcode = SUB_OPCODE_ALU_IMM, \
/hal_espressif-3.6.0/components/ulp/
Dulp_macro.c173 …(insn->alu_imm.opcode == OPCODE_ALU && insn->alu_imm.sub_opcode == SUB_OPCODE_ALU_IMM && insn->alu… in do_single_reloc()