Searched refs:idiv (Results 1 - 25 of 41) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-toggle.s7 .arch_extension idiv
H A Ddirective-arch_extension-idiv.s16 .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/
H A Ddivsi3.c19 ARM_EABI_FNALIAS(idiv, divsi3)
/external/llvm/test/MC/X86/
H A Dintel-syntax.s424 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]
H A Dx86-64.s1104 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
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-64.s951 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
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
H A Dmblaze_typea.s49 # CHECK: idiv
52 idiv r1, r2, r3
/external/v8/src/x87/
H A Dassembler-x87.h704 void idiv(Register src) { idiv(Operand(src)); }
705 void idiv(const Operand& src);
H A Dassembler-x87.cc816 void Assembler::idiv(const Operand& src) { function in class:v8::internal::Assembler
/external/v8/src/ia32/
H A Dassembler-ia32.h711 void idiv(Register src) { idiv(Operand(src)); }
712 void idiv(const Operand& src);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_win.cc1348 idiv dword ptr [esp + 8]
1365 idiv ecx
/external/libyuv/files/source/
H A Dscale_win.cc1365 idiv dword ptr [esp + 8]
1381 idiv ecx
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86Base.h634 void idiv(Type Ty, GPRRegister reg);
635 void idiv(Type Ty, const Address &address);
H A DIceAssemblerX86BaseImpl.h3024 void AssemblerX86Base<TraitsType>::idiv(Type Ty, GPRRegister reg) {
3037 void AssemblerX86Base<TraitsType>::idiv(Type Ty, const Address &addr) {
/external/python/cpython2/Lib/test/
H A Dtest_operator.py478 def __idiv__ (self, other): return "idiv"
493 self.assertEqual(operator.idiv (c, 5), "idiv")
508 self.assertEqual(operator.__idiv__ (c, 5), "idiv")
/external/python/cpython2/Modules/
H A Doperator.c409 spam2(idiv,__idiv__, "a = idiv(a, b) -- Same as a /= b when __future__.division is not in effect.")
/external/swiftshader/src/Shader/
H A DShaderCore.hpp243 void idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
H A DPixelProgram.cpp206 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break;
H A DVertexProgram.cpp256 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break;
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h435 #define IDIV_L(a) CHOICE(idivl a, idivl a, _LTOG idiv a)
436 #define IDIV_W(a) CHOICE(idivw a, idivw a, _WTOG idiv a)
1164 #define IDIV_L(a) idiv L_(a)
1165 #define IDIV_W(a) idiv W_(a)
1166 #define IDIV_B(a) idiv B_(a)
/external/valgrind/none/tests/amd64/
H A Dfb_test_amd64.c766 #define OP idiv
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc938 // Check for x % 0, idiv would signal a divide error. We have to
945 // Check for kMinInt % -1, idiv would signal a divide error. We
970 __ idiv(right_reg);
976 __ idiv(right_reg);
1088 __ idiv(divisor);
1228 __ idiv(divisor);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc1239 // Check for x % 0, idiv would signal a divide error. We have to
1246 // Check for kMinInt % -1, idiv would signal a divide error. We
1271 __ idiv(right_reg);
1277 __ idiv(right_reg);
1389 __ idiv(divisor);
1529 __ idiv(divisor);
/external/annotation-tools/asmx/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/TestAll.class " package serp public serp.TestAll ...
/external/annotation-tools/asmx/test/lib/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/ serp/bytecode/ serp/bytecode/lowlevel/ serp/bytecode/visitor/ serp/ ...

Completed in 674 milliseconds

12