HomeSort by relevance Sort by last modified time
    Searched refs:at (Results 1 - 25 of 5312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AArch64/
armv8.2a-at.s 4 at s1e1rp, x1
5 at s1e1wp, x2
6 // CHECK: at s1e1rp, x1 // encoding: [0x01,0x79,0x08,0xd5]
7 // CHECK: at s1e1wp, x2 // encoding: [0x22,0x79,0x08,0xd5]
8 // ERROR: error: AT S1E1RP requires ARMv8.2a
9 // ERROR: error: AT S1E1WP requires ARMv8.2a
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
armv8.2a-at.s 4 at s1e1rp, x1
5 at s1e1wp, x2
6 // CHECK: at s1e1rp, x1 // encoding: [0x01,0x79,0x08,0xd5]
7 // CHECK: at s1e1wp, x2 // encoding: [0x22,0x79,0x08,0xd5]
8 // ERROR: error: AT S1E1RP requires ARMv8.2a
9 // ERROR: error: AT S1E1WP requires ARMv8.2a
  /external/u-boot/arch/xtensa/include/asm/
asmmacro.h 30 * __loopi ar, at, size, inc
32 * at scratch register used by macro
36 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
39 * at scratch register use by macro
57 .macro __loopi ar, at, size, incr variable
58 movi \at, ((\size + \incr - 1) / (\incr)) variable
59 loop \at, 99f variable
63 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond variable
65 addi \at, \as, (1 << \incr_log2) - 1
67 extui \at, \at, \incr_log2, \mask_log variable
69 srli \\at, \\at, \\incr_log2 variable
76 .macro __loopt ar, as, at, incr_log2 variable
77 sub \\at, \\as, \\ar variable
79 addi \\at, \\at, (1 << \\incr_log2) - 1 variable
80 srli \\at, \\at, \\incr_log2 variable
    [all...]
cacheasm.h 39 .macro __loop_cache_all ar at insn size line_width
43 __loopi \ar, \at, \size, (4 << (\line_width)) variable
50 __endla \ar, \at, 4 << (\line_width) variable
55 .macro __loop_cache_range ar as at insn line_width
57 extui \at, \ar, 0, \line_width
58 add \as, \as, \at
60 __loops \ar, \as, \at, \line_width variable
62 __endla \ar, \at, (1 << (\line_width)) variable
67 .macro __loop_cache_page ar at insn line_width
69 __loopi \ar, \at, PAGE_SIZE, 4 << (\line_width variable
76 __endla \\ar, \\at, 4 << (\\line_width) variable
    [all...]
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
3 # this starting at column 2
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
3 # this starting at column 2
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
3 # this starting at column 2
  /external/tensorflow/tensorflow/tools/graph_transforms/
add_default_attributes_test.cc 5 You may obtain a copy of the License at
58 EXPECT_EQ(5, nodes.at("lrn_node1")->attr().at("depth_radius").i());
59 EXPECT_NEAR(1.0f, nodes.at("lrn_node1")->attr().at("bias").f(), 1e-5f);
60 EXPECT_NEAR(1.0f, nodes.at("lrn_node1")->attr().at("alpha").f(), 1e-5f);
61 EXPECT_NEAR(0.5f, nodes.at("lrn_node1")->attr().at("beta").f(), 1e-5f);
62 EXPECT_EQ(7, nodes.at("lrn_node2")->attr().at("depth_radius").i())
    [all...]
  /external/llvm/test/MC/Mips/
set-at-directive.s 4 # for ".set at" and set the correct value.
7 # CHECK: .set at=$1
11 .set at=$1
13 # CHECK: .set at=$2
17 .set at=$2
19 # CHECK: .set at=$3
23 .set at=$3
25 # CHECK: .set at=$4
29 .set at=$a0
31 # CHECK: .set at=$
    [all...]
set-at-directive-explicit-at.s 5 # Check that the assembler can handle the documented syntax for ".set at" and
6 # will set the correct value for $at.
7 # Note that writing $at is always the same as writing $1.
12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
13 .set at=$1
14 jr $at
17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
18 .set at=$1
22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
23 .set at=$a
    [all...]
set-at-noat-bad-syntax.s 4 .set at~
7 .set at=
10 .set at=~
13 .set at=$
16 .set at=$-4
19 .set at=$1000
22 .set at=$foo
25 .set at=$2bar
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
set-at-directive.s 4 # for ".set at" and set the correct value.
7 # CHECK: .set at=$1
11 .set at=$1
13 # CHECK: .set at=$2
17 .set at=$2
19 # CHECK: .set at=$3
23 .set at=$3
25 # CHECK: .set at=$4
29 .set at=$a0
31 # CHECK: .set at=$
    [all...]
set-at-directive-explicit-at.s 5 # Check that the assembler can handle the documented syntax for ".set at" and
6 # will set the correct value for $at.
7 # Note that writing $at is always the same as writing $1.
12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
13 .set at=$1
14 jr $at
17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
18 .set at=$1
22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
23 .set at=$a
    [all...]
set-at-noat-bad-syntax.s 4 .set at~
7 .set at=
10 .set at=~
13 .set at=$
16 .set at=$-4
19 .set at=$1000
22 .set at=$foo
25 .set at=$2bar
  /external/libcxx/test/std/containers/associative/map/map.access/
at.pass.cpp 14 // mapped_type& at(const key_type& k);
15 // const mapped_type& at(const key_type& k) const;
40 assert(m.at(1) == 1.5);
41 m.at(1) = -1.5;
42 assert(m.at(1) == -1.5);
43 assert(m.at(2) == 2.5);
44 assert(m.at(3) == 3.5);
45 assert(m.at(4) == 4.5);
46 assert(m.at(5) == 5.5);
50 TEST_IGNORE_NODISCARD m.at(6)
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleTest.java 4 * domain, as explained at
76 AtomicDouble at = new AtomicDouble(1.0); local
77 assertBitEquals(1.0, at.get());
79 at.set(x);
80 assertBitEquals(x, at.get());
88 AtomicDouble at = new AtomicDouble(1.0); local
89 assertBitEquals(1.0, at.get());
91 at.lazySet(x);
92 assertBitEquals(x, at.get());
102 AtomicDouble at = new AtomicDouble(prev) local
119 final AtomicDouble at = new AtomicDouble(1.0); local
139 AtomicDouble at = new AtomicDouble(prev); local
157 AtomicDouble at = new AtomicDouble(prev); local
215 AtomicDouble at = new AtomicDouble(); local
227 AtomicDouble at = new AtomicDouble(); local
239 AtomicDouble at = new AtomicDouble(); local
251 AtomicDouble at = new AtomicDouble(); local
263 AtomicDouble at = new AtomicDouble(); local
275 AtomicDouble at = new AtomicDouble(+0.0); local
    [all...]
  /art/test/613-inlining-dex-cache/
run 7 # You may obtain a copy of the License at
19 # at runtime which will update the dex cache.
20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
  /external/deqp-deps/SPIRV-Tools/test/stats/
stats_aggregate_test.cpp 5 // You may obtain a copy of the License at
85 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityAddresses));
86 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityKernel));
87 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityGenericPointer));
88 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityLinkage));
92 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityShader));
93 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityAddresses));
94 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityKernel));
95 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityGenericPointer));
96 EXPECT_EQ(2u, stats.capability_hist.at(SpvCapabilityLinkage))
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/stats/
stats_aggregate_test.cpp 5 // You may obtain a copy of the License at
85 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityAddresses));
86 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityKernel));
87 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityGenericPointer));
88 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityLinkage));
92 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityShader));
93 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityAddresses));
94 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityKernel));
95 EXPECT_EQ(1u, stats.capability_hist.at(SpvCapabilityGenericPointer));
96 EXPECT_EQ(2u, stats.capability_hist.at(SpvCapabilityLinkage))
    [all...]
  /external/protobuf/src/google/protobuf/
