/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
H A D | T_rsub_int_1.smali | 30 rsub-int v0, v3, 4 37 rsub-int v0, v3, 60 44 rsub-int v0, v3, 20 51 rsub-int v0, v3, -25 58 rsub-int v0, v3, -70 65 rsub-int v0, v3, -50
|
H A D | T_rsub_int_2.smali | 30 rsub-int v0, v3, 255 37 rsub-int v0, v3, -32768 44 rsub-int v0, v3, 0
|
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
H A D | T_rsub_int_lit8_1.smali | 30 rsub-int/lit8 v0, v3, 4 37 rsub-int/lit8 v0, v3, 60 44 rsub-int/lit8 v0, v3, 20 51 rsub-int/lit8 v0, v3, -25 58 rsub-int/lit8 v0, v3, -70 65 rsub-int/lit8 v0, v3, -50
|
H A D | T_rsub_int_lit8_2.smali | 30 rsub-int/lit8 v0, v3, 123 37 rsub-int/lit8 v0, v3, -123 44 rsub-int/lit8 v0, v3, 0
|
/aosp_15_r20/external/fonttools/Tests/otlLib/ |
H A D | maxContextCalc_test.py | 38 rsub a by b; 39 rsub a' by b; 40 rsub a b' by c; 41 rsub a b' c by A; 42 rsub [a b] c' by A; 43 rsub [a b] c' [a b] by B;
|
/aosp_15_r20/external/XNNPACK/scripts/ |
H A D | generate-f32-vbinary.sh | 88 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=1 -D WASM=0 -D ACTIVATION… 89 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=2 -D WASM=0 -D ACTIVATION… 90 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=4 -D WASM=0 -D ACTIVATION… 91 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=8 -D WASM=0 -D ACTIVATION… 113 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=1 -D WASM=0 -D ACTIVATION… 114 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=2 -D WASM=0 -D ACTIVATION… 115 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=4 -D WASM=0 -D ACTIVATION… 116 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=8 -D WASM=0 -D ACTIVATION… 146 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=1 -D WASM=0 -D ACTIVATION… 147 tools/xngen src/f32-vbinary/vopc-scalar.c.in -D OP=RSUB -D BATCH_TILE=2 -D WASM=0 -D ACTIVATION… [all …]
|
H A D | generate-f16-vbinary.sh | 39 tools/xngen src/f16-vbinary/vopc-neonfp16arith.c.in -D OP=RSUB -D BATCH_TILE=8 -D ACTIVATION=M… 40 tools/xngen src/f16-vbinary/vopc-neonfp16arith.c.in -D OP=RSUB -D BATCH_TILE=16 -D ACTIVATION=M… 74 tools/xngen src/f16-vbinary/vopc-f16c.c.in -D OP=RSUB -D BATCH_TILE=8 -D ACTIVATION=MINMAX -o s… 75 tools/xngen src/f16-vbinary/vopc-f16c.c.in -D OP=RSUB -D BATCH_TILE=16 -D ACTIVATION=MINMAX -o s…
|
/aosp_15_r20/external/fonttools/Tests/feaLib/ |
H A D | parser_test.py | 1364 doc = self.parse("feature test {rsub a [b B] c' d [e E] by C;} test;") 1365 rsub = doc.statements[0].statements[0] 1366 self.assertEqual(type(rsub), ast.ReverseChainSingleSubstStatement) 1367 self.assertEqual(glyphstr(rsub.old_prefix), "a [B b]") 1368 self.assertEqual(rsub.glyphs[0].glyphSet(), ("c",)) 1369 self.assertEqual(rsub.replacements[0].glyphSet(), ("C",)) 1370 self.assertEqual(glyphstr(rsub.old_suffix), "d [E e]") 1373 doc = self.parse(r"feature test {rsub \1 [\2 \3] \4' \5 by \6;} test;") 1374 rsub = doc.statements[0].statements[0] 1375 self.assertEqual(type(rsub), ast.ReverseChainSingleSubstStatement) [all …]
|
/aosp_15_r20/external/executorch/backends/mediatek/quantizer/ |
H A D | annotator.py | 137 torch.ops.aten.rsub.Scalar, 138 torch.ops.aten.rsub.Tensor, 241 torch.ops.aten.rsub.Scalar, 242 torch.ops.aten.rsub.Tensor,
|
/aosp_15_r20/external/fonttools/Tests/feaLib/data/ |
H A D | GSUB_8.fea | 4 rsub [a A] [b B] [c C] q' [d D] [e E] [f F] by Q; 5 rsub [a A] [b B] [c C] [s - z]' [d D] [e E] [f F] by [S - Z]; 10 rsub p by P;
|
/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_scalars.py | 27 … sub(Scalar, Tensor) becomes rsub, which either fails since the scalar does not become an attribute 28 …in scalars_to_attribute_pass, or, if added to targeted_ops in that pass, fails since rsub expects a 30 Potential fix: Create pass to convert rsub.Scalar to sub.Tensor
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | normalize_ops.cpp | 22 // Normalize rsub such that `rsub(x,y) = sub(x,y)` 25 "aten::rsub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor")) { in normalizeRSub()
|
/aosp_15_r20/art/runtime/interpreter/mterp/x86_64ng/ |
H A D | arithmetic.S | 241 * For: add-int/lit16, rsub-int, 261 * For: add-int/lit8, rsub-int/lit8 546 /* this op is "rsub-int", but can be thought of as "rsub-int/lit16" */
|
/aosp_15_r20/art/runtime/interpreter/mterp/arm64ng/ |
H A D | arithmetic.S | 76 * For: add-int/lit16, rsub-int, mul-int/lit16, div-int/lit16, 109 * For: add-int/lit8, rsub-int/lit8, mul-int/lit8, div-int/lit8, 430 /* this op is "rsub-int", but can be thought of as "rsub-int/lit16" */
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | postfix_evaluator_unittest.cc | 155 { "$rSub 9 6 - =", true }, // $rSub = 9 - 6 = 3 in RunTests() 165 validate_data_0["$rSub"] = 3; in RunTests()
|
/aosp_15_r20/external/google-smali/smali/src/test/resources/LexerTest/ |
H A D | InstructionTest.smali | 101 rsub-int/lit8 138 rsub-int
|
/aosp_15_r20/external/XNNPACK/src/f32-vbinary/ |
H A D | vopc-neon.c.in | 9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 27 $ "RSUB": lambda x: "vsubq_f32(vb, %s)" % x,
|
H A D | vopc-avx512f.c.in | 9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 28 $ "RSUB": lambda x: "_mm512_sub_ps(vb, %s)" % x,
|
H A D | vopc-scalar.c.in | 8 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 27 $ "RSUB": lambda x: "vb - %s" % x,
|
H A D | vopc-sse.c.in | 9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 28 $ "RSUB": lambda x: "_mm_sub_ps(vb, %s)" % x,
|
H A D | vopc-avx.c.in | 9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 27 $ "RSUB": lambda x: "_mm256_sub_ps(vb, %s)" % x,
|
H A D | vopc-wasmsimd.c.in | 9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 27 $ "RSUB": lambda x: "wasm_f32x4_sub(vb, %s)" % x,
|
/aosp_15_r20/external/XNNPACK/src/f16-vbinary/ |
H A D | vopc-neonfp16arith.c.in | 9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 27 $ "RSUB": lambda x: "vsubq_f16(vb, %s)" % x,
|
H A D | vopc-f16c.c.in | 9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"] 28 $ "RSUB": lambda x: "_mm256_sub_ps(vb, %s)" % x,
|
/aosp_15_r20/art/runtime/interpreter/mterp/x86ng/ |
H A D | arithmetic.S | 201 * For: add-int/lit16, rsub-int, 221 * For: add-int/lit8, rsub-int/lit8 705 /* this op is "rsub-int", but can be thought of as "rsub-int/lit16" */
|