search for: add_parts

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

Did you mean: add_parms
2013 Jan 27
0
[LLVMdev] SHL_PARTS and company
...S/SRA_PARTS/SRL_PARTS - These operators are used for expanded /// integer shift operations, just like ADD/SUB_PARTS. The operation /// ordering is: /// [Lo,Hi] = op [LoLHS,HiLHS], Amt SHL_PARTS, SRA_PARTS, SRL_PARTS " Okay, for one thing, I can't find a reference to ADD_PARTS or SUB_PARTS other than in diffs from about 8 years ago, so the doc comment appears to be highly out of step with current llvm facilities. It seems to me, after looking around a bit, that these nodes are intended to allow one to extend bit shifts to higher widths than the target would normally supp...
2006 Jan 30
0
Adding ActiveRecord objects to the session
Hi all, I am creating an AJAX quoting/puchasing system and I am having a bit of unexpected behavior when adding ActiveRecord objects to the session. When I add the ActiveRecord object (in this case QuotePart) to the session it automatically saves the object that was added to the session to the DB. And the oddest part is that it automatically fills in the foreign key field quote_id, even though