Searched full:instructions (Results 1 – 25 of 476) sorted by relevance
12345678910>>...20
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 31 which is named "M" and contains instructions that multiply or divide 37 (A) - Standard Extension for Atomic Instructions 40 subset name "A", and contains instructions that atomically 51 floating-point computational instructions compliant with the IEEE 62 computational instructions compliant with the IEEE 754-2008 84 Standard extension for 128-bit binary floating-point instructions 91 (C) - Standard Extension for Compressed Instructions 100 (Zicsr) - Standard Extension for Control and Status Register (CSR) Instructions 103 instructions that operate on CSRs registers. 119 The Zba instructions can be used to accelerate the generation of [all …]
|
/Zephyr-latest/samples/userspace/syscall_perf/ |
D | README.rst | 22 instructions executed while calling :c:func:`k_current_get()`. 30 User thread: 18012 cycles 748 instructions 31 Supervisor thread: 7 cycles 4 instructions 32 User thread: 20136 cycles 748 instructions 33 Supervisor thread: 7 cycles 4 instructions 34 User thread: 18014 cycles 748 instructions 35 Supervisor thread: 7 cycles 4 instructions
|
/Zephyr-latest/arch/riscv/core/ |
D | semihost.c | 13 * three uncompressed instructions, lie in the same page, and refuses to 14 * interpret the trap sequence if these instructions are placed across two 18 * 16-byte boundary to ensure that the three trap sequence instructions are
|
/Zephyr-latest/include/zephyr/sys/ |
D | barrier.h | 38 * re-ordering of data accesses instructions across the barrier instruction. 51 * re-ordering of data accesses instructions across the barrier instruction 53 * blocking execution of any further instructions, not just loads or stores, or 69 * This routine is used to guarantee that any subsequent instructions are
|
/Zephyr-latest/soc/neorv32/ |
D | Kconfig.soc | 12 - Zicsr (Control and Status Register (CSR) Instructions) 16 - A (Atomic Instructions)
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | renesas,smartbond-flash-controller.yaml | 15 instructions to the flash memory, the SPI bus stays 22 After the execution of instructions: write enable,
|
/Zephyr-latest/boards/nxp/common/ |
D | opensda-debug.rst | 9 Based on the host tool installed, please use the following instructions 19 1. If the debug firmware has been modified, follow the instructions provided at 33 1. If the debug firmware has been modified, follow the instructions provided at
|
D | rt1xxx-lpclink2-debug.rst | 9 Based on the host tool installed, please use the following instructions 22 1. Follow the instructions provided at 39 #. Follow the instructions provided at
|
/Zephyr-latest/arch/sparc/ |
D | Kconfig | 36 bool "CASA instructions" 38 Use CASA atomic instructions. Defined by SPARC V9 and available
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | README.rst | 16 nRF5340 DK platform instructions 30 STM32F769I-Discovery platform instructions 42 STM32 b_u585i_iot02a Discovery kit instructions
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | __arithmetic.S | 6 * instructions. So mul/div instructions in the below integer arithmetic
|
/Zephyr-latest/arch/arc/core/dsp/ |
D | Kconfig | 12 This option enables DSP and DSP instructions. 35 only required when butterfly instructions are used in
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 90 the Thumb instructions set. This allows more of the application to 105 A32 instructions, known as Arm instructions in pre-Armv8 architectures, 106 are 32 bits wide, and are aligned on 4-byte boundaries. A32 instructions 128 instructions. 285 point instructions are generated and uses FPU-specific calling 292 point instructions are generated but soft-float calling conventions.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_win.rst | 3 Windows alternative setup instructions 30 #. Follow the Ubuntu instructions in the :ref:`installation_linux` document.
|
/Zephyr-latest/boards/shields/mikroe_wifi_bt_click/ |
D | mikroe_wifi_bt_click.overlay | 8 * for instructions to use this shield.
|
/Zephyr-latest/boards/shields/inventek_eswifi/ |
D | inventek_eswifi.overlay | 9 * instructions how to use this shield.
|
/Zephyr-latest/soc/andestech/ae350/ |
D | Kconfig | 72 support using the DSP instructions. 89 a look-up table and replaces suitable 32-bit instructions with
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 51 # GCC may generate ldp/stp instructions with the Advanced SIMD Qn registers for 54 # emitting these instructions for better context switching performance.
|
/Zephyr-latest/boards/nordic/thingy53/doc/ |
D | index.rst | 15 * a full-featured Arm Cortex-M33F core with DSP instructions, FPU, and 41 development boards, however, instructions from the :ref:`nordic_segger` page
|
/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 12 The instructions have been tested on Linux, but the steps should be the same for macOS and 27 sample application, but the instructions would be similar for any Zephyr project and :ref:`workspace 31 instructions in the :ref:`getting_started`. 39 HOME directory if you have followed the Getting Started instructions).
|
D | clion.rst | 20 The instructions have been tested on Windows. In terms of the CLion workflow, the steps would be the 33 sample application, but the instructions would be similar for any Zephyr project and :ref:`workspace 37 instructions in the :ref:`getting_started`. 46 you have followed the Getting Started instructions), then select 135 Instructions below show the case of a Nordic Semiconductor board and a Segger J-Link debug probe. If
|
/Zephyr-latest/boards/shields/esp_8266/ |
D | esp_8266.overlay | 9 * for instructions to use this shield.
|
/Zephyr-latest/boards/shields/atmel_rf2xx/ |
D | atmel_rf2xx.overlay | 9 * for instructions to use this shield.
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | README.rst | 39 The instructions below show how to use a Nordic nRF5x device as a Zephyr BLE 43 instructions in the :ref:`bluetooth_bluez` section. 83 Once the controller is attached follow the instructions in the 107 Once the controller is attached follow the instructions in the
|
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/ |
D | README.rst | 41 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions. 46 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions.
|
12345678910>>...20