Home
last modified time | relevance | path

Searched refs:shifts (Results 1 – 25 of 119) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/
H A Dint-mul-05.ll5 ; Check multiplication by 2, which should use shifts.
32 ; Check the next value up, which should use shifts.
59 ; Check the next value up, which should use shifts.
86 ; Check multiplication by -2, which should use shifts.
114 ; Check the next value down, which should use shifts.
142 ; Check the next value down, which should use shifts.
H A Dint-mul-06.ll5 ; Check multiplication by 2, which should use shifts.
32 ; Check the next value up, which should use shifts.
59 ; Check the next value up, which should use shifts.
86 ; Check multiplication by -2, which should use shifts.
114 ; Check the next value down, which should use shifts.
142 ; Check the next value down, which should use shifts.
H A Dshift-01.ll1 ; Test 32-bit shifts left.
23 ; We don't generate shifts by out-of-range values.
42 ; Check variable shifts.
94 ; Check that we don't try to generate "indexed" shifts.
H A Dshift-02.ll1 ; Test 32-bit logical shifts right.
23 ; We don't generate shifts by out-of-range values.
42 ; Check variable shifts.
94 ; Check that we don't try to generate "indexed" shifts.
H A Dshift-03.ll1 ; Test 32-bit arithmetic shifts right.
23 ; We don't generate shifts by out-of-range values.
42 ; Check variable shifts.
94 ; Check that we don't try to generate "indexed" shifts.
H A Dshift-05.ll1 ; Test 32-bit shifts left.
23 ; We don't generate shifts by out-of-range values.
32 ; Check variable shifts.
129 ; Check that we don't try to generate "indexed" shifts.
H A Dshift-07.ll1 ; Test 32-bit arithmetic shifts right.
23 ; We don't generate shifts by out-of-range values.
32 ; Check variable shifts.
129 ; Check that we don't try to generate "indexed" shifts.
H A Dshift-06.ll1 ; Test 32-bit logical shifts right.
23 ; We don't generate shifts by out-of-range values.
32 ; Check variable shifts.
129 ; Check that we don't try to generate "indexed" shifts.
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A DBN_set_bit.pod39 BN_lshift() shifts B<a> left by B<n> bits and places the result in
40 B<r> (C<r=a*2^n>). Note that B<n> must be non-negative. BN_lshift1() shifts
43 BN_rshift() shifts B<a> right by B<n> bits and places the result in
44 B<r> (C<r=a/2^n>). Note that B<n> must be non-negative. BN_rshift1() shifts
/minix3/external/bsd/llvm/dist/llvm/test/TableGen/
H A Dmath.td4 def shifts {
10 // CHECK: def shifts
/minix3/external/bsd/byacc/dist/
H A Ddefs.h234 typedef struct shifts shifts; typedef
235 struct shifts struct
237 struct shifts *next; argument
372 extern shifts *first_shift;
376 extern shifts **shift_table;
H A Dlr0.c26 shifts *first_shift;
32 static shifts *last_shift;
388 shifts *p; in show_shifts()
408 shifts *p; in save_shifts()
413 p = (shifts *)allocate((sizeof(shifts) + in save_shifts()
H A Dlalr.c39 shifts **shift_table;
98 shifts *sp; in set_shift_table()
100 shift_table = NEW2(nstates, shifts *); in set_shift_table()
183 shifts *sp; in set_goto_map()
285 shifts *sp; in initialize_F()
363 shifts *sp; in build_relations()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 …2* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shifts) nounwind ssp {
30 %2 = ashr i32 %j.06, %shifts ; <i32> [#uses=1]
H A Dx86_64-mul-by-const.ll2 ; Formerly there were two shifts. rdar://8771012.
H A Dx86-64-extend-shift.ll2 ; Formerly there were two shifts.
H A Dlower-vec-shift.ll6 ; Verify that the following shifts are lowered into a sequence of two shifts plus
9 ; emit a simpler sequence of two shifts + blend when possible.
H A Dshift-combine-crash.ll7 ; split into two legal shifts that work on <2 x i64> elements.
19 ; Also, verify that DAGCombiner doesn't crash when trying to combine shifts
H A Dvshift-3.ll3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
H A Dvshift-1.ll3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
/minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/MCJIT/
H A D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.
/minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/
H A D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A D2012-04-30-SRem.ll11 ; The shifts were wrongly being turned into an and with 112
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_gcd.c159 int shifts = 0; in euclid() local
205 shifts++; in euclid()
211 if (shifts) { in euclid()
212 if (!BN_lshift(a, a, shifts)) in euclid()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DREADME-UNIMPLEMENTED.txt10 1) vector shifts

12345