Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h131 #define DALIGN_BIT (1<<6) macro
156 #define TARGET_ALIGN_DOUBLE (target_flags & DALIGN_BIT)
305 {"dalign", DALIGN_BIT, "" }, \
H A Dsh.c8132 target_flags |= DALIGN_BIT; in sh_override_options()