Home
last modified time | relevance | path

Searched refs:QUARTER_SIZE (Results 1 – 2 of 2) sorted by relevance

/tools/tests/x86_emulator/
A Dsimd.h113 # define QUARTER_SIZE (VEC_SIZE / 4) macro
115 # define QUARTER_SIZE 16 macro
117 typedef typeof((vec_t){}[0]) __attribute__((vector_size(QUARTER_SIZE))) quarter_t;
118 typedef char __attribute__((vector_size(QUARTER_SIZE))) vqi_quarter_t;
119 typedef short __attribute__((vector_size(QUARTER_SIZE))) vhi_quarter_t;
120 typedef int __attribute__((vector_size(QUARTER_SIZE))) vsi_quarter_t;
121 typedef long long __attribute__((vector_size(QUARTER_SIZE))) vdi_quarter_t;
123 typedef _Float16 __attribute__((vector_size(QUARTER_SIZE))) vhf_quarter_t;
A Dsimd.c1227 # if !defined(low_quarter) && defined(QUARTER_SIZE)
1230 # if QUARTER_SIZE < VEC_SIZE in low_quarter()

Completed in 63 milliseconds