Searched refs:rem1 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | divmod-eabi.ll | 64 %rem1 = srem i32 %b, %a 69 %add2 = add nsw i32 %add, %rem1 92 %rem1 = urem i32 %b, %a 97 %add2 = add nuw i32 %add, %rem1 175 %rem1 = srem i32 %b, %rem 179 %add = add nsw i32 %rem1, %rem
|
/external/llvm/test/Transforms/InstSimplify/ |
D | rem.ll | 19 define i32 @rem1(i32 %x, i32 %n) { 20 ; CHECK-LABEL: @rem1(
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-07-06-TwoAddrAssert.ll | 127 %rem1.i = trunc i32 %rem.i to i16 ; <i16> [#uses=1] 128 %conv2.i = or i16 %rem1.i, -16384 ; <i16> [#uses=1]
|
/external/opencv3/modules/photo/src/ |
D | npr.hpp | 355 int p1,q1,r1,rem1; in compute_NCfilter() local 380 rem1 = (int) a.at<float>(i,j) - r1*h*(w+1); in compute_NCfilter() 381 q1 = rem1/h; in compute_NCfilter() 382 p1 = rem1 - q1*h; in compute_NCfilter()
|
/external/libxml2/ |
D | xmlschemastypes.c | 3519 unsigned long rem1, rem2; in xmlSchemaCompareDecimals() local 3520 rem1 = (hi % 10) * 100000000L; in xmlSchemaCompareDecimals() 3523 mi = (mi + rem1) / 10; in xmlSchemaCompareDecimals()
|