Searched +full:lowest +full:- +full:order (Results 1 – 5 of 5) sorted by relevance
6 # http://www.apache.org/licenses/LICENSE-2.016 #---17 #- title: Integer truncations and extensions.19 # Truncations discard all but N lowest-order bits, where N is the bit size of destination24 # - x_none26 # - sig: i64toi3227 # acc: inout:i64->i3229 # - op_none31 # - acc_type33 ## runner-option: verifier-failure[all …]
6 # http://www.apache.org/licenses/LICENSE-2.016 - file-name: "i64toi32"21 … Truncations discard all but N lowest-order bits, where N is the bit size of destination type.23 - x_none25 - file-name: "op_none"28 - sig: i64toi3229 acc: inout:i64->i3232 code-template: |46 - values:47 - "0"[all …]
6 # http://www.apache.org/licenses/LICENSE-2.013 ---15 - name: java18 - name: r_A25 - name: r_R38 - name: r_RJ51 - name: NPE54 - name: j_NPE57 - name: AME61 - name: j_AME[all …]
7 * http://www.apache.org/licenses/LICENSE-2.071 // 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 …]
6 # http://www.apache.org/licenses/LICENSE-2.014 ---17 - name: General design21 - name: Registers31 - name: Accumulator40 register-to-register moves.42 - name: Calling sequence48 …On return, callee frame is destroyed. If function return value is non-void, it is passed to caller…52 - name: Supported primitive types54 …VM support operations on registers with i32 and i64 integral values. However, 8-bit and 16-bit int…[all …]