Home
last modified time | relevance | path

Searched +full:64 +full:- +full:bit (Results 1 – 25 of 155) sorted by relevance

1234567

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dxor2.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "xor2.64"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: xor2.64 v:in:i64
29 prefix: bit
31 code-template: |
33 ldai.64 0
34 movi.64 v0, %s
[all …]
Dor2.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "or2.64"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: or2.64 v:in:i64
29 prefix: bit
31 code-template: |
33 ldai.64 0
34 movi.64 v0, %s
[all …]
Dand2.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "and2.64"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: and2.64 v:in:i64
29 prefix: bit
31 code-template: |
33 ldai.64 0
34 movi.64 v0, %s
[all …]
Dshr2.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "shr2.64"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: shr2.64 v:in:i64
29 prefix: bit
31 code-template: |
33 ldai.64 0
34 movi.64 v0, %s
[all …]
Dshl2.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "shl2.64"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: shl2.64 v:in:i64
29 prefix: bit
31 code-template: |
33 ldai.64 0
34 movi.64 v0, %s
[all …]
Dashr2.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "ashr2.64"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: ashr2.64 v:in:i64
29 prefix: bit
31 code-template: |
33 ldai.64 0
34 movi.64 v0, %s
[all …]
Dand2.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "and2"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: and2 v:in:i32
29 prefix: bit
31 code-template: |
45 - values:
46 - "0"
[all …]
Dxor2.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "xor2"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: xor2 v:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dor2.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "or2"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: or2 v:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dashr2.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "ashr2"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: ashr2 v:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dand.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "and"
22 - x_none
24 - file-name: "op_vs1_4_vs2_4_zero"
27 - sig: and v1:in:i32, v2:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dshl2.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "shl2"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: shl2 v:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dshr2.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "shr2"
22 - x_none
24 - file-name: "op_vs_8_zero"
27 - sig: shr2 v:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dnot.64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: 'not.64'
22 - x_none
25 - file-name: 'op_none'
28 - sig: not.64
30 prefix: bit
32 code-template: |
34 ldai.64 %s
35 not.64
[all …]
Dxor.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "xor"
22 - x_none
24 - file-name: "op_vs1_4_vs2_4_zero"
27 - sig: xor v1:in:i32, v2:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dor.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "or"
22 - x_none
24 - file-name: "op_vs1_4_vs2_4_zero"
27 - sig: or v1:in:i32, v2:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dshl.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "shl"
22 - x_none
24 - file-name: "op_vs1_4_vs2_4_zero"
27 - sig: shl v1:in:i32, v2:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dshr.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "shr"
22 - x_none
24 - file-name: "op_vs1_4_vs2_4_zero"
27 - sig: shr v1:in:i32, v2:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Dashr.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "ashr"
22 - x_none
24 - file-name: "op_vs1_4_vs2_4_zero"
27 - sig: ashr v1:in:i32, v2:in:i32
29 prefix: bit
31 code-template: |
46 - values:
47 - "0"
[all …]
Di64toi32.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # 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: |
34 ldai.64 %s
[all …]
Du32tof64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "u32tof64"
22 - x_none
24 - file-name: "op_none"
27 - sig: u32tof64
28 acc: inout:u32->f64
31 code-template: |
35 fmovi.64 v0, %s
36 fcmpg.64 v0
[all …]
Du32toi64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "u32toi64"
21 …If extension bytecode treats its source as unsigned integer, the value is zero-extended to destina…
23 - x_none
25 - file-name: "op_none"
28 - sig: u32toi64
29 acc: inout:u32->i64
32 code-template: |
36 movi.64 v0, %s
[all …]
Df32tof64.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "f32tof64"
22 - x_none
24 - file-name: "op_none"
27 - sig: f32tof64
28 acc: inout:f32->f64
31 code-template: |
35 fmovi.64 v0, %s
36 fcmpg.64 v0
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md11 * There is a 90% - 95% chance that the same method will be used in real-world application test.
20 * must be 64bit system
27 Cache structure:(offset addr)/(class addr) 32bit/32bit
28 -----------------------------------------------
31 cache:offset/class ---------->| <-|
35 --> call runtime irtoc function | |
36 read cache <-----------------------| |
41 save method‘s offset to cache >------|
42 <-- return to (.text)
44 -----------------------------------------------
[all …]
/arkcompiler/runtime_core/tests/checked/
Dldarray_obj.pa1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
15 #! RUN force_jit: true, options: "--compiler-regex=_GLOBAL::test", entry: "_GLOBAL::main",…
21 ldarr.64 a0
22 return.64
28 # v1 <- array
32 movi.64 v3, 0
33 starr.64 v1, v3
36 starr.64 v1, v3
37 movi.64 v0, 0x7FFFFFFF00000001
[all …]

1234567