/external/vixl/test/aarch64/ |
D | test-disasm-fp-aarch64.cc | 202 COMPARE(fcmpe(h0, h1), "fcmpe h0, h1"); in TEST() 203 COMPARE(fcmpe(h31, h30), "fcmpe h31, h30"); in TEST() 204 COMPARE(fcmpe(s0, s1), "fcmpe s0, s1"); in TEST() 205 COMPARE(fcmpe(s31, s30), "fcmpe s31, s30"); in TEST() 206 COMPARE(fcmpe(d0, d1), "fcmpe d0, d1"); in TEST() 207 COMPARE(fcmpe(d31, d30), "fcmpe d31, d30"); in TEST() 208 COMPARE(fcmpe(h12, 0), "fcmpe h12, #0.0"); in TEST() 209 COMPARE(fcmpe(s12, 0), "fcmpe s12, #0.0"); in TEST() 210 COMPARE(fcmpe(d12, 0), "fcmpe d12, #0.0"); in TEST()
|
D | test-cpu-features-aarch64.cc | 539 TEST_FP(fcmpe_0, fcmpe(d0, 0.0)) 540 TEST_FP(fcmpe_1, fcmpe(d0, d1)) 541 TEST_FP(fcmpe_2, fcmpe(s0, 0.0)) 542 TEST_FP(fcmpe_3, fcmpe(s0, s1)) 3452 TEST_FP_FPHALF(fcmpe_0, fcmpe(h0, 0.0)) 3453 TEST_FP_FPHALF(fcmpe_1, fcmpe(h0, h1))
|
D | test-trace-aarch64.cc | 436 __ fcmpe(d9, d17); in GenerateTestSequenceFP() local 437 __ fcmpe(d29, 0.0); in GenerateTestSequenceFP() local 438 __ fcmpe(s16, s17); in GenerateTestSequenceFP() local 439 __ fcmpe(s22, 0.0); in GenerateTestSequenceFP() local
|
/external/llvm/test/MC/AArch64/ |
D | arm64-fp-encoding.s | 194 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 …]
|
D | basic-a64-instructions.s | 1767 fcmpe s29, s30 1768 fcmpe s15, #0.0 1777 fcmpe d26, d22 1778 fcmpe d29, #0.0
|
D | basic-a64-diagnostics.s | 1542 fcmpe s30, #-0.0
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-fp-encoding.s | 194 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 …]
|
D | basic-a64-instructions.s | 1750 fcmpe s29, s30 1751 fcmpe s15, #0.0 1760 fcmpe d26, d22 1761 fcmpe d29, #0.0
|
D | basic-a64-diagnostics.s | 1556 fcmpe s30, #-0.0
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-scalar-fp.txt | 169 # FP16: fcmpe h1, h2 170 # CHECK: fcmpe s1, s2 171 # CHECK: fcmpe d1, d2 172 # FP16: fcmpe h1, #0.0 173 # CHECK: fcmpe s1, #0.0 174 # CHECK: fcmpe d1, #0.0
|
D | basic-a64-instructions.txt | 1314 # CHECK: fcmpe s29, s30 1315 # CHECK: fcmpe s15, #0.0 1316 # CHECK: fcmpe s15, #0.0 1328 # CHECK: fcmpe d26, d22 1329 # CHECK: fcmpe d29, #0.0 1330 # CHECK: fcmpe d29, #0.0
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-scalar-fp.txt | 169 # FP16: fcmpe h1, h2 170 # CHECK: fcmpe s1, s2 171 # CHECK: fcmpe d1, d2 172 # FP16: fcmpe h1, #0.0 173 # CHECK: fcmpe s1, #0.0 174 # CHECK: fcmpe d1, #0.0
|
D | basic-a64-instructions.txt | 1327 # CHECK: fcmpe s29, s30 1328 # CHECK: fcmpe s15, #0.0 1329 # CHECK: fcmpe s15, #0.0 1341 # CHECK: fcmpe d26, d22 1342 # CHECK: fcmpe d29, #0.0 1343 # CHECK: fcmpe d29, #0.0
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fp-intrinsics.ll | 373 ; CHECK: fcmpe s0, s1 381 ; CHECK: fcmpe s0, s1 389 ; CHECK: fcmpe s0, s1 397 ; CHECK: fcmpe s0, s1 405 ; CHECK: fcmpe s0, s1 413 ; CHECK: fcmpe s0, s1 421 ; CHECK: fcmpe s0, s1 429 ; CHECK: fcmpe s0, s1 437 ; CHECK: fcmpe s0, s1 445 ; CHECK: fcmpe s0, s1 [all …]
|
/external/vixl/doc/ |
D | changelog.md | 29 + Added support for `fcmpe` and `fccmpe` instructions.
|
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
D | A55-basic-instructions.s | 561 fcmpe s29, s30 label 562 fcmpe s15, #0.0 label 563 fcmpe s15, #0.0 label 567 fcmpe d26, d22 label 568 fcmpe d29, #0.0 label 569 fcmpe d29, #0.0 label 1868 # CHECK-NEXT: 1 3 0.50 fcmpe s29, s30 1869 # CHECK-NEXT: 1 3 0.50 fcmpe s15, #0.0 1870 # CHECK-NEXT: 1 3 0.50 fcmpe s15, #0.0 1874 # CHECK-NEXT: 1 3 0.50 fcmpe d26, d22 [all …]
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 683 0xb0,0x23,0x3e,0x1e = fcmpe s29, s30 684 0xf8,0x21,0x20,0x1e = fcmpe s15, #0.0 687 0x50,0x23,0x76,0x1e = fcmpe d26, d22 688 0xb8,0x23,0x60,0x1e = fcmpe d29, #0.0
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 357 0x~~~~~~~~~~~~~~~~ 1e712130 fcmpe d9, d17 358 0x~~~~~~~~~~~~~~~~ 1e6023b8 fcmpe d29, #0.0 359 0x~~~~~~~~~~~~~~~~ 1e312210 fcmpe s16, s17 360 0x~~~~~~~~~~~~~~~~ 1e2022d8 fcmpe s22, #0.0
|
D | log-disasm | 357 0x~~~~~~~~~~~~~~~~ 1e712130 fcmpe d9, d17 358 0x~~~~~~~~~~~~~~~~ 1e6023b8 fcmpe d29, #0.0 359 0x~~~~~~~~~~~~~~~~ 1e312210 fcmpe s16, s17 360 0x~~~~~~~~~~~~~~~~ 1e2022d8 fcmpe s22, #0.0
|
D | log-cpufeatures-custom | 356 0x~~~~~~~~~~~~~~~~ 1e712130 fcmpe d9, d17 ### {FP} ### 357 0x~~~~~~~~~~~~~~~~ 1e6023b8 fcmpe d29, #0.0 ### {FP} ### 358 0x~~~~~~~~~~~~~~~~ 1e312210 fcmpe s16, s17 ### {FP} ### 359 0x~~~~~~~~~~~~~~~~ 1e2022d8 fcmpe s22, #0.0 ### {FP} ###
|
D | log-cpufeatures-colour | 356 0x~~~~~~~~~~~~~~~~ 1e712130 fcmpe d9, d17 [1;35mFP[0;m 357 0x~~~~~~~~~~~~~~~~ 1e6023b8 fcmpe d29, #0.0 [1;35mFP[0;m 358 0x~~~~~~~~~~~~~~~~ 1e312210 fcmpe s16, s17 [1;35mFP[0;m 359 0x~~~~~~~~~~~~~~~~ 1e2022d8 fcmpe s22, #0.0 [1;35mFP[0;m
|
D | log-cpufeatures | 356 0x~~~~~~~~~~~~~~~~ 1e712130 fcmpe d9, d17 // Needs: FP 357 0x~~~~~~~~~~~~~~~~ 1e6023b8 fcmpe d29, #0.0 // Needs: FP 358 0x~~~~~~~~~~~~~~~~ 1e312210 fcmpe s16, s17 // Needs: FP 359 0x~~~~~~~~~~~~~~~~ 1e2022d8 fcmpe s22, #0.0 // Needs: FP
|
/external/capstone/arch/AArch64/ |
D | AArch64MappingInsnOp.inc | 1373 { /* AArch64_FCMPEDri, ARM64_INS_FCMPE: fcmpe $rn, #0.0 */ 1377 { /* AArch64_FCMPEDrr, ARM64_INS_FCMPE: fcmpe $rn, $rm */ 1381 { /* AArch64_FCMPESri, ARM64_INS_FCMPE: fcmpe $rn, #0.0 */ 1385 { /* AArch64_FCMPESrr, ARM64_INS_FCMPE: fcmpe $rn, $rm */
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 2336 void fcmpe(const VRegister& vn, const VRegister& vm); 2339 void fcmpe(const VRegister& vn, double value);
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 3612 void fcmpe(const VRegister& vn, double value) 3619 void fcmpe(const VRegister& vn, const VRegister& vm)
|