HomeSort by relevance Sort by last modified time
    Searched full:x80000000 (Results 1 - 25 of 993) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_NEG_DOUBLE.S 2 %include "armv5te/unopWide.S" {"instr":"add r1, r1, #0x80000000"}
OP_NEG_FLOAT.S 2 %include "armv5te/unop.S" {"instr":"add r0, r0, #0x80000000"}
  /dalvik/vm/mterp/armv6t2/
OP_NEG_DOUBLE.S 2 %include "armv6t2/unopWide.S" {"instr":"add r1, r1, #0x80000000"}
OP_NEG_FLOAT.S 2 %include "armv6t2/unop.S" {"instr":"add r0, r0, #0x80000000"}
  /dalvik/vm/mterp/x86/
OP_DIV_INT.S 2 %include "x86/bindiv.S" {"result":"%eax","special":"$0x80000000"}
OP_DIV_INT_2ADDR.S 2 %include "x86/bindiv2addr.S" {"result":"%eax","special":"$0x80000000"}
OP_DIV_INT_LIT16.S 2 %include "x86/bindivLit16.S" {"result":"%eax","special":"$0x80000000"}
OP_DIV_INT_LIT8.S 2 %include "x86/bindivLit8.S" {"result":"%eax","special":"$0x80000000"}
  /external/valgrind/main/none/tests/arm/
v6intThumb.c 242 TESTINST2("movs r0, r1", 0x80000000, r0, r1, cv);
252 TESTINST2("mvns r0, r1", 0x80000000, r0, r1, cv);
263 TESTINST3("adds r0, r1, r2", 0x80000000, -1, r0, r1, r2, 0);
264 TESTINST3("adds r0, r1, r2", 0x80000000, 0, r0, r1, r2, 0);
    [all...]
v6intThumb.stdout.exp 4 cmp r3, r6 :: rd 0x00000001 rm 0x00000000, rn 0x00000001, c:v-in 0, cpsr 0x80000000 N
7 cmp r3, r6 :: rd 0x80000000 rm 0x00000000, rn 0x80000000, c:v-in 0, cpsr 0x90000000 N V
8 cmp r3, r6 :: rd 0x00000000 rm 0x80000000, rn 0x00000000, c:v-in 0, cpsr 0xa0000000 N C
11 cmp r3, r6 :: rd 0x00000001 rm 0x00000000, rn 0x00000001, c:v-in 0, cpsr 0x80000000 N
14 cmp r3, r6 :: rd 0x80000000 rm 0x00000000, rn 0x80000000, c:v-in 0, cpsr 0x90000000 N V
15 cmp r3, r6 :: rd 0x00000000 rm 0x80000000, rn 0x00000000, c:v-in 0, cpsr 0xa0000000 N C
18 cmp r3, r6 :: rd 0x00000001 rm 0x00000000, rn 0x00000001, c:v-in 0, cpsr 0x80000000 N
21 cmp r3, r6 :: rd 0x80000000 rm 0x00000000, rn 0x80000000, c:v-in 0, cpsr 0x90000000 N
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
mulvsi3_test.c 105 // if (test__mulvsi3(0x80000000, -2, 0x80000000)) // abort
107 // if (test__mulvsi3(-2, 0x80000000, 0x80000000)) // abort
109 // if (test__mulvsi3(0x80000000, -1, 0x80000000)) // abort
111 // if (test__mulvsi3(-1, 0x80000000, 0x80000000)) // abort
113 if (test__mulvsi3(0x80000000, 0, 0))
115 if (test__mulvsi3(0, 0x80000000, 0)
    [all...]
umodsi3_test.c 39 {0x00000000, 0x80000000, 0x00000000},
50 {0x00000001, 0x80000000, 0x00000001},
61 {0x00000002, 0x80000000, 0x00000002},
72 {0x00000003, 0x80000000, 0x00000003},
83 {0x00000010, 0x80000000, 0x00000010},
94 {0x078644FA, 0x80000000, 0x078644FA},
105 {0x0747AE14, 0x80000000, 0x0747AE14},
116 {0x7FFFFFFF, 0x80000000, 0x7FFFFFFF},
120 {0x80000000, 0x00000001, 0x00000000},
121 {0x80000000, 0x00000002, 0x00000000}
    [all...]
udivsi3_test.c 39 {0x00000000, 0x80000000, 0x00000000},
50 {0x00000001, 0x80000000, 0x00000000},
61 {0x00000002, 0x80000000, 0x00000000},
72 {0x00000003, 0x80000000, 0x00000000},
83 {0x00000010, 0x80000000, 0x00000000},
94 {0x078644FA, 0x80000000, 0x00000000},
105 {0x0747AE14, 0x80000000, 0x00000000},
116 {0x7FFFFFFF, 0x80000000, 0x00000000},
120 {0x80000000, 0x00000001, 0x80000000},
    [all...]
addvsi3_test.c 35 // test__addvsi3(0x80000000, -1); // should abort
36 // test__addvsi3(-1, 0x80000000); // should abort
40 if (test__addvsi3(0x80000000, 1))
42 if (test__addvsi3(1, 0x80000000))
44 if (test__addvsi3(0x80000000, 0))
46 if (test__addvsi3(0, 0x80000000))
divsi3_test.c 46 if (test__divsi3(0x80000000, 1, 0x80000000))
48 if (test__divsi3(0x80000000, -1, 0x80000000))
50 if (test__divsi3(0x80000000, -2, 0x40000000))
52 if (test__divsi3(0x80000000, 2, 0xC0000000))
subvsi3_test.c 36 // test__subvsi3(0x80000000, 1); // should abort
37 // test__subvsi3(0, 0x80000000); // should abort
38 // test__subvsi3(1, 0x80000000); // should abort
42 if (test__subvsi3(0x80000000, -1))
44 if (test__subvsi3(0x80000000, 0))
46 if (test__subvsi3(-1, 0x80000000))
  /external/llvm/test/MC/MachO/
section-flags.s 5 // CHECK: 'flags', 0x80000000
  /external/v8/test/mjsunit/regress/
regress-1050043.js 45 assertEquals(2147483648, unsignedShiftRight(0x80000000, 0), "0x80000000 >>> 0");
46 assertEquals(1073741824, unsignedShiftRight(0x80000000, 1), "0x80000000 >>> 1");
47 assertEquals( 536870912, unsignedShiftRight(0x80000000, 2), "0x80000000 >>> 2");
  /bionic/libc/kernel/arch-arm/asm/
spinlock.h 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
spinlock.h 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
spinlock.h 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
spinlock.h 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
spinlock.h 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
spinlock.h 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
spinlock.h 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000)
26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011>>