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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
addrop.asm 2 idiv al ; F6 F8 label
3 idiv ax ; 66 F7 F8 label
4 idiv eax ; F7 F8 label
5 idiv byte [word 0] ; 67 F6 3E 00 00 label
6 idiv byte [dword 0xFFFFFFFF] ; F6 3D FF FF FF FF label
7 idiv byte [0] ; F6 3D 00 00 00 00 label
8 a16 idiv byte [word 0] ; 67 67 F6 3E 00 00
9 ;a16 idiv byte [dword 0] ; 67 F6 3D 00 00 00 00
10 a16 idiv byte [0] ; 67 F6 3D 00 00
11 a32 idiv byte [0] ; F6 3D 00 00 00 0
14 idiv al label
15 idiv ax label
16 idiv eax label
18 idiv byte [word 0] label
19 idiv byte [dword 0xFFFFFFFF] label
20 idiv byte [0] label
21 idiv dword [es:dword 5] label
22 idiv dword [byte es:5] label
23 idiv word [es:dword edi+5] label
    [all...]
addrop-err.asm 2 a16 idiv byte [dword 0] ; 67 F6 3D 00 00 00 00
  /external/llvm/test/MC/ARM/
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
  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 8 # File idiv.cpp contains code potentially causes divide-by-zero exception. libidiv.so
21 LOCAL_SRC_FILES:= idiv.cpp
  /external/llvm/test/CodeGen/X86/
atom-bypass-slow-division.ll 70 ; CHECK-NOT: idiv
79 ; CHECK-NOT: idiv
88 ; CHECK-NOT: idiv
99 ; CHECK: idiv
108 ; CHECK: idiv
2010-09-01-RemoveCopyByCommutingDef.ll 22 ; CHECK: idiv
  /dalvik/dx/tests/102-verify-nonwide-math/
op_idiv.j 24 idiv
run 42 oneop idiv
expected.txt 30 idiv: expected failure occurred
  /ndk/tests/device/test-cpufeatures/jni/
test_arm_idiv.c 42 // Check that the ARM idiv instruction is supported.
77 printf("status of %s idiv instruction:\n", variant);
  /external/compiler-rt/lib/builtins/
divsi3.c 19 ARM_EABI_FNALIAS(idiv, divsi3)
  /external/llvm/test/MC/X86/
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]
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 79 " xorl %edx, %edx # must be 0 -- used by idiv\n"
84 " idiv %ebx, %eax\n"
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 293 iDiv = 50
295 iDiv = (gWidth)/18
296 if iDiv == 0:
297 iDiv = 50
298 scale = ((self.iLengthInMeasures / iDiv) + 1)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 145 OP12(IDIV)
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 146 "idiv", /* 108*/
Opcode.java 132 int IDIV = 108;
352 -1, // idiv, 108
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 145 OP12(IDIV)