Lines Matching refs:cmlt
2774 defm CMLT : SIMDCmpTwoVector<0, 0b01010, "cmlt", AArch64cmltz>;
3145 def : InstAlias<"{cmlt\t$dst.8b, $src1.8b, $src2.8b" #
3146 "|cmlt.8b\t$dst, $src1, $src2}",
3148 def : InstAlias<"{cmlt\t$dst.16b, $src1.16b, $src2.16b" #
3149 "|cmlt.16b\t$dst, $src1, $src2}",
3151 def : InstAlias<"{cmlt\t$dst.4h, $src1.4h, $src2.4h" #
3152 "|cmlt.4h\t$dst, $src1, $src2}",
3154 def : InstAlias<"{cmlt\t$dst.8h, $src1.8h, $src2.8h" #
3155 "|cmlt.8h\t$dst, $src1, $src2}",
3157 def : InstAlias<"{cmlt\t$dst.2s, $src1.2s, $src2.2s" #
3158 "|cmlt.2s\t$dst, $src1, $src2}",
3160 def : InstAlias<"{cmlt\t$dst.4s, $src1.4s, $src2.4s" #
3161 "|cmlt.4s\t$dst, $src1, $src2}",
3163 def : InstAlias<"{cmlt\t$dst.2d, $src1.2d, $src2.2d" #
3164 "|cmlt.2d\t$dst, $src1, $src2}",
3299 def : InstAlias<"cmlt $dst, $src1, $src2",
3344 defm CMLT : SIMDCmpTwoScalarD< 0, 0b01010, "cmlt", AArch64cmltz>;