HomeSort by relevance Sort by last modified time
    Searched defs:TEST_VCOMP (Results 1 - 2 of 2) sorted by null

  /external/arm-neon-tests/
ref_v_comp_f_op.c 49 #define TEST_VCOMP(INSN, Q, T1, T2, T3, W, N) \
73 TEST_VCOMP(INSN_NAME, , float, f, uint, 32, 2);
76 TEST_VCOMP(INSN_NAME, q, float, f, uint, 32, 4);
84 TEST_VCOMP(INSN_NAME, , float, f, uint, 32, 2);
87 TEST_VCOMP(INSN_NAME, q, float, f, uint, 32, 4);
ref_v_comp_op.c 50 #define TEST_VCOMP(INSN, Q, T1, T2, T3, W, N) \
134 TEST_VCOMP(INSN_NAME, , int, s, uint, 8, 8);
135 TEST_VCOMP(INSN_NAME, , int, s, uint, 16, 4);
136 TEST_VCOMP(INSN_NAME, , int, s, uint, 32, 2);
141 TEST_VCOMP(INSN_NAME, , uint, u, uint, 8, 8);
142 TEST_VCOMP(INSN_NAME, , uint, u, uint, 16, 4);
143 TEST_VCOMP(INSN_NAME, , uint, u, uint, 32, 2);
148 TEST_VCOMP(INSN_NAME, q, int, s, uint, 8, 16);
149 TEST_VCOMP(INSN_NAME, q, int, s, uint, 16, 8);
150 TEST_VCOMP(INSN_NAME, q, int, s, uint, 32, 4)
    [all...]

Completed in 66 milliseconds