Home
last modified time | relevance | path

Searched full:rsub (Results 1 – 25 of 229) sorted by relevance

12345678910

/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
H A DT_rsub_int_1.smali30 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 DT_rsub_int_2.smali30 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 DT_rsub_int_lit8_1.smali30 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 DT_rsub_int_lit8_2.smali30 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 DmaxContextCalc_test.py38 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 Dgenerate-f32-vbinary.sh88 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 Dgenerate-f16-vbinary.sh39 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 Dparser_test.py1364 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 Dannotator.py137 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 DGSUB_8.fea4 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 Dtest_scalars.py27 … 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 Dnormalize_ops.cpp22 // 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 Darithmetic.S241 * 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 Darithmetic.S76 * 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 Dpostfix_evaluator_unittest.cc155 { "$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 DInstructionTest.smali101 rsub-int/lit8
138 rsub-int
/aosp_15_r20/external/XNNPACK/src/f32-vbinary/
H A Dvopc-neon.c.in9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"]
27 $ "RSUB": lambda x: "vsubq_f32(vb, %s)" % x,
H A Dvopc-avx512f.c.in9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"]
28 $ "RSUB": lambda x: "_mm512_sub_ps(vb, %s)" % x,
H A Dvopc-scalar.c.in8 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"]
27 $ "RSUB": lambda x: "vb - %s" % x,
H A Dvopc-sse.c.in9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"]
28 $ "RSUB": lambda x: "_mm_sub_ps(vb, %s)" % x,
H A Dvopc-avx.c.in9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"]
27 $ "RSUB": lambda x: "_mm256_sub_ps(vb, %s)" % x,
H A Dvopc-wasmsimd.c.in9 $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 Dvopc-neonfp16arith.c.in9 $assert OP in ["ADD", "DIV", "RDIV", "MAX", "MIN", "MUL", "SUB", "RSUB", "SQRDIFF"]
27 $ "RSUB": lambda x: "vsubq_f16(vb, %s)" % x,
H A Dvopc-f16c.c.in9 $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 Darithmetic.S201 * 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" */

12345678910