HomeSort by relevance Sort by last modified time
    Searched refs:idiv (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-idiv-bad.d 3 #error-output: arm-idiv-bad.l
arm-idiv.s 2 .arch_extension idiv
armv7-a+idiv.s 4 .arch_extension idiv
attr-march-armv7-a+idiv.d 1 # name: attributes for -march=armv7-a+idiv
3 # as: -march=armv7-a+idiv
  /external/llvm/test/MC/ARM/
directive-arch_extension-toggle.s 7 .arch_extension idiv
directive-arch_extension-idiv.s 16 .arch_extension idiv
17 @ CHECK-V6: error: architectural extension 'idiv' is not allowed for the current base architecture
18 @ CHECK-V6-NEXT: .arch_extension idiv
20 @ CHECK-V7M: error: architectural extension 'idiv' is not allowed for the current base architecture
21 @ CHECK-V7M-NEXT: .arch_extension idiv
24 .type idiv,%function
25 idiv: label
34 @ CHECK-V6: error: architectural extension 'idiv' is not allowed for the current base architecture
37 @ CHECK-V7M: error: architectural extension 'idiv' is not allowed for the current base architecture
  /external/compiler-rt/lib/builtins/
divsi3.c 19 ARM_EABI_FNALIAS(idiv, divsi3)
  /art/runtime/interpreter/mterp/x86_64/
bindiv.S 20 idiv${suffix} $second
bindiv2addr.S 21 idiv${suffix} $second
  /dalvik/dx/tests/102-verify-nonwide-math/
run 42 oneop idiv
  /external/llvm/test/MC/X86/
intel-syntax.s 424 idiv AL, BL
425 idiv AX, BX
426 idiv EAX, ECX
427 idiv EAX, [ECX*8+EBX+0xdeadbeef]
428 idiv EAX, [0x45]
429 idiv EAX, [0x7eed]
430 idiv EAX, [0xbabecafe]
431 idiv EAX, [0x12345678]
x86-64.s 1104 idiv %bl,%al
1105 idiv %bx,%ax
1106 idiv %ecx,%eax
1107 idiv 0xdeadbeef(%ebx,%ecx,8),%eax
1108 idiv 0x45,%eax
1109 idiv 0x7eed,%eax
1110 idiv 0xbabecafe,%eax
1111 idiv 0x12345678,%eax
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 951 idiv %bl,%al
952 idiv %bx,%ax
953 idiv %ecx,%eax
954 idiv 0xdeadbeef(%ebx,%ecx,8),%eax
955 idiv 0x45,%eax
956 idiv 0x7eed,%eax
957 idiv 0xbabecafe,%eax
958 idiv 0x12345678,%eax
  /prebuilts/go/darwin-x86/test/
divmod.go 215 q, r := idiv(int64(x), int64(y))
232 q, r := idiv(x, y)
249 q, r := idiv(int64(x), int64(y))
266 q, r := idiv(int64(x), int64(y))
283 q, r := idiv(int64(x), int64(y))
437 func idiv(x, y int64) (q, r int64) { func
  /prebuilts/go/linux-x86/test/
divmod.go 215 q, r := idiv(int64(x), int64(y))
232 q, r := idiv(x, y)
249 q, r := idiv(int64(x), int64(y))
266 q, r := idiv(int64(x), int64(y))
283 q, r := idiv(int64(x), int64(y))
437 func idiv(x, y int64) (q, r int64) { func
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_typea.s 49 # CHECK: idiv
52 idiv r1, r2, r3
  /art/test/003-omnibus-opcodes/src/
IntMath.java 525 static void bigDivideOverflow(int idiv, long ldiv) {
530 int intDivResult = mostNegInt / idiv;
531 int intModResult = mostNegInt % idiv;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 169 idiv
ops.d 180 92: 6c idiv
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 31 idiv, idivu, bsll, bsra, bsrl, get, put, nget, nput, cget, cput, enumerator in enum:microblaze_instr
  /external/v8/src/x87/
assembler-x87.h 704 void idiv(Register src) { idiv(Operand(src)); }
705 void idiv(const Operand& src);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
all_insns.s 168 L164: idiv
  /external/v8/src/ia32/
assembler-ia32.h 711 void idiv(Register src) { idiv(Operand(src)); }
712 void idiv(const Operand& src);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_win.cc     [all...]
  /external/libyuv/files/source/
scale_win.cc     [all...]

Completed in 639 milliseconds

1 2 3 4