Searched refs:SUB_OPCODE_ALU_IMM (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/ulp/include/esp32s3/ |
D | ulp.h | 70 #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/ |
D | ulp.h | 70 #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/ |
D | ulp.h | 72 #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/ |
D | ulp_macro.c | 173 …(insn->alu_imm.opcode == OPCODE_ALU && insn->alu_imm.sub_opcode == SUB_OPCODE_ALU_IMM && insn->alu… in do_single_reloc()
|