search for: sndpinflag

Displaying 2 results from an estimated 2 matches for "sndpinflag".

Did you mean: sdnpinflag
2009 Mar 22
3
[LLVMdev] Flags/ConditionCode Model is broken
...ly by marking the instruction as SDNPInFlag, and specifying a conditioncode parameter. This may require the addition of some kind of condition-code base type to mark conditioncode operands. Alternatively, CPU flags can be modeled using a special flags register (or register class?). In which case, SNDPInFlag/SNDPOutFlag should be killed, and all instructions which modify the flags (even as a side-effect) should do so explicitly. In this case, setcc should always set a special flags register. Just my 2c. Thoughts?
2009 Mar 23
0
[LLVMdev] Flags/ConditionCode Model is broken
...ction as SDNPInFlag, and specifying a conditioncode > parameter. This may require the addition of some kind of > condition-code base type to mark conditioncode operands. > > Alternatively, CPU flags can be modeled using a special flags register > (or register class?). In which case, SNDPInFlag/SNDPOutFlag should be > killed, and all instructions which modify the flags (even as a > side-effect) should do so explicitly. In this case, setcc should > always set a special flags register. > > Just my 2c. > Thoughts? > _______________________________________________ > LL...