Displaying 3 results from an estimated 3 matches for "postindex".
2016 Dec 26
1
postindexed load/store
hello,
I read that you do implement these operations in your backend some time ago. (http://llvm.1065342.n5.nabble.com/llvm-dev-Questions-about-load-store-incrementing-address-modes-td87577.html).
The DAGCombiner::CombineToPostIndexedLoadStore(SDNode *N) function never works for me.
Can you show me a code fragment in C which is translated into pre/post dec/inc load/store? Then I will be able to experiment with msp430 (there seems to have the processing of such cases).
Or may be I can look at your backend?
_________________...
2006 Jul 07
9
Search on data accross many tables, linked by belongs_to
...s there an known solution to my problem ? In Ferret, how can I specify
a search accross many tables for results returning only a main class (in
the example, search all posts that have a certain category name by just
typing that cateogry name as the query) ? Do I have to create a new
model class PostIndex that gathers all the information just for the
indexing, even though the information is not stored that way in the
database ?
Thanks a lot for your help,
Maxime Curioni
--
Posted via http://www.ruby-forum.com/.
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...t exclaim token
+ Lex(); // Eat exclaim token
}
ARMOperand::CreateMem(Op, BaseRegNum, OffsetIsReg, Offset, OffsetRegNum,
OffsetRegShifted, ShiftType, ShiftAmount,
@@ -414,7 +406,7 @@ bool ARMAsmParser::ParseMemory(OwningPtr<ARMOperand> &Op) {
Postindexed = true;
Writeback = true;
E = Tok.getLoc();
- Parser.Lex(); // Eat right bracket token.
+ Lex(); // Eat right bracket token.
int OffsetRegNum = 0;
bool OffsetRegShifted = false;
@@ -422,11 +414,11 @@ bool ARMAsmParser::ParseMemory(OwningPtr<ARMOperand> &Op) {...