Home
last modified time | relevance | path

Searched refs:extra8 (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_jit_test.c1140 pcre_extra *extra8; in regression_tests() local
1229 extra8 = NULL; in regression_tests()
1232 extra8 = pcre_study(re8, study_mode, &error); in regression_tests()
1233 if (!extra8) { in regression_tests()
1238 else if (!(extra8->flags & PCRE_EXTRA_EXECUTABLE_JIT)) { in regression_tests()
1240 pcre_free_study(extra8); in regression_tests()
1244 extra8->flags |= PCRE_EXTRA_MARK; in regression_tests()
1334 extra8->mark = &mark8_1; in regression_tests()
1337 setstack8(extra8); in regression_tests()
1338 …return_value8[0] = pcre_exec(re8, extra8, current->input, strlen(current->input), current->start_o… in regression_tests()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dfp-mul-02.ll193 %extra8 = fmul double %mul8, 1.81
194 %trunc8 = fptrunc double %extra8 to float
Dfp-mul-04.ll222 %extra8 = fmul fp128 %mul8, %const8
223 %trunc8 = fptrunc fp128 %extra8 to double