| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/ |
| H A D | int-mul-05.ll | 5 ; 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 D | int-mul-06.ll | 5 ; 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 D | shift-01.ll | 1 ; 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 D | shift-02.ll | 1 ; 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 D | shift-03.ll | 1 ; 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 D | shift-05.ll | 1 ; 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 D | shift-07.ll | 1 ; 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 D | shift-06.ll | 1 ; 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 D | BN_set_bit.pod | 39 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 D | math.td | 4 def shifts { 10 // CHECK: def shifts
|
| /minix3/external/bsd/byacc/dist/ |
| H A D | defs.h | 234 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 D | lr0.c | 26 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 D | lalr.c | 39 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 D | phys_subreg_coalesce-3.ll | 9 …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 D | x86_64-mul-by-const.ll | 2 ; Formerly there were two shifts. rdar://8771012.
|
| H A D | x86-64-extend-shift.ll | 2 ; Formerly there were two shifts.
|
| H A D | lower-vec-shift.ll | 6 ; 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 D | shift-combine-crash.ll | 7 ; 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 D | vshift-3.ll | 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
|
| H A D | vshift-1.ll | 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
|
| /minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/MCJIT/ |
| H A D | 2003-01-09-SARTest.ll | 3 ; We were accidentally inverting the signedness of right shifts. Whoops.
|
| /minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/ |
| H A D | 2003-01-09-SARTest.ll | 3 ; We were accidentally inverting the signedness of right shifts. Whoops.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/ |
| H A D | 2012-04-30-SRem.ll | 11 ; The shifts were wrongly being turned into an and with 112
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bn_gcd.c | 159 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 D | README-UNIMPLEMENTED.txt | 10 1) vector shifts
|