Home
last modified time | relevance | path

Searched +full:lowest +full:- +full:order (Results 1 – 5 of 5) sorted by relevance

/ark/runtime_core/tests/verifier-tests/
Dbug_2107_2.pa6 # http://www.apache.org/licenses/LICENSE-2.0
16 #---
17 #- title: Integer truncations and extensions.
19 # Truncations discard all but N lowest-order bits, where N is the bit size of destination
24 # - x_none
26 # - sig: i64toi32
27 # acc: inout:i64->i32
29 # - op_none
31 # - acc_type
33 ## runner-option: verifier-failure
[all …]
/ark/runtime_core/tests/cts-generator/cts-template/
Di64toi32.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "i64toi32"
21 … Truncations discard all but N lowest-order bits, where N is the bit size of destination type.
23 - x_none
25 - file-name: "op_none"
28 - sig: i64toi32
29 acc: inout:i64->i32
32 code-template: |
46 - values:
47 - "0"
[all …]
Dcall.virt.short.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
13 ---
15 - name: java
18 - name: r_A
25 - name: r_R
38 - name: r_RJ
51 - name: NPE
54 - name: j_NPE
57 - name: AME
61 - name: j_AME
[all …]
/ark/runtime_core/libpandabase/os/unix/futex/
Dmutex.h7 * http://www.apache.org/licenses/LICENSE-2.0
71 // Lowest bit: 0 - unlocked, 1 - locked.
73 …// Unified lock state and waiters count to avoid requirement of double seq_cst memory order on mut…
84 …// NOLINTNEXTLINE(hicpp-signed-bitwise, cppcoreguidelines-narrowing-conversions, bugprone-narrowin…
97 // NOLINTNEXTLINE(hicpp-signed-bitwise) in GetWaiters()
180 auto new_state = cur_state - READ_INCREMENT; in ReadUnlock()
186 // NOLINTNEXTLINE(hicpp-signed-bitwise) in ReadUnlock()
200 // Non-inline path for handling waiting.
203 static constexpr int32_t WRITE_LOCKED = -1;
206 // -1 - write locked; 0 - unlocked; > 0 - read locked by state_ owners.
[all …]
/ark/runtime_core/isa/
Disa.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
14 ---
17 - name: General design
21 - name: Registers
31 - name: Accumulator
40 register-to-register moves.
42 - name: Calling sequence
48 …On return, callee frame is destroyed. If function return value is non-void, it is passed to caller…
52 - name: Supported primitive types
54 …VM support operations on registers with i32 and i64 integral values. However, 8-bit and 16-bit int…
[all …]