Searched refs:idiv (Results 1 - 25 of 32) 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.h709 void idiv(Register src) { idiv(Operand(src)); }
710 void idiv(const Operand& src);
H A Dassembler-x87.cc811 void Assembler::idiv(const Operand& src) { function in class:v8::internal::Assembler
/external/v8/src/ia32/
H A Dassembler-ia32.h716 void idiv(Register src) { idiv(Operand(src)); }
717 void idiv(const Operand& src);
H A Dassembler-ia32.cc940 void Assembler::idiv(const Operand& src) { function in class:v8::internal::Assembler
/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/src/Shader/
H A DShaderCore.hpp275 void idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
H A DPixelProgram.cpp205 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break;
H A DVertexProgram.cpp249 case Shader::OPCODE_IDIV: idiv(d, s0, s1); break;
H A DShaderCore.cpp766 void ShaderCore::idiv(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
/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)
1172 #define IDIV_L(a) idiv L_(a)
1173 #define IDIV_W(a) idiv W_(a)
1174 #define IDIV_B(a) idiv B_(a)
/external/valgrind/VEX/test/
H A Dtest-amd64.c444 #define OP idiv
H A Dtest-i386.c415 #define OP idiv
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc934 // Check for x % 0, idiv would signal a divide error. We have to
941 // Check for kMinInt % -1, idiv would signal a divide error. We
966 __ idiv(right_reg);
972 __ idiv(right_reg);
1084 __ idiv(divisor);
1224 __ idiv(divisor);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc1235 // Check for x % 0, idiv would signal a divide error. We have to
1242 // Check for kMinInt % -1, idiv would signal a divide error. We
1267 __ idiv(right_reg);
1273 __ idiv(right_reg);
1385 __ idiv(divisor);
1525 __ idiv(divisor);
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc829 __ idiv(i.InputOperand(1));
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc929 __ idiv(i.InputOperand(1));
/external/v8/src/x64/
H A Dassembler-x64.h430 V(idiv) \

Completed in 579 milliseconds

12