/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
H A D | BinaryOp.java | 43 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 D | Comparison.java | 31 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 D | Code.java | 491 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 D | UnaryOp.java | 30 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 D | RopTranslator.java | 532 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 D | SparseCsrTensorMath.cu | 417 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 D | RopTranslator.java | 524 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 D | BlockDumper.java | 52 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 D | SparseCsrTensorMath.cpp | 1020 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 D | device_target.cc | 107 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 D | indirect_texture_compression.c | 80 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 D | RopperMachine.java | 373 Rop rop; in run() local 1027 private Insn makeInvokePolymorphicInsn(Rop rop, SourcePosition pos, RegisterSpecList sources, in makeInvokePolymorphicInsn()
|
/aosp_15_r20/external/dexmaker/lib/ |
HD | dalvik-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 D | TokenRewriteStream.java | 468 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 D | fd2_blend.c | 44 unsigned rop = PIPE_LOGICOP_COPY; in fd2_blend_state_create() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_blend.c | 44 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 D | fd5_blend.c | 44 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 D | fd4_blend.c | 43 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 D | fd6_blend.cc | 50 enum a3xx_rop_code rop = ROP_COPY; in __fd6_setup_blend_variant() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_gdishim.c | 72 …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 D | Rop.java | 227 Rop rop = (Rop) other; in equals() local
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
H A D | Rop.java | 227 Rop rop = (Rop) other; in equals() local
|
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_API.dtd | 77 <!ATTLIST glx rop NMTOKEN #IMPLIED attribute
|
/aosp_15_r20/external/mesa3d/src/mesa/main/tests/ |
H A D | mesa_formats.cpp | 105 #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/ |
D | fb.h | 293 __u32 rop; member 319 __u16 rop; member
|