Searched refs:feature_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcet.c35 unsigned int feature_1 = 0; local
39 feature_1 |= 0x1;
43 feature_1 |= 0x2;
45 if (feature_1)
71 fprintf (asm_out_file, ASM_LONG " 0x%x\n", feature_1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgnu-property.cc69 unsigned int feature_1 = 0; local
73 feature_1 |= 0x1;
77 feature_1 |= 0x2;
80 if (feature_1)
81 emit_gnu_property (0xc0000002, feature_1);

Completed in 125 milliseconds