Home
last modified time | relevance | path

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

12

/external/llvm/test/MC/AArch64/
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 …]
Dbasic-a64-instructions.s1767 fcmpe s29, s30
1768 fcmpe s15, #0.0
1777 fcmpe d26, d22
1778 fcmpe d29, #0.0
Dbasic-a64-diagnostics.s1542 fcmpe s30, #-0.0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
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 …]
Dbasic-a64-instructions.s1750 fcmpe s29, s30
1751 fcmpe s15, #0.0
1760 fcmpe d26, d22
1761 fcmpe d29, #0.0
Dbasic-a64-diagnostics.s1547 fcmpe s30, #-0.0
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-scalar-fp.txt169 # 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
Dbasic-a64-instructions.txt1327 # 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-scalar-fp.txt169 # 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
Dbasic-a64-instructions.txt1311 # CHECK: fcmpe s29, s30
1312 # CHECK: fcmpe s15, #0.0
1313 # CHECK: fcmpe s15, #0.0
1325 # CHECK: fcmpe d26, d22
1326 # CHECK: fcmpe d29, #0.0
1327 # CHECK: fcmpe d29, #0.0
/external/vixl/doc/
Dchangelog.md29 + Added support for `fcmpe` and `fccmpe` instructions.
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs683 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/aarch64/
Dtest-disasm-aarch64.cc2933 COMPARE(fcmpe(h0, h1), "fcmpe h0, h1"); in TEST()
2934 COMPARE(fcmpe(h31, h30), "fcmpe h31, h30"); in TEST()
2935 COMPARE(fcmpe(s0, s1), "fcmpe s0, s1"); in TEST()
2936 COMPARE(fcmpe(s31, s30), "fcmpe s31, s30"); in TEST()
2937 COMPARE(fcmpe(d0, d1), "fcmpe d0, d1"); in TEST()
2938 COMPARE(fcmpe(d31, d30), "fcmpe d31, d30"); in TEST()
2939 COMPARE(fcmpe(h12, 0), "fcmpe h12, #0.0"); in TEST()
2940 COMPARE(fcmpe(s12, 0), "fcmpe s12, #0.0"); in TEST()
2941 COMPARE(fcmpe(d12, 0), "fcmpe d12, #0.0"); in TEST()
Dtest-cpu-features-aarch64.cc539 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))
3387 TEST_FP_FPHALF(fcmpe_0, fcmpe(h0, 0.0))
3388 TEST_FP_FPHALF(fcmpe_1, fcmpe(h0, h1))
Dtest-trace-aarch64.cc433 __ fcmpe(d9, d17); in GenerateTestSequenceFP() local
434 __ fcmpe(d29, 0.0); in GenerateTestSequenceFP() local
435 __ fcmpe(s16, s17); in GenerateTestSequenceFP() local
436 __ fcmpe(s22, 0.0); in GenerateTestSequenceFP() local
/external/vixl/src/aarch64/
Dassembler-aarch64.h2282 void fcmpe(const VRegister& vn, const VRegister& vm);
2285 void fcmpe(const VRegister& vn, double value);
Dassembler-aarch64.cc2775 void Assembler::fcmpe(const VRegister& vn, const VRegister& vm) { in fcmpe() function in vixl::aarch64::Assembler
2789 void Assembler::fcmpe(const VRegister& vn, double value) { in fcmpe() function in vixl::aarch64::Assembler
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour357 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
Dlog-disasm357 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
Dlog-cpufeatures-custom356 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} ###
Dlog-cpufeatures356 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
Dlog-cpufeatures-colour356 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
Dlog-all850 0x~~~~~~~~~~~~~~~~ 1e712130 fcmpe d9, d17
852 0x~~~~~~~~~~~~~~~~ 1e6023b8 fcmpe d29, #0.0
854 0x~~~~~~~~~~~~~~~~ 1e312210 fcmpe s16, s17
856 0x~~~~~~~~~~~~~~~~ 1e2022d8 fcmpe s22, #0.0
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1797 void fcmpe(const VRegister& vn, double value)
1804 void fcmpe(const VRegister& vn, const VRegister& vm)
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc11843 "mgt\005fcmla\005fcmle\005fcmlt\005fcmne\004fcmp\005fcmpe\005fcmuo\004fc"
13066 …{ 1060 /* fcmpe */, AArch64::FCMPEHrr, Convert__Reg1_0__Reg1_1, Feature_HasFullFP16, { MCK_FPR16, …
13067 …{ 1060 /* fcmpe */, AArch64::FCMPESrr, Convert__Reg1_0__Reg1_1, Feature_HasFPARMv8, { MCK_FPR32, M…
13068 …{ 1060 /* fcmpe */, AArch64::FCMPEDrr, Convert__Reg1_0__Reg1_1, Feature_HasFPARMv8, { MCK_FPR64, M…
13069 …{ 1060 /* fcmpe */, AArch64::FCMPEHri, Convert__Reg1_0, Feature_HasFullFP16, { MCK_FPR16, MCK__35_…
13070 …{ 1060 /* fcmpe */, AArch64::FCMPESri, Convert__Reg1_0, Feature_HasFPARMv8, { MCK_FPR32, MCK__35_0…
13071 …{ 1060 /* fcmpe */, AArch64::FCMPEDri, Convert__Reg1_0, Feature_HasFPARMv8, { MCK_FPR64, MCK__35_0…
19535 …{ 1060 /* fcmpe */, AArch64::FCMPEHrr, Convert__Reg1_0__Reg1_1, Feature_HasFullFP16, { MCK_FPR16, …
19536 …{ 1060 /* fcmpe */, AArch64::FCMPESrr, Convert__Reg1_0__Reg1_1, Feature_HasFPARMv8, { MCK_FPR32, M…
19537 …{ 1060 /* fcmpe */, AArch64::FCMPEDrr, Convert__Reg1_0__Reg1_1, Feature_HasFPARMv8, { MCK_FPR64, M…
[all …]

12