Searched refs:zx_thread_state_vector_regs (Results 1 – 3 of 3) sorted by relevance
60 typedef struct zx_thread_state_vector_regs { struct106 typedef struct zx_thread_state_vector_regs {
26 void vector_regs_fill_test_values(zx_thread_state_vector_regs* regs);
75 void vector_regs_fill_test_values(zx_thread_state_vector_regs* regs) { in vector_regs_fill_test_values()76 memset(regs, 0, sizeof(zx_thread_state_vector_regs)); in vector_regs_fill_test_values()603 static_assert(offsetof(zx_thread_state_vector_regs, zmm) == 0, "");
Completed in 5 milliseconds