/external/llvm/test/CodeGen/X86/ |
D | sdiv-pow2.ll | 3 ; No attributes, should not use idiv 13 ; Has minsize (-Oz) attribute, should generate idiv 23 ; Has optsize (-Os) attribute, should not generate idiv
|
D | atom-bypass-slow-division.ll | 70 ; CHECK-NOT: idiv 79 ; CHECK-NOT: idiv 88 ; CHECK-NOT: idiv 99 ; CHECK: idiv 108 ; CHECK: idiv
|
D | 2010-09-01-RemoveCopyByCommutingDef.ll | 22 ; CHECK: idiv
|
D | early-ifcvt.ll | 146 ; Make sure we don't speculate on div/idiv instructions
|
/external/llvm/test/MC/ARM/ |
D | directive-arch_extension-idiv.s | 16 .arch_extension idiv 18 @ CHECK-V6-NEXT: .arch_extension idiv 21 @ CHECK-V7M-NEXT: .arch_extension idiv 24 .type idiv,%function 25 idiv: label
|
D | directive-arch_extension-toggle.s | 7 .arch_extension idiv
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 422 idiv AL, BL 423 idiv AX, BX 424 idiv EAX, ECX 425 idiv EAX, [ECX*8+EBX+0xdeadbeef] 426 idiv EAX, [0x45] 427 idiv EAX, [0x7eed] 428 idiv EAX, [0xbabecafe] 429 idiv EAX, [0x12345678]
|
D | x86-64.s | 1017 idiv %bl,%al 1018 idiv %bx,%ax 1019 idiv %ecx,%eax 1020 idiv 0xdeadbeef(%ebx,%ecx,8),%eax 1021 idiv 0x45,%eax 1022 idiv 0x7eed,%eax 1023 idiv 0xbabecafe,%eax 1024 idiv 0x12345678,%eax
|
/external/llvm/test/CodeGen/ARM/ |
D | krait-cpu-div-attribute.ll | 18 ; DIV_EXTENSION: .arch_extension idiv 19 ; NODIV_KRAIT-NOT: .arch_extension idiv
|
/external/compiler-rt/lib/builtins/ |
D | divsi3.c | 19 ARM_EABI_FNALIAS(idiv, divsi3) in ARM_EABI_FNALIAS() argument
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 170 __ idiv(edx); in TEST() local 171 __ idiv(Operand(edx, ecx, times_1, 1)); in TEST() local 172 __ idiv(Operand(esp, 12)); in TEST() local
|
D | test-disasm-ia32.cc | 170 __ idiv(edx); in TEST() local 171 __ idiv(Operand(edx, ecx, times_1, 1)); in TEST() local 172 __ idiv(Operand(esp, 12)); in TEST() local
|
/external/v8/src/x87/ |
D | assembler-x87.h | 682 void idiv(Register src) { idiv(Operand(src)); } in idiv() function 683 void idiv(const Operand& src);
|
D | assembler-x87.cc | 739 void Assembler::idiv(const Operand& src) { in idiv() function in v8::internal::Assembler
|
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 336 "idiv{b}\t$src", [], IIC_IDIV8>; 339 "idiv{w}\t$src", [], IIC_IDIV16>, OpSize16; 342 "idiv{l}\t$src", [], IIC_IDIV32>, OpSize32; 346 "idiv{q}\t$src", [], IIC_IDIV64>; 352 "idiv{b}\t$src", [], IIC_IDIV8>, 356 "idiv{w}\t$src", [], IIC_IDIV16>, OpSize16, 360 "idiv{l}\t$src", [], IIC_IDIV32>, OpSize32, 364 "idiv{q}\t$src", [], IIC_IDIV64>,
|
D | X86InstrInfo.td | 2784 // div and idiv aliases for explicit A register. 2793 def : InstAlias<"idiv{b}\t{$src, %al|al, $src}", (IDIV8r GR8 :$src)>; 2794 def : InstAlias<"idiv{w}\t{$src, %ax|ax, $src}", (IDIV16r GR16:$src)>; 2795 def : InstAlias<"idiv{l}\t{$src, %eax|eax, $src}", (IDIV32r GR32:$src)>; 2796 def : InstAlias<"idiv{q}\t{$src, %rax|rax, $src}", (IDIV64r GR64:$src)>; 2797 def : InstAlias<"idiv{b}\t{$src, %al|al, $src}", (IDIV8m i8mem :$src)>; 2798 def : InstAlias<"idiv{w}\t{$src, %ax|ax, $src}", (IDIV16m i16mem:$src)>; 2799 def : InstAlias<"idiv{l}\t{$src, %eax|eax, $src}", (IDIV32m i32mem:$src)>; 2800 def : InstAlias<"idiv{q}\t{$src, %rax|rax, $src}", (IDIV64m i64mem:$src)>;
|
D | X86Schedule.td | 172 // idiv
|
D | X86ScheduleAtom.td | 68 // idiv
|
/external/llvm/include/llvm/Support/ |
D | ARMTargetParser.def | 116 ARM_ARCH_EXT_NAME("idiv", (AEK_HWDIVARM | AEK_HWDIV), nullptr, nullptr)
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 690 void idiv(Register src) { idiv(Operand(src)); } in idiv() function 691 void idiv(const Operand& src);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_win.cc | 1328 idiv dword ptr [esp + 8] in FixedDiv_X86() 1345 idiv ecx in FixedDiv1_X86()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 435 #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/elfutils/libcpu/ |
D | ChangeLog | 244 Fix lcall, dec, div, idiv, imul, inc, jmp, ljmp, mul, neg, not, push,
|
/external/valgrind/VEX/test/ |
D | test-amd64.c | 444 #define OP idiv
|
D | test-i386.c | 415 #define OP idiv
|