Searched +full:- +full:3 (Results 1 – 25 of 1613) sorted by relevance
12345678910>>...65
... NPB3.3/NPB3.3-MPI/ NPB3.3/NPB3.3-MPI/CG ...
9 ## 3-XXXX JIS X 0213:2000 plane 1 (GL encoding)10 ## 4-XXXX JIS X 0213:2000 plane 2 (GL encoding)11 ## [1983] JIS codepoint defined by JIS X 0208-198312 ## [1990] JIS codepoint defined by JIS X 0208-199023 3-2121 U+3000 # IDEOGRAPHIC SPACE24 3-2122 U+3001 # IDEOGRAPHIC COMMA25 3-2123 U+3002 # IDEOGRAPHIC FULL STOP26 3-2124 U+FF0C # COMMA Fullwidth: U+FF0C27 3-2125 U+FF0E # FULL STOP Fullwidth: U+FF0E28 3-2126 U+30FB # KATAKANA MIDDLE DOT[all …]
1 # RUN: llvm-mc -triple=powerpc64le -filetype=obj %s | \2 # RUN: llvm-objdump -dr --mcpu=pwr10 - | FileCheck %s3 # RUN: llvm-mc -triple=powerpc64 -filetype=obj %s | \4 # RUN: llvm-objdump -dr --mcpu=pwr10 - | FileCheck %s18 pld 3, vec@got@pcrel(0), 120 .reloc .Lpcrel1-8,R_PPC64_PCREL_OPT,.-(.Lpcrel1-8)21 lwa 3, 4(3)25 # CHECK-LABEL: Minimal26 # CHECK: pld 3, 0(0), 127 # CHECK-NEXT: R_PPC64_GOT_PCREL34 vec[all …]
2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK…3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHE…9 # CHECK-BE: lvebx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x0e]10 # CHECK-LE: lvebx 2, 3, 4 # encoding: [0x0e,0x20,0x43,0x7c]11 lvebx 2, 3, 412 # CHECK-BE: lvehx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x4e]13 # CHECK-LE: lvehx 2, 3, 4 # encoding: [0x4e,0x20,0x43,0x7c]14 lvehx 2, 3, 415 # CHECK-BE: lvewx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x8e]16 # CHECK-LE: lvewx 2, 3, 4 # encoding: [0x8e,0x20,0x43,0x7c][all …]
2 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-- -mattr=+popcntd < %s | FileCheck %s --ch…3 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-- -mattr=+slow-popcntd < %s | FileCheck %s --ch…6 ; FAST-LABEL: zpop_i8_i16:8 ; FAST-NEXT: clrldi 3, 3, 569 ; FAST-NEXT: popcntd 3, 310 ; FAST-NEXT: blr12 ; SLOW-LABEL: zpop_i8_i16:14 ; SLOW-NEXT: clrlwi 5, 3, 2415 ; SLOW-NEXT: rotlwi 3, 3, 3116 ; SLOW-NEXT: andi. 3, 3, 85[all …]
2 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr5 < %s | FileCheck %…3 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr6 < %s | FileCheck %…4 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 < %s | FileCheck %…5 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %…6 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr9 < %s | FileCheck %…10 ; PWR5-LABEL: ugt_1_v16i8:12 ; PWR5-NEXT: vspltisb 3, -113 ; PWR5-NEXT: vaddubm 3, 2, 314 ; PWR5-NEXT: vand 2, 2, 315 ; PWR5-NEXT: vxor 3, 3, 3[all …]
2 ; RUN: llc -verify-machineinstrs -mcpu=ppc64 < %s | FileCheck %s3 target datalayout = "E-m:e-i64:64-n32:64"4 target triple = "powerpc64-unknown-linux-gnu"8 ; CHECK-LABEL: cn1:10 ; CHECK-NEXT: lis 3, -111 ; CHECK-NEXT: rldicr 3, 3, 48, 6312 ; CHECK-NEXT: blr20 ; CHECK-LABEL: cnb:22 ; CHECK-NEXT: lis 3, -8123 ; CHECK-NEXT: rldicr 3, 3, 48, 63[all …]
2 ; RUN: llc < %s -mtriple=powerpc64le-unknown-unknown -verify-machineinstrs -mattr=+isel | FileCheck…3 ; RUN: llc < %s -mtriple=powerpc64le-unknown-unknown -verify-machineinstrs -mattr=-isel | FileCheck…8 ; select Cond, 0, 1 --> zext (!Cond)11 ; ALL-LABEL: select_0_or_1:13 ; ALL-NEXT: not 3, 314 ; ALL-NEXT: clrldi 3, 3, 6315 ; ALL-NEXT: blr21 ; ALL-LABEL: select_0_or_1_zeroext:23 ; ALL-NEXT: xori 3, 3, 124 ; ALL-NEXT: blr[all …]
1 ------------------------------------------------------------------------2 -- ddSameQuantum.decTest -- check decDouble quantums match --3 -- Copyright (c) IBM Corporation, 2001, 2008. All rights reserved. --4 ------------------------------------------------------------------------5 -- Please see the document "General Decimal Arithmetic Testcases" --6 -- at http://www2.hursley.ibm.com/decimal for the description of --7 -- these testcases. --8 -- --9 -- These testcases are experimental ('beta' versions), and they --10 -- may contain errors. They are offered on an as-is basis. In --[all …]
1 ------------------------------------------------------------------------2 -- dqSameQuantum.decTest -- check decQuad quantums match --3 -- Copyright (c) IBM Corporation, 2001, 2008. All rights reserved. --4 ------------------------------------------------------------------------5 -- Please see the document "General Decimal Arithmetic Testcases" --6 -- at http://www2.hursley.ibm.com/decimal for the description of --7 -- these testcases. --8 -- --9 -- These testcases are experimental ('beta' versions), and they --10 -- may contain errors. They are offered on an as-is basis. In --[all …]
1 ------------------------------------------------------------------------2 -- samequantum.decTest -- check quantums match --3 -- Copyright (c) IBM Corporation, 2001, 2008. All rights reserved. --4 ------------------------------------------------------------------------5 -- Please see the document "General Decimal Arithmetic Testcases" --6 -- at http://www2.hursley.ibm.com/decimal for the description of --7 -- these testcases. --8 -- --9 -- These testcases are experimental ('beta' versions), and they --10 -- may contain errors. They are offered on an as-is basis. In --[all …]
1 --- jisx0213-2000-std.txt.orig Tue Apr 16 23:32:38 20022 +++ jisx0213-2004-std.txt Thu Jul 8 11:51:54 20043 @@ -1,6 +1,6 @@4 -## JIS X 0213:2000 vs Unicode mapping table7 -## Date: 16 Apr 2002 13:09:49 GMT12 @@ -23,21 +23,21 @@13 3-2121 U+3000 # IDEOGRAPHIC SPACE14 3-2122 U+3001 # IDEOGRAPHIC COMMA15 3-2123 U+3002 # IDEOGRAPHIC FULL STOP16 -3-2124 U+002C # COMMA Fullwidth: U+FF0C[all …]
1 --- jisx0213-2000-std.txt.orig Tue Apr 16 23:32:38 20022 +++ jisx0213-2000-std.txt Wed Jun 16 14:49:05 20043 @@ -23,21 +23,21 @@4 3-2121 U+3000 # IDEOGRAPHIC SPACE5 3-2122 U+3001 # IDEOGRAPHIC COMMA6 3-2123 U+3002 # IDEOGRAPHIC FULL STOP7 -3-2124 U+002C # COMMA Fullwidth: U+FF0C8 -3-2125 U+002E # FULL STOP Fullwidth: U+FF0E9 +3-2124 U+FF0C # COMMA Fullwidth: U+FF0C10 +3-2125 U+FF0E # FULL STOP Fullwidth: U+FF0E[all …]
1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=core2 < %s | FileCheck --check-prefix=SSE2-CODEGEN %s2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-p…7 ; SSE2-LABEL: shift2i169 ; SSE2-CODEGEN-LABEL: shift2i1610 ; SSE2-CODEGEN: pmullw19 ; SSE2-LABEL: shift4i1621 ; SSE2-CODEGEN-LABEL: shift4i1622 ; SSE2-CODEGEN: pmullw31 ; SSE2-LABEL: shift8i1633 ; SSE2-CODEGEN-LABEL: shift8i16[all …]
1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=core2 < %s | FileCheck --check-prefix=SSE2-CODEGEN %s2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-p…7 ; SSE2-LABEL: shift2i169 ; SSE2-CODEGEN-LABEL: shift2i1610 ; SSE2-CODEGEN: psraw19 ; SSE2-LABEL: shift4i1621 ; SSE2-CODEGEN-LABEL: shift4i1622 ; SSE2-CODEGEN: psraw31 ; SSE2-LABEL: shift8i1633 ; SSE2-CODEGEN-LABEL: shift8i16[all …]
1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=core2 < %s | FileCheck --check-prefix=SSE2-CODEGEN %s2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-p…7 ; SSE2-LABEL: shift2i169 ; SSE2-CODEGEN-LABEL: shift2i1610 ; SSE2-CODEGEN: psrlw19 ; SSE2-LABEL: shift4i1621 ; SSE2-CODEGEN-LABEL: shift4i1622 ; SSE2-CODEGEN: psrlw31 ; SSE2-LABEL: shift8i1633 ; SSE2-CODEGEN-LABEL: shift8i16[all …]
2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+sse2 | FileCheck %s …3 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+sse4.2 | FileCheck %…4 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+avx | FileCheck %s -…5 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+avx2 | FileCheck %s …6 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+xop,+avx | FileCheck…7 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+xop,+avx2 | FileChec…8 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+avx512f | FileCheck …9 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+avx512f,+avx512dq | …10 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+avx512f,+avx512bw | …11 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -cost-model -analyze -mattr=+avx512f,+avx512vl | …[all …]
1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=core2 < %s | FileCheck --check-prefix=SSE2-CODEGEN %s2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-p…9 ; SSE2-CODEGEN: shift2i1610 ; SSE2-CODEGEN: psrlq21 ; SSE2-CODEGEN: shift4i1622 ; SSE2-CODEGEN: psrad33 ; SSE2-CODEGEN: shift8i1634 ; SSE2-CODEGEN: psraw45 ; SSE2-CODEGEN: shift16i1646 ; SSE2-CODEGEN: psraw[all …]
1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=core2 < %s | FileCheck --check-prefix=SSE2-CODEGEN %s2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-p…9 ; SSE2-CODEGEN: shift2i1610 ; SSE2-CODEGEN: psrlq21 ; SSE2-CODEGEN: shift4i1622 ; SSE2-CODEGEN: psrld33 ; SSE2-CODEGEN: shift8i1634 ; SSE2-CODEGEN: psrlw45 ; SSE2-CODEGEN: shift16i1646 ; SSE2-CODEGEN: psrlw[all …]
1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=core2 < %s | FileCheck --check-prefix=SSE2-CODEGEN %s2 ; RUN: opt -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck --check-p…9 ; SSE2-CODEGEN: shift2i1610 ; SSE2-CODEGEN: psllq21 ; SSE2-CODEGEN: shift4i1622 ; SSE2-CODEGEN: pmuludq33 ; SSE2-CODEGEN: shift8i1634 ; SSE2-CODEGEN: psllw45 ; SSE2-CODEGEN: shift16i1646 ; SSE2-CODEGEN: psllw[all …]
7 0:19 'x' ( in 3-component vector of float)10 0:20 'x' ( in 3-component vector of int)13 0:21 'x' ( in 3-component vector of uint)16 0:22 'x' ( in 3-component vector of bool)19 0:23 'x' ( in 3-component vector of double)20 0:26 Function Definition: Fn_R_F3I(vf3; ( temp 3-component vector of float)22 0:26 'p' ( out 3-component vector of float)24 0:26 move second child to first child ( temp 3-component vector of float)25 0:26 'p' ( out 3-component vector of float)26 0:26 Convert int to float ( temp 3-component vector of float)[all …]