Home
last modified time | relevance | path

Searched refs:op1 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/arch/arm/cortex_a_r/
Dlib_helpers.h17 #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-Core-3.5.0/include/zephyr/arch/arc/asm-compat/
Dasm-macro-32-bit-mwdt.h91 .macro CMPR, op1, op2
92 cmp op1, op2
Dasm-macro-64-bit-mwdt.h91 .macro CMPR, op1, op2
92 cmpl op1, op2
Dasm-macro-32-bit-gnu.h99 .macro CMPR op1, op2
100 cmp \op1, \op2
Dasm-macro-64-bit-gnu.h111 .macro CMPR op1, op2
112 cmpl \op1, \op2
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/mec1501/
Dsoc_espi_saf_v1.h132 #define MCHP_SAF_OPCODE_REG_VAL(op0, op1, op2, op3) \ argument
133 (((uint32_t)(op0)&0xffU) | (((uint32_t)(op1)&0xffU) << 8) | \
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt/
Dflexspi_nor_config.h65 #define FLEXSPI_LUT_SEQ(cmd0, pad0, op0, cmd1, pad1, op1) \ argument
67 FLEXSPI_LUT_OPCODE0(cmd0) | FLEXSPI_LUT_OPERAND1(op1) | \
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/mec172x/
Dsoc_espi_saf_v2.h156 #define MCHP_SAF_OPCODE_REG_VAL(op0, op1, op2, op3) \ argument
157 (((uint32_t)(op0)&0xffU) | (((uint32_t)(op1)&0xffU) << 8) | \
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/matrix/src/
Dunary_q31.c186 op1, arm_mat_scale_q31, OP1_SCALE,
189 op1, arm_mat_trans_q31, OP1_TRANS,
Dunary_q15.c186 op1, arm_mat_scale_q15, OP1_SCALE,
189 op1, arm_mat_trans_q15, OP1_TRANS,
Dunary_q7.c94 op1, arm_mat_trans_q7, OP1_TRANS,
Dunary_f16.c206 op1, arm_mat_scale_f16, OP1_SCALE,
209 op1, arm_mat_trans_f16, OP1_TRANS,
Dunary_f32.c202 op1, arm_mat_scale_f32, OP1_SCALE,
205 op1, arm_mat_trans_f32, OP1_TRANS,
Dunary_f64.c184 op1, arm_mat_trans_f64, OP1_TRANS,