/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | ECAlgorithms.java | 362 boolean[] negs = new boolean[count]; 368 BigInteger ki = ks[i]; negs[i] = ki.signum() < 0; ki = ki.abs(); 375 return implSumOfMultiplies(negs, infos, wnafs); 414 boolean[] negs = new boolean[fullCount]; 422 BigInteger kj0 = ks[j0]; negs[j0] = kj0.signum() < 0; kj0 = kj0.abs(); 423 BigInteger kj1 = ks[j1]; negs[j1] = kj1.signum() < 0; kj1 = kj1.abs(); 434 return implSumOfMultiplies(negs, infos, wnafs); 437 private static ECPoint implSumOfMultiplies(boolean[] negs, WNafPreCompInfo[] infos, byte[][] wnafs) argument 463 ECPoint[] table = (wi < 0 == negs[j]) ? info.getPreComp() : info.getPreCompNeg();
|
/external/llvm/test/MC/AArch64/ |
H A D | 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 x1 [all...] |
H A D | basic-a64-instructions.s | 559 // CHECK: negs w20, w4 // encoding: [0xf4,0x03,0x04,0x6b] 589 // CHECK: negs x20, x4 // encoding: [0xf4,0x03,0x04,0xeb] 791 negs w29, w30 792 negs w30, wzr 793 negs wzr, w0 794 // CHECK: negs w29, w30 // encoding: [0xfd,0x03,0x1e,0x6b] 795 // CHECK: negs w30, wzr // encoding: [0xfe,0x03,0x1f,0x6b] 798 negs w28, w27, lsl #0 799 negs w26, w25, lsl #29 800 negs w2 [all...] |
H A D | 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
|
/external/llvm/test/MC/ARM/ |
H A D | basic-thumb-instructions.s | 443 negs r3, r4
|
/external/libxml2/ |
H A D | xmlregexp.c | 268 int negs; member in struct:_xmlAutomata 454 (ctxt->negs == 0) && 696 ret->negs = 0; 5847 am->negs++;
|
/external/v8/test/cctest/ |
H A D | test-disasm-arm64.cc | 371 COMPARE(negs(w1, Operand(w2)), "negs w1, w2"); 372 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61");
|
/external/boringssl/src/crypto/chacha/ |
H A D | chacha_vec_arm.S | 1015 negs r1, r1
|
/external/v8/src/arm64/ |
H A D | assembler-arm64.h | 1048 void negs(const Register& rd,
|
H A D | assembler-arm64.cc | 1137 void Assembler::negs(const Register& rd, const Operand& operand) { function in class:v8::internal::Assembler
|
/external/valgrind/none/tests/arm/ |
H A D | v6intThumb.stdout.exp | 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 98 negs r [all...] |
/external/vixl/src/vixl/a64/ |
H A D | assembler-a64.h | 1341 void negs(const Register& rd,
|
H A D | assembler-a64.cc | 941 void Assembler::negs(const Register& rd, const Operand& operand) {
|
/external/vixl/test/ |
H A D | test-disasm-a64.cc | 370 COMPARE(negs(w1, Operand(w2)), "negs w1, w2"); 371 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61");
|