Searched refs:__int128 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | thread.h | 46 __int128 q0, q1, q2, q3, q4, q5, q6, q7; 47 __int128 q8, q9, q10, q11, q12, q13, q14, q15; 48 __int128 q16, q17, q18, q19, q20, q21, q22, q23; 49 __int128 q24, q25, q26, q27, q28, q29, q30, q31;
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | float_context.h | 119 __int128 regs[16]; /* q0..q15 */ 123 __int128 regs[16]; /* q16..q31 */
|
/Zephyr-latest/arch/arm64/core/ |
D | fpu.c | 194 *(__int128 *)(sp + pimm * 16) = 0; in simulate_str_q_insn()
|