Searched refs:neg (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.c176 bool neg = (value < 0); local
177 int absValue = (neg) ? -value : value;
182 if ( !neg && (rDestSrc1 == 13) && (value <= 508)) { /* sp */
186 opCode = (neg) ? kThumbSubRI8 : kThumbAddRI8;
191 if (!neg && (rDestSrc1 == 13) && (value <= 508)) { /* sp */
195 opCode = (neg) ? kThumbAddRI8 : kThumbSubRI8;
200 if (neg)
261 bool neg = (value < 0); local
262 int absValue = (neg) ? -value : value;
280 opCode = (neg)
[all...]
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.c458 bool neg = (value < 0); local
459 int absValue = (neg) ? -value : value;
500 opCode = (neg) ? kThumbSubRRI3 : kThumbAddRRI3;
502 opCode = (neg) ? kThumbAddRRI3 : kThumbSubRRI3;
506 opCode = (neg) ? kThumb2SubRRI12 : kThumb2AddRRI12;
508 opCode = (neg) ? kThumb2AddRRI12 : kThumb2SubRRI12;
580 bool neg = (value < 0); local
581 int absValue = (neg) ? -value : value;
586 if ( !neg && (rDestSrc1 == 13) && (value <= 508)) { /* sp */
590 opCode = (neg)
[all...]
/dalvik/vm/mterp/armv5te/
H A DOP_FILLED_NEW_ARRAY.S55 subs r9, r9, #1 @ length--, check for neg
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...
/dalvik/vm/mterp/out/
H A DInterpAsm-armv4t.S3520 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3547 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3574 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3602 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3630 * for: neg-int, not-int, neg
[all...]
H A DInterpAsm-armv5te-vfp.S3500 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3527 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3554 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3582 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3610 * for: neg-int, not-int, neg
[all...]
H A DInterpAsm-armv5te.S3522 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3549 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3576 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3604 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3632 * for: neg-int, not-int, neg
[all...]
H A DInterpAsm-armv7-a-neon.S3500 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3526 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3552 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3579 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3606 * for: neg-int, not-int, neg
[all...]
H A DInterpAsm-armv7-a.S3500 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3526 * for: neg-int, not-int, neg-float, int-to-float, float-to-int,
3552 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3579 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
3606 * for: neg-int, not-int, neg
[all...]
H A DInterpAsm-x86-atom.S7932 * For: int-to-byte, int-to-char, int-to-short, neg-float, neg-int, not-int
7949 neg %ecx # do operation part 2
7999 * For: int-to-byte, int-to-char, int-to-short, neg-float, neg-int, not-int
8066 * For: neg-double, neg-long, not-long
8134 * For: neg-double, neg-long, not-long
8202 * For: int-to-byte, int-to-char, int-to-short, neg
[all...]

Completed in 612 milliseconds