/external/llvm/test/CodeGen/ARM/ |
2011-08-29-SchedCycle.ll | 36 %tmp5 = udiv i64 %tmp, 30
|
2012-05-04-vmov.ll | 11 %div = udiv <2 x i32> %A, %B
|
/external/llvm/test/CodeGen/X86/ |
2011-03-09-Physreg-Coalescing.ll | 16 %div = udiv i8 %tmp1, 10
|
fast-isel-divrem-x86-64.ll | 25 %result = udiv i64 %dividend, %divisor
|
/external/llvm/test/Transforms/IndVarSimplify/ |
exit_value_test3.ll | 7 ; CHECK: udiv
|
udiv.ll | 8 ; Indvars shouldn't emit a udiv here, because there's no udiv in the 130 ; IndVars doesn't emit a udiv in for.body.preheader since SCEVExpander::expand will 131 ; find out there's already a udiv in the original code. 135 ; CHECK-NOT: udiv 139 %div0 = udiv i64 %n, 7 ; <i64> [#uses=1] 152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1]
|
exit_value_test2.ll | 5 ; udiv will be introduced by expand and the cost will be high. 8 ; CHECK-NOT: udiv
|
/external/llvm/test/Transforms/Inline/ |
ephemeral.ll | 15 %a4 = udiv i32 %a3, -13
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
undefined.ll | 8 %a = udiv i64 %x, 0
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2011-08-29-SchedCycle.ll | 36 %tmp5 = udiv i64 %tmp, 30
|
div.ll | 15 %tmp1 = udiv i32 %a, %b ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2011-03-09-Physreg-Coalescing.ll | 16 %div = udiv i8 %tmp1, 10
|
div8.ll | 18 %div = udiv i8 %tmp, %tmp1
|
/external/valgrind/none/tests/arm/ |
intdiv.c | 11 "mov r9, %1 ; mov r10, %2 ; udiv r3,r9,r10 ; mov %0, r3"
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
udiv.ll | 8 ; Indvars shouldn't emit a udiv here, because there's no udiv in the 130 ; IndVars shouldn't be afraid to emit a udiv here, since there's a udiv in 135 ; CHECK-NEXT: udiv 139 %div0 = udiv i64 %n, 7 ; <i64> [#uses=1] 152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1]
|
/external/llvm/test/Bitcode/ |
binaryIntInstructions.3.2.ll | 142 define void @udiv(i8 %x1){ 144 ; CHECK: %res1 = udiv i8 %x1, %x1 145 %res1 = udiv i8 %x1, %x1 147 ; CHECK-NEXT: %res2 = udiv exact i8 %x1, %x1 148 %res2 = udiv exact i8 %x1, %x1
|
/prebuilts/go/darwin-x86/src/runtime/ |
vlop_arm.s | 93 // func runtime·udiv(n, d uint32) (q, r uint32) 105 TEXT runtime·udiv(SB),NOSPLIT,$-4 211 // is if the stack grows (which it can't, udiv is nosplit) 228 BL runtime·udiv(SB) 246 BL runtime·udiv(SB) 270 BL runtime·udiv(SB) /* none/both neg */ 278 BL runtime·udiv(SB) /* one neg */ 301 BL runtime·udiv(SB) /* neg numerator */ 305 BL runtime·udiv(SB) /* pos numerator */
|
/prebuilts/go/linux-x86/src/runtime/ |
vlop_arm.s | 93 // func runtime·udiv(n, d uint32) (q, r uint32) 105 TEXT runtime·udiv(SB),NOSPLIT,$-4 211 // is if the stack grows (which it can't, udiv is nosplit) 228 BL runtime·udiv(SB) 246 BL runtime·udiv(SB) 270 BL runtime·udiv(SB) /* none/both neg */ 278 BL runtime·udiv(SB) /* one neg */ 301 BL runtime·udiv(SB) /* neg numerator */ 305 BL runtime·udiv(SB) /* pos numerator */
|
/external/llvm/test/Assembler/ |
flags.ll | 115 ; CHECK: %z = udiv exact i64 %x, %y 116 %z = udiv exact i64 %x, %y 121 ; CHECK: %z = udiv i64 %x, %y 122 %z = udiv i64 %x, %y 183 ; CHECK: ret i64 udiv exact (i64 ptrtoint (i64* @addr to i64), i64 91) 184 ret i64 udiv exact (i64 ptrtoint (i64* @addr to i64), i64 91)
|
/external/llvm/test/Transforms/LICM/ |
speculate.ll | 4 ; UDiv is safe to speculate if the denominator is known non-zero. 7 ; CHECK: %div = udiv i64 %x, 2 22 %div = udiv i64 %x, 2 36 ; UDiv is unsafe to speculate if the denominator is not known non-zero. 39 ; CHECK-NOT: udiv 54 %div = udiv i64 %x, %m
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
flags.ll | 114 ; CHECK: %z = udiv exact i64 %x, %y 115 %z = udiv exact i64 %x, %y 120 ; CHECK: %z = udiv i64 %x, %y 121 %z = udiv i64 %x, %y 182 ; CHECK: ret i64 udiv exact (i64 ptrtoint (i64* @addr to i64), i64 91) 183 ret i64 udiv exact (i64 ptrtoint (i64* @addr to i64), i64 91)
|
/external/llvm/test/CodeGen/SPARC/ |
basictest.ll | 50 ; CHECK: udiv %o0, %o1, %o0 52 %r = udiv i32 %a, %b
|
/external/llvm/test/MC/ARM/ |
directive-arch_extension-idiv.s | 26 udiv r0, r1, r2 43 udiv r0, r1, r2
|
/external/llvm/test/Transforms/ConstantHoisting/ARM/ |
bad-cases.ll | 74 ; CHECK: %res1 = udiv i32 %l1, 1000000000 83 %res1 = udiv i32 %l1, 1000000000
|
/external/llvm/test/Transforms/PhaseOrdering/ |
scev.ll | 13 %div = udiv i64 %d, 4 42 %div = udiv i64 %d, 2
|