Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml771 Attribute.Zext -> Int32.shift_left 1l 0
772 | Attribute.Sext -> Int32.shift_left 1l 1
773 | Attribute.Noreturn -> Int32.shift_left 1l 2
774 | Attribute.Inreg -> Int32.shift_left 1l 3
775 | Attribute.Structret -> Int32.shift_left 1l 4
776 | Attribute.Nounwind -> Int32.shift_left 1l 5
777 | Attribute.Noalias -> Int32.shift_left 1l 6
778 | Attribute.Byval -> Int32.shift_left 1l 7
779 | Attribute.Nest -> Int32.shift_left 1l 8
780 | Attribute.Readnone -> Int32.shift_left 1l 9
[all …]
/external/libxaac/decoder/
Dixheaacd_basic_ops.h51 static PLATFORM_INLINE UWORD32 ixheaacd_extu(UWORD32 a, WORD32 shift_left, in ixheaacd_extu() argument
54 x = (UWORD32)a << shift_left; in ixheaacd_extu()
/external/llvm-project/llvm/test/CodeGen/Mips/
Dmicromips-shift.ll11 define i32 @shift_left() nounwind {
/external/llvm/test/CodeGen/Mips/
Dmicromips-shift.ll11 define i32 @shift_left() nounwind {
/external/llvm-project/mlir/test/IR/
Dcore-ops.mlir470 // CHECK: %{{[0-9]+}} = shift_left %arg2, %arg2 : i32
471 %124 = "std.shift_left"(%i, %i) : (i32, i32) -> i32
473 // CHECK:%{{[0-9]+}} = shift_left %[[I2]], %[[I2]] : i32
474 %125 = shift_left %i2, %i2 : i32
476 // CHECK: %{{[0-9]+}} = shift_left %arg3, %arg3 : index
477 %126 = shift_left %idx, %idx : index
479 // CHECK: %{{[0-9]+}} = shift_left %cst_5, %cst_5 : vector<42xi32>
480 %127 = shift_left %vci32, %vci32 : vector<42 x i32>
482 // CHECK: %{{[0-9]+}} = shift_left %cst_4, %cst_4 : tensor<42xi32>
483 %128 = shift_left %tci32, %tci32 : tensor<42 x i32>
/external/skqp/src/core/
DSkMipMap.cpp93 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function
97 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function
286 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
/external/skia/src/core/
DSkMipmap.cpp177 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function
181 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function
370 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dhlo-legalize-to-lhlo.mlir399 // CHECK-LABEL: func @shift_left
400 func @shift_left(%lhs: tensor<2x2xi32>, %rhs: tensor<2x2xi32>)
402 %result = "mhlo.shift_left"(%lhs, %rhs)
404 // CHECK: "lmhlo.shift_left"(%{{.*}}, %{{.*}})
Dhlo-legalize-to-linalg.mlir824 func @shift_left(%lhs: tensor<2x2xi32>,
826 %result = "mhlo.shift_left"(%lhs, %rhs)
830 // CHECK-LABEL: func @shift_left
834 // CHECK-NEXT: %[[RESULT:.*]] = shift_left %[[LHS]], %[[RHS]] : i32
Dchlo_legalize_to_hlo_broadcasts.mlir204 // CHECK: mhlo.shift_left %arg0, %arg1
Dlhlo_ops.mlir705 "lmhlo.shift_left"(%arg0, %arg1, %arg_out) : (memref<1xi32>, memref<1xi32>, memref<1xi32>) -> ()
713 "lmhlo.shift_left"(%arg0, %arg1, %arg_out) : (memref<1xf32>, memref<1xf32>, memref<1xf32>) -> ()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-binary-elementwise.mlir77 // CHECK-LABEL: func @shift_left
78 func @shift_left(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>) -> tensor<4xi32> {
79 // CHECK: mhlo.shift_left %arg0, %arg1 : tensor<4xi32>
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8.h1689 const bool shift_left = (output_shift > 0);
1690 const int32 multiplier_power_of_two = shift_left ? (1 << output_shift) : 1;
1864 if (!shift_left) {
1909 if (!shift_left) {
1947 if (!shift_left) {
Dlegacy_optimized_ops.h787 const bool shift_left = (output_shift > 0); in LegacyFullyConnectedAsGEMVWorkerImpl() local
959 if (shift_left) { in LegacyFullyConnectedAsGEMVWorkerImpl()
1809 const bool shift_left = (output_shift > 0); in LegacyInt8FullyConnectedAsGEMVWorkerImpl() local
1970 if (shift_left) { in LegacyInt8FullyConnectedAsGEMVWorkerImpl()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc4143 int32_t shift_left = 0; in WriteFramesLessThan() local
4164 ++shift_left; in WriteFramesLessThan()
4174 if (shift_left > 0) { in WriteFramesLessThan()
4175 if (shift_left >= frames_size_) in WriteFramesLessThan()
4178 const int32_t new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan()
4180 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc4143 int32_t shift_left = 0; in WriteFramesLessThan() local
4164 ++shift_left; in WriteFramesLessThan()
4174 if (shift_left > 0) { in WriteFramesLessThan()
4175 if (shift_left >= frames_size_) in WriteFramesLessThan()
4178 const int32_t new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan()
4180 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
/external/libwebm/mkvmuxer/
Dmkvmuxer.cc4148 int32_t shift_left = 0; in WriteFramesLessThan() local
4173 ++shift_left; in WriteFramesLessThan()
4183 if (shift_left > 0) { in WriteFramesLessThan()
4184 if (shift_left >= frames_size_) in WriteFramesLessThan()
4187 const int32_t new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan()
4189 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py201 shift_left = _broadcasting_binary_op(bitwise_ops.left_shift) variable
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp644 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
646 shift_left; // shift anything above the msbit off of the unsigned edge in bits()
647 value >>= shift_left + lsbit; // shift it back again down to the lsbit in bits()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp796 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
798 shift_left; // shift anything above the msbit off of the unsigned edge in bits()
799 value >>= (shift_left + lsbit); // shift it back again down to the lsbit in bits()
/external/llvm-project/mlir/test/Conversion/StandardToSPIRV/
Dstd-ops-to-spirv.mlir240 %0 = shift_left %arg0, %arg1 : i32
251 %0 = shift_left %arg0, %arg1 : vector<4xi32>
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dops.mlir543 // CHECK: lmhlo.shift_left
546 %res = "mhlo.shift_left"(%value0, %value1) : (tensor<2x2xi32>, tensor<2x2xi32>) -> tensor<2x2xi32>
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_ops.td189 def LHLO_ShiftLeftOp : LHLO_BinaryElementwiseOp<"shift_left", LHLO_IntBuffer>, BASE_HLO_ShiftLeftOp;
Dhlo_ops.td354 def HLO_ShiftLeftOp : HLO_BinaryElementwiseOp<"shift_left",
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlegalize_hlo.mlir100 // CHECK-LABEL: func @shift_left(
106 func @shift_left(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>) -> tensor<4xi32> {
107 %0 = mhlo.shift_left %arg0, %arg1 : tensor<4xi32>

12