X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_architecture.h;h=a88776f7446525899205f82e9eb1ddb47b0c9959;hb=e86f1bc36650e0978d66ffb5fcd347a525840655;hp=fc3959d2b9c730ddceaa331d6f3a2ca8330de5b5;hpb=c11262873a64779c78b8eee6118a1b0659d0f043;p=libfirm diff --git a/ir/be/ia32/ia32_architecture.h b/ir/be/ia32/ia32_architecture.h index fc3959d2b..a88776f74 100644 --- a/ir/be/ia32/ia32_architecture.h +++ b/ir/be/ia32/ia32_architecture.h @@ -76,6 +76,10 @@ typedef struct { unsigned use_sse_prefetch:1; /** use 3DNow! prefetch instructions */ unsigned use_3dnow_prefetch:1; + /** use SSE4.2 or SSE4a popcnt instruction */ + unsigned use_popcnt:1; + /** use i486 instructions */ + unsigned use_i486:1; /** optimize calling convention where possible */ unsigned optimize_cc:1; /**