Home
last modified time | relevance | path

Searched refs:fcmpe (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/aarch64/
H A Dfloat-fp16.s19 fcmpe s0, s0
20 fcmpe h0, h0
21 fcmpe s1, s2
22 fcmpe h1, h2
27 fcmpe s0, #0.0
28 fcmpe h0, #0.0
H A Dfloat-fp16.d21 [0-9a-f]+: 1e202010 fcmpe s0, s0
22 [0-9a-f]+: 1ee02010 fcmpe h0, h0
23 [0-9a-f]+: 1e222030 fcmpe s1, s2
24 [0-9a-f]+: 1ee22030 fcmpe h1, h2
27 [0-9a-f]+: 1e202018 fcmpe s0, #0\.0
28 [0-9a-f]+: 1ee02018 fcmpe h0, #0\.0
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/aarch64/
H A Dfloat-fp16.s19 fcmpe s0, s0
20 fcmpe h0, h0
21 fcmpe s1, s2
22 fcmpe h1, h2
27 fcmpe s0, #0.0
28 fcmpe h0, #0.0
H A Dfloat-fp16.d21 [0-9a-f]+: 1e202010 fcmpe s0, s0
22 [0-9a-f]+: 1ee02010 fcmpe h0, h0
23 [0-9a-f]+: 1e222030 fcmpe s1, s2
24 [0-9a-f]+: 1ee22030 fcmpe h1, h2
27 [0-9a-f]+: 1e202018 fcmpe s0, #0\.0
28 [0-9a-f]+: 1ee02018 fcmpe h0, #0\.0
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/aarch64/
H A Dfloat-fp16.s19 fcmpe s0, s0
20 fcmpe h0, h0
21 fcmpe s1, s2
22 fcmpe h1, h2
27 fcmpe s0, #0.0
28 fcmpe h0, #0.0
H A Dfloat-fp16.d21 [0-9a-f]+: 1e202010 fcmpe s0, s0
22 [0-9a-f]+: 1ee02010 fcmpe h0, h0
23 [0-9a-f]+: 1e222030 fcmpe s1, s2
24 [0-9a-f]+: 1ee22030 fcmpe h1, h2
27 [0-9a-f]+: 1e202018 fcmpe s0, #0\.0
28 [0-9a-f]+: 1ee02018 fcmpe h0, #0\.0
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/aarch64/
H A Dfloat-fp16.s19 fcmpe s0, s0
20 fcmpe h0, h0
21 fcmpe s1, s2
22 fcmpe h1, h2
27 fcmpe s0, #0.0
28 fcmpe h0, #0.0
H A Dfloat-fp16.d21 [0-9a-f]+: 1e202010 fcmpe s0, s0
22 [0-9a-f]+: 1ee02010 fcmpe h0, h0
23 [0-9a-f]+: 1e222030 fcmpe s1, s2
24 [0-9a-f]+: 1ee22030 fcmpe h1, h2
27 [0-9a-f]+: 1e202018 fcmpe s0, #0\.0
28 [0-9a-f]+: 1ee02018 fcmpe h0, #0\.0
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/aarch64/
H A Dfloat-fp16.s19 fcmpe s0, s0
20 fcmpe h0, h0
21 fcmpe s1, s2
22 fcmpe h1, h2
27 fcmpe s0, #0.0
28 fcmpe h0, #0.0
H A Dfloat-fp16.d21 [0-9a-f]+: 1e202010 fcmpe s0, s0
22 [0-9a-f]+: 1ee02010 fcmpe h0, h0
23 [0-9a-f]+: 1e222030 fcmpe s1, s2
24 [0-9a-f]+: 1ee22030 fcmpe h1, h2
27 [0-9a-f]+: 1e202018 fcmpe s0, #0\.0
28 [0-9a-f]+: 1ee02018 fcmpe h0, #0\.0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s194 fcmpe h1, h2
195 fcmpe s1, s2
196 fcmpe d1, d2 define
197 fcmpe h1, #0.0
198 fcmpe s1, #0.0
199 fcmpe d1, #0.0 define
211 ; FP16: fcmpe h1, h2 ; encoding: [0x30,0x20,0xe2,0x1e]
213 ; NO-FP16-NEXT: fcmpe h1, h2
214 ; CHECK: fcmpe s1, s2 ; encoding: [0x30,0x20,0x22,0x1e]
215 ; CHECK: fcmpe d1, d2 ; encoding: [0x30,0x20,0x62,0x1e]
[all …]

12345678910>>...13