Home
last modified time | relevance | path

Searched refs:has_int128 (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-x86.c95 .has_int128 = 1,
159 .has_int128 = 1,
Dtarget-arm64.c38 .has_int128 = 1,
Dtarget-alpha.c27 .has_int128 = 1,
Dtarget-mips.c58 .has_int128 = 1,
Dtarget-s390.c64 .has_int128 = 1,
Dtarget-ppc.c78 .has_int128 = 1,
Dtarget-sparc.c81 .has_int128 = 1,
Dtarget-riscv.c154 .has_int128 = 1,
Dtarget.h85 unsigned int has_int128:1; member
Dpredefine.c179 if (arch_target->has_int128) in predefined_macros()