brintos

brintos / llvm-project-archived public Read only

0
0
Text · 428 B · c5f11ee Raw
18 lines · plain
1; RUN: llc < %s -mtriple=msp4302 3define i16 @rol1u16(i16 %x.arg) nounwind {4        %retval = alloca i165        %x = alloca i166        store i16 %x.arg, ptr %x7        %1 = load i16, ptr %x8        %2 = shl i16 %1, 19        %3 = load i16, ptr %x10        %4 = lshr i16 %3, 1511        %5 = or i16 %2, %412        store i16 %5, ptr %retval13        br label %return14return:15        %6 = load i16, ptr %retval16        ret i16 %617}18