/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | lib_helpers.h | 17 #define read_sysreg32(op1, CRn, CRm, op2) \ argument 20 __asm__ volatile ("mrc p15, " #op1 ", %0, c" #CRn ", c" \ 25 #define write_sysreg32(val, op1, CRn, CRm, op2) \ argument 27 __asm__ volatile ("mcr p15, " #op1 ", %0, c" #CRn ", c" \ 31 #define read_sysreg64(op1, CRm) \ argument 34 __asm__ volatile ("mrrc p15, " #op1 ", %Q0, %R0, c" \ 39 #define write_sysreg64(val, op1, CRm) \ argument 41 __asm__ volatile ("mcrr p15, " #op1 ", %Q0, %R0, c" \ 45 #define MAKE_REG_HELPER(reg, op1, CRn, CRm, op2) \ argument 48 return read_sysreg32(op1, CRn, CRm, op2); \ [all …]
|
/Zephyr-latest/include/zephyr/arch/arc/asm-compat/ |
D | asm-macro-32-bit-mwdt.h | 91 .macro CMPR, op1, op2 92 cmp op1, op2
|
D | asm-macro-64-bit-mwdt.h | 91 .macro CMPR, op1, op2 92 cmpl op1, op2
|
D | asm-macro-32-bit-gnu.h | 99 .macro CMPR op1, op2 100 cmp \op1, \op2
|
D | asm-macro-64-bit-gnu.h | 111 .macro CMPR op1, op2 112 cmpl \op1, \op2
|
/Zephyr-latest/soc/nxp/rw/ |
D | flash_config.h | 53 #define FC_FLEXSPI_LUT_SEQ(cmd0, pad0, op0, cmd1, pad1, op1) \ argument 55 FLEXSPI_LUT_OPERAND1(op1) | FLEXSPI_LUT_NUM_PADS1(pad1) | FLEXSPI_LUT_OPCODE1(cmd1))
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | flexspi_nor_config.h | 65 #define FLEXSPI_LUT_SEQ(cmd0, pad0, op0, cmd1, pad1, op1) \ argument 67 FLEXSPI_LUT_OPERAND1(op1) | FLEXSPI_LUT_NUM_PADS1(pad1) | FLEXSPI_LUT_OPCODE1(cmd1))
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | soc_espi_saf_v1.h | 132 #define MCHP_SAF_OPCODE_REG_VAL(op0, op1, op2, op3) \ argument 133 (((uint32_t)(op0)&0xffU) | (((uint32_t)(op1)&0xffU) << 8) | \
|
/Zephyr-latest/soc/microchip/mec/mec172x/ |
D | soc_espi_saf_v2.h | 156 #define MCHP_SAF_OPCODE_REG_VAL(op0, op1, op2, op3) \ argument 157 (((uint32_t)(op0)&0xffU) | (((uint32_t)(op1)&0xffU) << 8) | \
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q15.c | 186 op1, arm_mat_scale_q15, OP1_SCALE, 189 op1, arm_mat_trans_q15, OP1_TRANS,
|
D | unary_q31.c | 186 op1, arm_mat_scale_q31, OP1_SCALE, 189 op1, arm_mat_trans_q31, OP1_TRANS,
|
D | unary_q7.c | 94 op1, arm_mat_trans_q7, OP1_TRANS,
|
D | unary_f16.c | 206 op1, arm_mat_scale_f16, OP1_SCALE, 209 op1, arm_mat_trans_f16, OP1_TRANS,
|
D | unary_f32.c | 202 op1, arm_mat_scale_f32, OP1_SCALE, 205 op1, arm_mat_trans_f32, OP1_TRANS,
|
D | unary_f64.c | 184 op1, arm_mat_trans_f64, OP1_TRANS,
|