Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c6050 static unsigned int const code_for_builtin_64[S390_BUILTIN_max] = { variable
6093 TARGET_64BIT ? code_for_builtin_64 : code_for_builtin_31;
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c8173 static unsigned int const code_for_builtin_64[S390_BUILTIN_max] = { variable
8213 TARGET_64BIT ? code_for_builtin_64 : code_for_builtin_31; in s390_expand_builtin()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog7413 (code_for_builtin_64, code_for_builtin_31): New global variables.