HomeSort by relevance Sort by last modified time
    Searched refs:negs (Results 1 - 15 of 15) sorted by null

  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s 540 negs w9, w10, lsl #-1
541 negs w9, w10, lsl #32
542 negs w11, w12, lsr #-1
543 negs w11, w12, lsr #32
544 negs w19, wzr, asr #-1
545 negs wzr, wzr, asr #32
546 negs x9, x10, lsl #-1
547 negs x9, x10, lsl #64
548 negs x11, x12, lsr #-1
549 negs x11, x12, lsr #6
    [all...]
basic-a64-instructions.s 547 // CHECK: negs w20, w4 // encoding: [0xf4,0x03,0x04,0x6b]
577 // CHECK: negs x20, x4 // encoding: [0xf4,0x03,0x04,0xeb]
    [all...]
arm64-aliases.s 121 negs w0, w1
122 ; CHECK: negs w0, w1
123 negs w0, w1, lsl #1
124 ; CHECK: negs w0, w1, lsl #1
125 negs x0, x1
126 ; CHECK: negs x0, x1
127 negs x0, x1, asr #1
128 ; CHECK: negs x0, x1, asr #1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 443 negs r3, r4
  /external/valgrind/main/none/tests/arm/
v6intThumb.stdout.exp 88 NEGS-16 0x109
89 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 0, cpsr 0x80000000 N
90 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 0, cpsr 0x80000000 N
91 negs r0, r1 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x60000000 ZC
92 negs r0, r1 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x90000000 N V
93 negs r0, r1 :: rd 0x7fffffff rm 0x80000001, c:v-in 0, cpsr 0x00000000
94 negs r0, r1 :: rd 0x00000001 rm 0xffffffff, c:v-in 0, cpsr 0x00000000
95 negs r0, r1 :: rd 0x80000001 rm 0x7fffffff, c:v-in 0, cpsr 0x80000000 N
96 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 1, cpsr 0x80000000 N
97 negs r0, r1 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x60000000 ZC
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 264 int negs; member in struct:_xmlAutomata
450 (ctxt->negs == 0) &&
692 ret->negs = 0;
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
assembler-arm64.cc 903 void Assembler::negs(const Register& rd, const Operand& operand) { function in class:v8::internal::Assembler
    [all...]
  /external/libxml2/
xmlregexp.c 268 int negs; member in struct:_xmlAutomata
454 (ctxt->negs == 0) &&
696 ret->negs = 0;
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 768 void negs(const Register& rd,
    [all...]
assembler-a64.cc 591 void Assembler::negs(const Register& rd, const Operand& operand) { function in class:vixl::Assembler
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 358 COMPARE(negs(w1, Operand(w2)), "negs w1, w2");
359 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61");
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 320 COMPARE(negs(w1, Operand(w2)), "negs w1, w2");
321 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61");
    [all...]

Completed in 285 milliseconds