Home
last modified time | relevance | path

Searched defs:rop (Results 1 – 25 of 94) sorted by relevance

1234

/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DBinaryOp.java43 Rop rop(TypeList types) { in ADD() method
51 Rop rop(TypeList types) { in SUBTRACT() method
59 Rop rop(TypeList types) { in MULTIPLY() method
67 Rop rop(TypeList types) { in DIVIDE() method
75 Rop rop(TypeList types) { in REMAINDER() method
83 Rop rop(TypeList types) { in AND() method
91 Rop rop(TypeList types) { in OR() method
99 Rop rop(TypeList types) { in XOR() method
107 Rop rop(TypeList types) { in SHIFT_LEFT() method
115 Rop rop(TypeList types) { in SHIFT_RIGHT() method
[all …]
H A DComparison.java31 Rop rop(TypeList types) { in LT() method
39 Rop rop(TypeList types) { in LE() method
47 Rop rop(TypeList types) { in EQ() method
55 Rop rop(TypeList types) { in GE() method
63 Rop rop(TypeList types) { in GT() method
71 Rop rop(TypeList types) { in NE() method
76 abstract Rop rop(TypeList types); in rop() method in Comparison
H A DCode.java491 Rop rop = value == null in loadConstantInternal() local
529 Rop rop = op.rop(StdTypeList.make(a.type.ropType, b.type.ropType)); in op() local
549 Rop rop = comparison.rop(StdTypeList.make(a.type.ropType, b.type.ropType)); in compare() local
561 Rop rop = comparison.rop(StdTypeList.make(a.type.ropType)); in compareZ() local
574 Rop rop; in compareFloatingPoint() local
714 private <D, R> void invoke(Rop rop, MethodId<D, R> method, Local<? super R> target, in invoke()
861 Rop rop = afterNonInvokeThrowingInsn in moveResult() local
H A DUnaryOp.java30 Rop rop(TypeId<?> type) { in NOT() method
38 Rop rop(TypeId<?> type) { in NEGATE() method
43 abstract Rop rop(TypeId<?> type); in rop() method in UnaryOp
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DRopTranslator.java532 Rop rop = insn.getOpcode(); in visitPlainInsn() local
583 Rop rop = insn.getOpcode(); in visitPlainCstInsn() local
696 Rop rop = insn.getOpcode(); in visitInvokePolymorphicInsn() local
721 Rop rop = insn.getOpcode(); in visitThrowingCstInsn() local
795 Rop rop = insn.getOpcode(); in visitThrowingInsn() local
823 Rop rop = insn.getOpcode(); in visitFillArrayDataInsn() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCsrTensorMath.cu417 ReductionOp rop in reduce_sparse_csr_dim0_cuda_kernel()
433 Tensor reduce_sparse_csr_dim0_cuda_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim0_cuda_template()
545 ReductionOp rop in reduce_sparse_csr_dim1_cuda_kernel()
562 Tensor reduce_sparse_csr_dim1_cuda_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim1_cuda_template()
627 Tensor reduce_sparse_csr_dim01_cuda_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim01_cuda_template()
655 …reduce_sparse_csr_cuda_template(const Tensor& sparse, std::vector<int64_t> dims, ReductionOp rop) { in reduce_sparse_csr_cuda_template()
673 …e_csr_cuda_template(const Tensor& sparse, IntArrayRef dims_to_sum, bool keepdim, ReductionOp rop) { in reduce_sparse_csr_cuda_template()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopTranslator.java524 Rop rop = insn.getOpcode(); in visitPlainInsn() local
574 Rop rop = insn.getOpcode(); in visitPlainCstInsn() local
682 Rop rop = insn.getOpcode(); in visitThrowingCstInsn() local
735 Rop rop = insn.getOpcode(); in visitThrowingInsn() local
762 Rop rop = insn.getOpcode(); in visitFillArrayDataInsn() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/dump/
H A DBlockDumper.java52 private final boolean rop; field in BlockDumper
81 String filePath, boolean rop, Args args) { in dump()
92 boolean rop, Args args) { in BlockDumper()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseCsrTensorMath.cpp1020 Tensor reduce_sparse_csr_dim0_cpu_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim0_cpu_template()
1106 Tensor reduce_sparse_csr_dim1_cpu_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim1_cpu_template()
1222 Tensor reduce_sparse_csr_dim01_cpu_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim01_cpu_template()
1278 … reduce_sparse_csr_cpu_template(const Tensor& sparse, std::vector<int64_t> dims, ReductionOp rop) { in reduce_sparse_csr_cpu_template()
1296 …se_csr_cpu_template(const Tensor& sparse, IntArrayRef dims_to_sum, bool keepdim, ReductionOp rop) { in reduce_sparse_csr_cpu_template()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Ddevice_target.cc107 auto rop = llvm::dyn_cast<quantfork::QuantizeRegionOp>(op); in DecomposeMultiplyAccumulateScale() local
150 auto rop = llvm::dyn_cast<quantfork::QuantizeRegionOp>(op); in DecomposeSameScale() local
/aosp_15_r20/external/mesa3d/src/glx/
H A Dindirect_texture_compression.c80 const GLvoid * data, CARD32 rop) in CompressedTexImage1D2D()
141 const GLvoid * data, CARD32 rop) in CompressedTexSubImage1D2D()
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java373 Rop rop; in run() local
1027 private Insn makeInvokePolymorphicInsn(Rop rop, SourcePosition pos, RegisterSpecList sources, in makeInvokePolymorphicInsn()
/aosp_15_r20/external/dexmaker/lib/
HDdalvik-dx-9.0.0_r3.jar ... io/instructions/ com/android/dx/rop/ com/android/dx/rop/cst ...
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java468 ReplaceOp rop = (ReplaceOp)rewrites.get(i); in reduceToSingleOperationPerIndex() local
535 ReplaceOp rop = prevReplaces.get(j); in reduceToSingleOperationPerIndex() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c44 unsigned rop = PIPE_LOGICOP_COPY; in fd2_blend_state_create() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.c44 enum a3xx_rop_code rop = ROP_COPY; in fd3_blend_state_create() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.c44 enum a3xx_rop_code rop = ROP_COPY; in fd5_blend_state_create() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.c43 enum a3xx_rop_code rop = ROP_COPY; in fd4_blend_state_create() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.cc50 enum a3xx_rop_code rop = ROP_COPY; in __fd6_setup_blend_variant() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_gdishim.c72 …ed int SrcWidth, unsigned int SrcHeight, void* lpBits, void* lpbmi, unsigned int iUsage, DWORD rop) in StretchDIBits()
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DRop.java227 Rop rop = (Rop) other; in equals() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRop.java227 Rop rop = (Rop) other; in equals() local
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_API.dtd77 <!ATTLIST glx rop NMTOKEN #IMPLIED attribute
/aosp_15_r20/external/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp105 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F() argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Dfb.h293 __u32 rop; member
319 __u16 rop; member

1234