Home
last modified time | relevance | path

Searched defs:shifted (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dlog2.cpp898 int shifted = static_cast<int>(x_u >> 45); global() variable
H A Dlog.cpp777 int shifted = static_cast<int>(x_u >> 45); global() variable
H A Dlog10.cpp779 int shifted = static_cast<int>(x_u >> 45); global() variable
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1719 uint32_t shifted = in EmulateMVNReg() local
3263 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateADDReg() local
3385 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateCMNReg() local
3511 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateCMPReg() local
5916 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateADCReg() local
6143 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateANDReg() local
6307 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateBICReg() local
8952 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateEORReg() local
9117 uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success); in EmulateORRReg() local
9270 uint32_t shifted = Shift(val2, shift_t, shift_n, APSR_C, &success); in EmulateRSBReg() local
[all …]
/llvm-project/libc/src/__support/
H A Dfloat_to_string.h380 const uint64_t shifted = result >> 29; fast_uint_mod_1e9() local
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp355 Value shifted = rewriter.create<LLVM::ShlOp>(loc, extended, shiftConst); mfmaConcatIfNeeded() local
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp480 const int64_t shifted = 1LL << shift; isSplatOne() local
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build_expr.c81 isl_aff *shifted; in is_non_neg_after_stealing() local
H A Disl_tab_pip.c2883 struct isl_tab *shifted; member
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp962 Value shifted = getStored() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5309 mlir::Value shifted = builder.create<Shift>(loc, ones, shift); genMask() local
6306 mlir::Value shifted = builder.create<Shift>(loc, args[0], shift); genShift() local
6329 mlir::Value shifted = genShiftA() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp246 auto shifted = createLinalgBodyCalculationForElementwiseOp() local