Home
last modified time | relevance | path

Searched defs:fcmlt (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dfcmlt.s10 fcmlt p0.h, p0/z, z0.h, #0.0 label
16 fcmlt p0.s, p0/z, z0.s, #0.0 label
22 fcmlt p0.d, p0/z, z0.d, #0.0 label
28 fcmlt p0.h, p0/z, z0.h, z1.h label
34 fcmlt p0.s, p0/z, z0.s, z1.s label
40 fcmlt p0.d, p0/z, z0.d, z1.d label
Dfcmlt-diagnostics.s3 fcmlt p0.b, p0/z, z0.b, z0.b label
8 fcmlt p0.s, p0/z, z0.s, #1.0 label
18 fcmlt p0.d, p0/z, z0.d, #0.0 label
24 fcmlt p0.d, p0/z, z0.d, #0.0 label
30 fcmlt p0.d, p0/z, z0.d, z1.d label
36 fcmlt p0.d, p0/z, z0.d, z1.d label
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-aliases.s743 fcmlt d0, d2, d1 define
/external/llvm/test/MC/AArch64/
Darm64-aliases.s743 fcmlt d0, d2, d1 define
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc430 __ fcmlt(d5, d31, 0.0); in GenerateTestSequenceFP() local
431 __ fcmlt(s18, s23, 0.0); in GenerateTestSequenceFP() local
2562 __ fcmlt(v7.V2D(), v3.V2D(), 0.0); in GenerateTestSequenceNEONFP() local
2563 __ fcmlt(v15.V2S(), v21.V2S(), 0.0); in GenerateTestSequenceNEONFP() local
2564 __ fcmlt(v1.V4S(), v2.V4S(), 0.0); in GenerateTestSequenceNEONFP() local
/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc1234 void Assembler::fcmlt(const PRegisterWithLaneSize& pd, in fcmlt() function in vixl::aarch64::Assembler
Dassembler-aarch64.cc3595 void Assembler::fcmlt(const VRegister& vd, const VRegister& vn, double value) { in fcmlt() function in vixl::aarch64::Assembler