Searched refs:lshift (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 181 int lshift{leadz}; in Multiply() local 183 lshift = exponent - 1; in Multiply() 185 exponent -= lshift; in Multiply() 494 int lshift{fraction.LEADZ()}; in Normalize() local 498 exponent = lshift = 0; in Normalize() 500 exponent -= lshift; in Normalize() 502 lshift = exponent - 1; in Normalize() 504 } else if (lshift == 0) { in Normalize() 507 lshift = 0; in Normalize() 531 if (lshift > 0) { in Normalize() [all …]
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | binary-to-decimal.cpp | 34 int lshift{x.exponentBits}; local 35 if (twoPow <= -lshift) { 36 twoPow += lshift; 37 lshift = 0; 39 lshift += twoPow; 43 word <<= lshift;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/CORE/ |
| H A D | offset-reloc-fieldinfo-1.ll | 23 ; unsigned lshift; 26 ; lshift = __builtin_preserve_field_info(arg->b2, FIELD_LSHIFT_U64); 28 ; lshift = lshift + (size << 3) - 64; 30 ; ull <<= lshift; 182 !36 = !DILocalVariable(name: "lshift", scope: !20, file: !1, line: 19, type: !4)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | x86-64-double-shifts-var.ll | 23 ;uint64_t lshift(uint64_t a, uint64_t b, int c) 28 define i64 @lshift(i64 %a, i64 %b, i32 %c) nounwind readnone {
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | aarch64-sve-vector-shift-ops.c | 7 void lshift(svint8_t i8, svint16_t i16, svint32_t i32, svint64_t i64, in lshift() function
|