Home
last modified time | relevance | path

Searched refs:rem1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Ddivmod-eabi.ll62 %rem1 = srem i32 %b, %a
67 %add2 = add nsw i32 %add, %rem1
90 %rem1 = urem i32 %b, %a
95 %add2 = add nuw i32 %add, %rem1
173 %rem1 = srem i32 %b, %rem
177 %add = add nsw i32 %rem1, %rem
/external/llvm/test/Transforms/InstSimplify/
Drem.ll19 define i32 @rem1(i32 %x, i32 %n) {
20 ; CHECK-LABEL: @rem1(
/external/llvm/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll127 %rem1.i = trunc i32 %rem.i to i16 ; <i16> [#uses=1]
128 %conv2.i = or i16 %rem1.i, -16384 ; <i16> [#uses=1]
/external/libxml2/
Dxmlschemastypes.c3519 unsigned long rem1, rem2; in xmlSchemaCompareDecimals() local
3520 rem1 = (hi % 10) * 100000000L; in xmlSchemaCompareDecimals()
3523 mi = (mi + rem1) / 10; in xmlSchemaCompareDecimals()