Searched refs:Amt3 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | rotl-64.ll | 16 %Amt3 = zext i8 %Amt2 to i64 17 %tmp2 = shl i64 %A, %Amt3
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rotl-64.ll | 16 %Amt3 = zext i8 %Amt2 to i64 17 %tmp2 = shl i64 %A, %Amt3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | rotl-64.ll | 16 %Amt3 = zext i8 %Amt2 to i64 17 %tmp2 = shl i64 %A, %Amt3
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 23538 SDValue Amt0, Amt1, Amt2, Amt3; in LowerShift() local 23543 Amt3 = DAG.getVectorShuffle(VT, dl, Amt, DAG.getUNDEF(VT), {3, 3, 3, 3}); in LowerShift() 23568 Amt3 = DAG.getVectorShuffle(VT, dl, Amt, Z, {3, 7, -1, -1}); in LowerShift() 23579 Amt3 = DAG.getVectorShuffle(MVT::v8i16, dl, Amt23, Amt23, in LowerShift() 23587 SDValue R3 = DAG.getNode(Opc, dl, VT, R, DAG.getBitcast(VT, Amt3)); in LowerShift()
|