Displaying 4 results from an estimated 4 matches for "movm".
Did you mean:
movl
2011 Sep 15
1
movming mail out of alt storage
I moved some mail into the alt storage:
doveadm altmove -u johnd at example.com seen savedbefore 1w
and now I want to move it back to the regular INBOX, but I can't see how
I can do that with either 'altmove' or 'mailbox move'.
thanks!
micah
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2010 Mar 31
1
ggplot2: Adding points to a density plot
Hi,
Consider something like
> library(ggplot2)
> movies$decade <- round_any(movies$year, 10)
> m <- qplot(rating,data=movies,colour=factor(decade),geom="density")
> m
(modified from "?stat_density").
I'd like to add on the line y=0 a dot for the median of each "decade"
category (using the same colour coding as the "fill"). I'm
2014 Mar 06
2
[LLVMdev] Upstreaming PNaCl's IR simplification passes
...f register r2 into register r1
//
// opcode | instruction | operands (mod 0) | operands (mod 1)
// -------+-------------+------------------+-----------------
// 0x00 | jmp | r1 | r2:r1
// 0x01 | movr | r1, r2 | rx, imm
// 0x02 | movm | r1, [ds:r2] | [ds:r1], r2
// 0x03 | add | r1, r2 | r1, imm
// 0x04 | xor | r1, r2 | r1, imm
// 0x05 | cmp | r1, r2 | r1, imm
// 0x06 | jmpe | r1 | r2:r1
// 0x07 | hlt...
2014 Mar 04
2
[LLVMdev] Upstreaming PNaCl's IR simplification passes
On Tue, Mar 4, 2014 at 3:11 PM, Sean Silva <chisophugis at gmail.com> wrote:
> On Tue, Mar 4, 2014 at 4:04 PM, Mark Seaborn <mseaborn at chromium.org>wrote:
>
>> The PNaCl project has implemented various IR simplification passes that
>> simplify LLVM IR by lowering complex features to simpler features. We'd
>> like to upstream some of these IR passes to