Home
last modified time | relevance | path

Searched refs:ALL (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/external/llvm/test/CodeGen/X86/
Dvector-shuffle-512-v8.ll1 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512f | FileCheck %s --check-prefix=ALL --check-prefix=AVX51…
2 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512bw | FileCheck %s --check-prefix=ALL --check-prefix=AVX5…
7 ; ALL-LABEL: shuffle_v8f64_00000000:
8 ; ALL: # BB#0:
9 ; ALL-NEXT: vbroadcastsd %xmm0, %zmm0
10 ; ALL-NEXT: retq
16 ; ALL-LABEL: shuffle_v8f64_00000010:
17 ; ALL: # BB#0:
18 ; ALL-NEXT: vbroadcastsd %xmm0, %ymm1
19 ; ALL-NEXT: vpermpd {{.*#+}} ymm0 = ymm0[0,0,1,0]
[all …]
Dpmul.ll1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix=ALL --check-prefix=SS…
2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse4.1 | FileCheck %s --check-prefix=ALL --c…
26 ; ALL-LABEL: b:
27 ; ALL: # BB#0: # %entry
28 ; ALL-NEXT: movdqa {{.*#+}} xmm1 = [117,117]
29 ; ALL-NEXT: movdqa %xmm0, %xmm2
30 ; ALL-NEXT: pmuludq %xmm1, %xmm2
31 ; ALL-NEXT: pxor %xmm3, %xmm3
32 ; ALL-NEXT: pmuludq %xmm0, %xmm3
33 ; ALL-NEXT: psllq $32, %xmm3
[all …]
Dfast-isel-vecload.ll1 …riple=x86_64-unknown-unknown -mattr=+sse2 < %s | FileCheck %s --check-prefix=SSE --check-prefix=ALL
2 …triple=x86_64-unknown-unknown -mattr=+avx < %s | FileCheck %s --check-prefix=AVX --check-prefix=ALL
8 ; ALL-LABEL: test_v16i8:
11 ; ALL-NEXT: retq
18 ; ALL-LABEL: test_v8i16:
21 ; ALL-NEXT: retq
28 ; ALL-LABEL: test_v4i32:
31 ; ALL-NEXT: retq
38 ; ALL-LABEL: test_v2i64:
41 ; ALL-NEXT: retq
[all …]
Davx-vperm2x128.ll1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck %s --check-prefix=ALL --check-…
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx2 | FileCheck %s --check-prefix=ALL --check…
5 ; ALL-LABEL: A:
6 ; ALL: ## BB#0: ## %entry
7 ; ALL-NEXT: vperm2f128 {{.*#+}} ymm0 = ymm0[2,3,0,1]
8 ; ALL-NEXT: retq
15 ; ALL-LABEL: B:
16 ; ALL: ## BB#0: ## %entry
17 ; ALL-NEXT: vblendpd {{.*#+}} ymm0 = ymm0[0,1],ymm1[2,3]
18 ; ALL-NEXT: retq
[all …]
Dvector-shuffle-512-v16.ll1 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512f | FileCheck %s --check-prefix=ALL --check-prefix=AVX51…
2 ; RUN: llc < %s -mcpu=x86-64 -mattr=+avx512bw | FileCheck %s --check-prefix=ALL --check-prefix=AVX5…
7 ; ALL-LABEL: shuffle_v16f32_00_10_01_11_04_14_05_15_08_18_09_19_0c_1c_0d_1d:
8 ; ALL: # BB#0:
9 ; ALL-NEXT: vunpcklps {{.*#+}} zmm0 = zmm0[0],zmm1[0],zmm0[1],zmm1[1],zmm0[4],zmm1[4],zmm0[5],zm…
10 ; ALL-NEXT: retq
16 ; ALL-LABEL: shuffle_v16i32_00_10_01_11_04_14_05_15_08_18_09_19_0c_1c_0d_1d:
17 ; ALL: # BB#0:
18 ; ALL-NEXT: vpunpckldq {{.*#+}} zmm0 = zmm0[0],zmm1[0],zmm0[1],zmm1[1],zmm0[4],zmm1[4],zmm0[5],z…
19 ; ALL-NEXT: retq
[all …]
/external/llvm/test/CodeGen/Mips/cconv/
Dmemory-layout.ll1 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O3…
5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=…
7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
30 ; ALL-NOT: .align
31 ; ALL-LABEL: byte:
[all …]
Dcallee-saved-float.ll1 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
3 ; RUN: llc -march=mips < %s | FileCheck --check-prefix=ALL --check-prefix=O32-INV %s
4 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefix=ALL --check-prefix=O32-INV %s
6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O3…
7 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=…
8 …lc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --chec…
9 … -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --chec…
11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
12 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
[all …]
Darguments-hard-fp128.ll1 …4 -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM3…
2 …l -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM3…
4 …4 -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM6…
5 …l -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=SYM6…
29 ; ALL-LABEL: ldouble_args:
36 ; ALL-DAG: sdc1 $f12, 16([[R2]])
37 ; ALL-DAG: sdc1 $f13, 24([[R2]])
38 ; ALL-DAG: sdc1 $f14, 32([[R2]])
39 ; ALL-DAG: sdc1 $f15, 40([[R2]])
40 ; ALL-DAG: sdc1 $f16, 48([[R2]])
[all …]
/external/llvm/test/CodeGen/Mips/
Datomic.ll1 …el --disable-machine-licm -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS3…
2 …el --disable-machine-licm -mcpu=mips32r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS3…
3 …el --disable-machine-licm -mcpu=mips32r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS3…
4 …el --disable-machine-licm -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS6…
5 …el --disable-machine-licm -mcpu=mips64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS6…
6 …el --disable-machine-licm -mcpu=mips64r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS6…
7 …el --disable-machine-licm -mcpu=mips64r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS6…
8 …ine-licm -mcpu=mips32r2 -mattr=micromips < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS3…
12 ; RUN: llc -march=mips --disable-machine-licm -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL
21 ; ALL-LABEL: AtomicLoadAdd32:
[all …]
Do32_cc.ll1 ; RUN: llc -march=mipsel < %s | FileCheck -check-prefix=ALL %s
2 ; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck -check-prefix=ALL %s
3 ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck -check-prefix=ALL -check-prefix=NO-MFHC1 %s
4 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck -check-prefix=ALL -check-pref…
5 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck -check-prefix=ALL -check-pref…
8 ; ALL-LABEL: testlowercall0:
9 ; ALL-DAG: ldc1 $f12, %lo
10 ; ALL-DAG: ldc1 $f14, %lo
20 ; ALL-LABEL: testlowercall1:
21 ; ALL-DAG: lwc1 $f12, %lo
[all …]
Dmips64-f128.ll2 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=C_CC_FMT
4 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=C_CC_FMT
6 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=C_CC_FMT
8 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=CMP_CC_FMT
16 ; ALL-LABEL: addLD:
17 ; ALL: ld $25, %call16(__addtf3)
27 ; ALL-LABEL: subLD:
28 ; ALL: ld $25, %call16(__subtf3)
38 ; ALL-LABEL: mulLD:
39 ; ALL: ld $25, %call16(__multf3)
[all …]
Dinlineasm_constraint_ZC.ll1 ; RUN: llc -march=mipsel -mcpu=mips32r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=09BIT
2 ; RUN: llc -march=mipsel -mattr=+micromips < %s | FileCheck %s -check-prefix=ALL -check-prefix=12BIT
3 ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=ALL -check-prefix=16BIT
9 ; ALL-LABEL: ZC:
13 ; ALL: lw $[[BASEPTR:[0-9]+]], %got(data)(
14 ; ALL: #APP
15 ; ALL: lw $1, 0($[[BASEPTR]])
16 ; ALL: #NO_APP
23 ; ALL-LABEL: ZC_offset_n4:
27 ; ALL: lw $[[BASEPTR:[0-9]+]], %got(data)(
[all …]
Dmips64instrs.ll1 ; RUN: llc -march=mips64el -mcpu=mips4 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -ch…
2 ; RUN: llc -march=mips64el -mcpu=mips64 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL -c…
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL
4 ; RUN: llc -march=mips64el -mcpu=mips64r6 -verify-machineinstrs < %s | FileCheck -check-prefix=ALL
11 ; ALL-LABEL: f0:
12 ; ALL: daddu $2, ${{[45]}}, ${{[45]}}
19 ; ALL-LABEL: f1:
20 ; ALL: dsubu $2, $4, $5
27 ; ALL-LABEL: f4:
28 ; ALL: and $2, ${{[45]}}, ${{[45]}}
[all …]
Dmips64muldiv.ll1 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC
2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC
4 ; RUN: llc -march=mips64el -mcpu=mips64r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=GPR
7 ; ALL - All targets
13 ; ALL-LABEL: m0:
23 ; ALL-LABEL: m1:
24 ; ALL: lui $[[T0:[0-9]+]], 21845
25 ; ALL: addiu $[[T0]], $[[T0]], 21845
26 ; ALL: dsll $[[T0]], $[[T0]], 16
[all …]
Dcheck-adde-redundant-moves.ll2 ; RUN: -check-prefix=ALL -check-prefix=GP32
4 ; RUN: -check-prefix=ALL -check-prefix=GP32
6 ; RUN: -check-prefix=ALL -check-prefix=GP32
8 ; RUN: -check-prefix=ALL -check-prefix=GP32
10 ; RUN: -check-prefix=ALL -check-prefix=GP32
12 ; RUN: -check-prefix=ALL -check-prefix=GP32
13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s -check-prefix=ALL
14 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s -check-prefix=ALL
15 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefix=ALL
16 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s -check-prefix=ALL
[all …]
Dno-odd-spreg-msa.ll1 …cpu=mips32 -mattr=+fp64,+msa,-nooddspreg < %s | FileCheck %s -check-prefix=ALL -check-prefix=ODDSP…
2 …cpu=mips32 -mattr=+fp64,+msa,+nooddspreg < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOODD…
28 ; ALL-LABEL: msa_insert_0:
29 ; ALL: mov.s $f13, $f12
30 ; ALL: lw $[[R0:[0-9]+]], %got(v4f32)(
31 ; ALL: ld.w $w[[W0:[0-9]+]], 0($[[R0]])
35 ; ALL: # Clobber
36 ; ALL-NOT: sdc1
37 ; ALL-NOT: ldc1
38 ; ALL: st.w $w[[W0]], 0($[[R0]])
[all …]
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dcall.ll4 …ps -mcpu=mips32 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
5 …ps -mcpu=mips32r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
6 …ps -mcpu=mips32r3 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
7 …ps -mcpu=mips32r5 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
8 …ps -mcpu=mips32r6 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
9 …ps64 -mcpu=mips4 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
10 …ps64 -mcpu=mips64 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
11 …ps64 -mcpu=mips64r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
12 …ps64 -mcpu=mips64r3 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
13 …ps64 -mcpu=mips64r5 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
[all …]
Dxor.ll2 ; RUN: -check-prefix=ALL -check-prefix=GP32
4 ; RUN: -check-prefix=ALL -check-prefix=GP32
6 ; RUN: -check-prefix=ALL -check-prefix=GP32
8 ; RUN: -check-prefix=ALL -check-prefix=GP32
10 ; RUN: -check-prefix=ALL -check-prefix=GP32
12 ; RUN: -check-prefix=ALL -check-prefix=GP32
14 ; RUN: -check-prefix=ALL -check-prefix=GP64
16 ; RUN: -check-prefix=ALL -check-prefix=GP64
18 ; RUN: -check-prefix=ALL -check-prefix=GP64
20 ; RUN: -check-prefix=ALL -check-prefix=GP64
[all …]
Dand.ll2 ; RUN: -check-prefix=ALL -check-prefix=GP32
4 ; RUN: -check-prefix=ALL -check-prefix=GP32
6 ; RUN: -check-prefix=ALL -check-prefix=GP32
8 ; RUN: -check-prefix=ALL -check-prefix=GP32
10 ; RUN: -check-prefix=ALL -check-prefix=GP32
12 ; RUN: -check-prefix=ALL -check-prefix=GP32
14 ; RUN: -check-prefix=ALL -check-prefix=GP64
16 ; RUN: -check-prefix=ALL -check-prefix=GP64
18 ; RUN: -check-prefix=ALL -check-prefix=GP64
20 ; RUN: -check-prefix=ALL -check-prefix=GP64
[all …]
Dor.ll2 ; RUN: -check-prefix=ALL -check-prefix=GP32
4 ; RUN: -check-prefix=ALL -check-prefix=GP32
6 ; RUN: -check-prefix=ALL -check-prefix=GP32
8 ; RUN: -check-prefix=ALL -check-prefix=GP32
10 ; RUN: -check-prefix=ALL -check-prefix=GP32
12 ; RUN: -check-prefix=ALL -check-prefix=GP32
14 ; RUN: -check-prefix=ALL -check-prefix=GP64
16 ; RUN: -check-prefix=ALL -check-prefix=GP64
18 ; RUN: -check-prefix=ALL -check-prefix=GP64
20 ; RUN: -check-prefix=ALL -check-prefix=GP64
[all …]
Dret.ll10 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
11 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
12 ; RUN: llc -march=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
13 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
14 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
15 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
16 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
17 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
18 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
19 ; RUN: llc -march=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check…
[all …]
/external/clang/test/Sema/
Dgnu-flags.c36 #if ALL || ALIGNOF
44 #if ALL || CASERANGE
55 #if ALL || COMPLEXINT
62 #if ALL || OMITTEDOPERAND
69 #if ALL || EMPTYINIT
76 #if ALL || LABELVALUE
89 #if ALL || STATEMENTEXP
99 #if ALL || COMPOUNDLITERALINITIALIZER
107 #if ALL || FLEXIBLEARRAYINITIALIZER
118 #if ALL || FOLDINGCONSTANT
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-load-store-verify.ll1 …abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ALL
2 …t=1 -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ALL
17 ; ALL: @t1
18 ; ALL: ldrb
19 ; ALL: add
26 ; ALL: @t2
27 ; ALL: ldrh
28 ; ALL: add
35 ; ALL: @t3
36 ; ALL: ldr
[all …]
/external/llvm/test/MC/Mips/
Doddspreg.s6 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-O32
13 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N32
22 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N64
26 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-O32
30 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N32
34 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N64
39 # CHECK-OBJ-ALL: Section {
40 # CHECK-OBJ-ALL: Index: 5
41 # CHECK-OBJ-ALL-LABEL: Name: .MIPS.abiflags ({{[0-9]+}})
42 # CHECK-OBJ-ALL: Type: SHT_MIPS_ABIFLAGS (0x7000002A)
[all …]
/external/llvm/test/Transforms/SimplifyCFG/X86/
Dspeculate-cttz-ctlz.ll1 …triple=x86_64-unknown-unknown -mattr=+bmi < %s | FileCheck %s --check-prefix=ALL --check-prefix=BMI
2 …le=x86_64-unknown-unknown -mattr=+lzcnt < %s | FileCheck %s --check-prefix=ALL --check-prefix=LZCNT
3 ; RUN: opt -S -simplifycfg -mtriple=x86_64-unknown-unknown < %s | FileCheck %s --check-prefix=ALL -…
7 ; ALL-LABEL: @test1(
8 ; ALL: [[COND:%[A-Za-z0-9]+]] = icmp eq i64 %A, 0
9 ; ALL: [[CTLZ:%[A-Za-z0-9]+]] = tail call i64 @llvm.ctlz.i64(i64 %A, i1 true)
13 ; ALL: ret
28 ; ALL-LABEL: @test2(
29 ; ALL: [[COND:%[A-Za-z0-9]+]] = icmp eq i32 %A, 0
30 ; ALL: [[CTLZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %A, i1 true)
[all …]

12345678910>>...23