map_test_util_impl.h 103 // // Get pointers of map entries at given index.
286 EXPECT_EQ(0, message.map_int32_int32().at(0));
287 EXPECT_EQ(0, message.map_int64_int64().at(0));
288 EXPECT_EQ(0, message.map_uint32_uint32().at(0));
289 EXPECT_EQ(0, message.map_uint64_uint64().at(0));
290 EXPECT_EQ(0, message.map_sint32_sint32().at(0));
291 EXPECT_EQ(0, message.map_sint64_sint64().at(0));
292 EXPECT_EQ(0, message.map_fixed32_fixed32().at(0));
293 EXPECT_EQ(0, message.map_fixed64_fixed64().at(0));
294 EXPECT_EQ(0, message.map_sfixed32_sfixed32().at(0))
    [all...]
  /external/Microsoft-GSL/tests/
at_tests.cpp 25 #include <gsl/gsl_util> // for at
47 CHECK(&gsl::at(a, i) == &a[i]);
48 CHECK(&gsl::at(c_a, i) == &a[i]);
51 CHECK_THROWS_AS(gsl::at(a, -1), fail_fast);
52 CHECK_THROWS_AS(gsl::at(a, 4), fail_fast);
53 CHECK_THROWS_AS(gsl::at(c_a, -1), fail_fast);
54 CHECK_THROWS_AS(gsl::at(c_a, 4), fail_fast);
65 CHECK(&gsl::at(a, i) == &a[static_cast<std::size_t>(i)]);
66 CHECK(&gsl::at(c_a, i) == &a[static_cast<std::size_t>(i)]);
69 CHECK_THROWS_AS(gsl::at(a, -1), fail_fast)
    [all...]
  /external/elfutils/tests/
run-addr2line-alt-debugpath.sh 8 # (at your option) any later version.
38 0x00000000000005a0: foobar at /tmp/x.cpp:5
39 0x00000000000005a1: foobar at /tmp/x.cpp:6
40 0x00000000000005b0: fubar at /tmp/x.cpp:10
41 0x00000000000005b1: fubar at /tmp/x.cpp:11
42 0x00000000000005c0: foobar at /tmp/x.cpp:5
43 (inlined by) bar at /tmp/x.cpp:15
44 0x00000000000005d0: fubar at /tmp/x.cpp:10
45 (inlined by) baz at /tmp/x.cpp:20
46 0x00000000000005e0: foobar at /tmp/x.cpp:
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regtrav.c 5 * Copyright (c) 2002-2004 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
35 capture_tree_traverse(OnigCaptureTreeNode* node, int at,
44 if ((at & ONIG_TRAVERSE_CALLBACK_AT_FIRST) != 0) {
51 r = capture_tree_traverse(node->childs[i], at,
56 if ((at & ONIG_TRAVERSE_CALLBACK_AT_LAST) != 0) {
67 onig_capture_tree_traverse(OnigRegion* region, int at,
71 return capture_tree_traverse(region->history_root, at,
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 6 * You may obtain a copy of the License at
70 int at; local
73 for (at = 0; at < sz; at++) {
74 Attribute att = get(at);
85 for (at++; at < sz; at++) {
86 Attribute att = get(at);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 6 * You may obtain a copy of the License at
74 int at; local
77 for (at = 0; at < sz; at++) {
78 Attribute att = get(at);
89 for (at++; at < sz; at++) {
90 Attribute att = get(at);
    [all...]

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>