OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shl1
(Results
1 - 9
of
9
) sorted by null
/external/llvm/test/CodeGen/Hexagon/
ashift-left-right.ll
7
%
shl1
= shl i32 16, %a
9
%ret = mul i32 %
shl1
, %shl2
17
%
shl1
= ashr i32 16, %a
19
%ret = mul i32 %
shl1
, %shl2
/external/llvm/test/CodeGen/X86/
targetLoweringGeneric.ll
23
%
shl1
= shl i32 %xor3, %i32In4
24
%sub1 = sub i32 %or2, %
shl1
vec_shift4.ll
3
define <2 x i64> @
shl1
(<4 x i32> %r, <4 x i32> %a) nounwind readnone ssp {
/external/llvm/test/Transforms/InstCombine/
nsw.ll
31
; CHECK-LABEL: @
shl1
(
34
define i64 @
shl1
(i64 %X, i64* %P) nounwind {
rem.ll
193
; CHECK-NEXT: [[
SHL1
:%.*]] = shl i32 1, %x
195
; CHECK-NEXT: [[AND:%.*]] = and i32 [[
SHL1
]], [[SHL2]]
196
; CHECK-NEXT: [[ADD:%.*]] = add i32 [[AND]], [[
SHL1
]]
shift.ll
535
%
shl1
= shl i32 1, %b
536
%shl2 = shl i32 %
shl1
, 2
/external/llvm/test/Transforms/Inline/
inline_minisize.ll
116
%
shl1
= shl i32 %tmp3, 1
117
%add = add nsw i32 %
shl1
, 13
/external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js
72
function
shl1
(a) {
function
87
for (var i=0;i<b;i++) a=
shl1
(a);
/bionic/libc/arch-x86/string/
ssse3-strcpy-atom.S
240
je L(
Shl1
)
419
L(
Shl1
):
[
all
...]
Completed in 1406 milliseconds