Searched refs:shlp (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | pr17827.ll | 8 %shlp = shl i8 %p, 5 9 %andp = and i8 %shlp, -64 19 %shlp = ashr i8 %p, 5 20 %andp = and i8 %shlp, -64 47 %shlp = shl i8 %p, 5 48 %andp = and i8 %shlp, -64 58 %shlp = shl nsw i8 %p, 5 59 %andp = and i8 %shlp, -64 69 %shlp = lshr i8 %p, 5 70 %andp = and i8 %shlp, -64
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | pr17827.ll | 12 %shlp = shl i8 %p, 5 13 %andp = and i8 %shlp, -64 26 %shlp = ashr i8 %p, 5 27 %andp = and i8 %shlp, -64 73 %shlp = shl i8 %p, 5 74 %andp = and i8 %shlp, -64 85 %shlp = shl <2 x i8> %p, <i8 5, i8 5> 86 %andp = and <2 x i8> %shlp, <i8 -64, i8 -64> 99 %shlp = shl nsw i8 %p, 5 100 %andp = and i8 %shlp, -64 [all …]
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1037 shlp(dst, Immediate(kSmiShift)); in SmiTag() 1179 shlp(dst, Immediate(shift - kSmiShift)); in SmiToIndex()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 989 __ shlp(scratch, Immediate(kPointerSizeLog2)); in Generate_InterpreterPushArgs() local
|