Searched refs:sdiv (Results 1 - 25 of 47) sorted by relevance

12

/external/clang/test/CodeGen/
H A DBasicInstrs.c9 int sdiv(int X, int Y) { function
/external/llvm/test/MC/ARM/
H A Didiv.s13 sdiv r1, r2, r3
15 @ A15-ARM: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
17 @ A15-THUMB: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
20 @ A15-ARM-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
22 @ A15-THUMB-NOARMHWDIV: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
25 @ ARMV8: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
27 @ THUMBV8: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
30 @ ARMV8-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x12,0xf3,0x11,0xe7]
32 @ THUMBV8-NOTHUMBHWDIV: sdiv r1, r2, r3 @ encoding: [0x92,0xfb,0xf3,0xf1]
H A Dinvalid-idiv.s10 sdiv r1, r2, r3
13 @ ARM-A15: sdiv r1, r2, r3
17 @ THUMB-A15: sdiv r1, r2, r3
22 @ ARM: sdiv r1, r2, r3
26 @ THUMB: sdiv r1, r2, r3
H A Ddirective-arch_extension-idiv.s29 sdiv r0, r1, r2
48 sdiv r0, r1, r2
/external/openssl/crypto/bn/
H A Dbn_div.c185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
229 sdiv=BN_CTX_get(ctx);
233 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL)
238 if (!(BN_lshift(sdiv,divisor,norm_shift))) goto err;
239 sdiv->neg=0;
246 /* Since we don't know whether snum is larger than sdiv,
250 if (snum->top <= sdiv->top+1)
252 if (bn_wexpand(snum, sdiv->top + 2) == NULL) goto err;
253 for (i = snum->top; i < sdiv->top + 2; i++) snum->d[i] = 0;
254 snum->top = sdiv
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c118 BIGNUM *tmp, wnum, *snum, *sdiv, *res; local
157 sdiv = BN_CTX_get(ctx);
163 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL) {
169 if (!(BN_lshift(sdiv, divisor, norm_shift))) {
172 sdiv->neg = 0;
180 /* Since we don't know whether snum is larger than sdiv,
184 if (snum->top <= sdiv->top + 1) {
185 if (bn_wexpand(snum, sdiv->top + 2) == NULL) {
188 for (i = snum->top; i < sdiv->top + 2; i++) {
191 snum->top = sdiv
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dhistory.js131 var sdiv = document.createElement('div');
132 sdiv.className = 'cvoxHistoryEventSpoken';
133 sdiv.innerHTML = this.spoken_[i].substr(0, 20);
135 sdiv.innerHTML += '...';
137 div.appendChild(sdiv);
/external/compiler-rt/lib/builtins/arm/
H A Ddivmodsi4.S36 sdiv r0, r3, r1
H A Ddivsi3.S36 sdiv r0, r0, r1
H A Dmodsi3.S34 sdiv r2, r0, r1
/external/llvm/test/MC/Sparc/
H A Dsparc-alu-instructions.s22 ! CHECK: sdiv %g1, %g2, %g3 ! encoding: [0x86,0x78,0x40,0x02]
23 sdiv %g1, %g2, %g3
/external/llvm/include/llvm/ADT/
H A DAPSInt.h96 *this = sdiv(RHS);
105 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
H A DAPInt.h68 /// of the operation. For example, sdiv and udiv. However, because the bit
900 APInt LLVM_ATTRIBUTE_UNUSED_RESULT sdiv(const APInt &RHS) const;
1829 inline APInt sdiv(const APInt &LHS, const APInt &RHS) { return LHS.sdiv(RHS); }
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp168 EXPECT_EQ(neg_one, one.sdiv(neg_one));
169 EXPECT_EQ(neg_one, neg_one.sdiv(one));
170 EXPECT_EQ(one, neg_one.sdiv(neg_one));
171 EXPECT_EQ(one, one.sdiv(one));
/external/llvm/utils/vim/
H A Dllvm.vim32 syn keyword llvmStatement olt one or ord phi ptrtoint resume ret sdiv select
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s380 sdiv w1, w2, w3
381 sdiv x1, x2, x3
385 ; CHECK: sdiv w1, w2, w3 ; encoding: [0x41,0x0c,0xc3,0x1a]
386 ; CHECK: sdiv x1, x2, x3 ; encoding: [0x41,0x0c,0xc3,0x9a]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1305 Q = Delta.sdiv(G);
1425 APInt TMUL = BM.sdiv(G);
1444 TMUL = AM.sdiv(G);
1838 APInt TMUL = BM.sdiv(G);
1857 TMUL = AM.sdiv(G);
3051 APInt CdivB = Charlie.sdiv(Beta);
3066 APInt CdivA = Charlie.sdiv(Alpha);
3080 APInt CdivA = Charlie.sdiv(Alpha);
H A DScalarEvolutionExpander.cpp231 C->getValue()->getValue().sdiv(
260 SE.getConstant(C->getValue()->getValue().sdiv(
/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc1107 Format(instr, "sdiv'cond'b 'rn, 'rm, 'rs");
/external/llvm/lib/Support/
H A DAPInt.cpp1880 APInt APInt::sdiv(const APInt &RHS) const {
2026 return sdiv(RHS);
2033 Overflow = Res.sdiv(RHS) != *this || Res.sdiv(*this) != RHS;
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml236 * CHECK: @const_sdiv = global i64 sdiv
237 * CHECK: @const_exact_sdiv = global i64 sdiv exact
1222 * CHECK: %build_sdiv = sdiv i32 %P1, %P2
1223 * CHECK: %build_exact_sdiv = sdiv exact i32 %P1, %P2
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc213 __ sdiv(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1));
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp465 /// Keyword sdiv, float, ...
702 INSTKEYWORD(udiv, UDiv); INSTKEYWORD(sdiv, SDiv); INSTKEYWORD(fdiv, FDiv);
/external/qemu/target-arm/
H A Dhelper.h13 DEF_HELPER_2(sdiv, s32, s32, s32)
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp698 // Additional macros to execute binary operations udiv/sdiv/urem/srem since
736 case Instruction::SDiv: INTEGER_VECTOR_FUNCTION(sdiv) break;
778 case Instruction::SDiv: R.IntVal = Src1.IntVal.sdiv(Src2.IntVal); break;
2033 case Instruction::SDiv: Dest.IntVal = Op0.IntVal.sdiv(Op1.IntVal); break;

Completed in 5081 milliseconds

12