Displaying 1 result from an estimated 1 matches for "srclow".
Did you mean:
srcloc
2012 May 14
0
[LLVMdev] Register coalescing (Subregs and SuperRegs)
...(ins IntRegs:$src1, IntRegs:$src2),
"$dst = combine($src1, $src2)",
[]>;
def: Pat<(i64 (or (i64 (shl (i64 DoubleRegs:$srcHigh),
(i32 32))),
(i64 DoubleRegs:$srcLow))),
(i64 (COMBINE_rr (EXTRACT_SUBREG (i64 DoubleRegs:$srcHigh),
subreg_loreg),
(EXTRACT_SUBREG (i64
DoubleRegs:$srcLow), subreg_loreg)))>;
------------------------------------------------------------------
Thanks,
Pranav
Qualcomm Innovat...