Excluding parts of the instruction set during compilation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Excluding parts of the instruction set during compilation
- From: Fabian Oboril <fabian.oboril@xxxxxxx>
- Date: Thu, 13 Feb 2014 11:21:39 +0100
- Authentication-results: sourceware.org; auth=none
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11
Hello everybody,
I am currently working on a project for which I need to compile C-code
using only a small subset of the available instruction set. So for
example, instead of using add, addi, addiu and addu, I would like that
the compiler is using just one of them. Is there a way, that this can be
handled with gcc, for example by giving a list of not-to-use
instructions at compile time?
Can anyone help?
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]