Lines Matching refs:cmle
3857 defm CMLE : SIMDCmpTwoVector<1, 0b01001, "cmle", AArch64cmlez>;
4212 def : InstAlias<"{cmle\t$dst.8b, $src1.8b, $src2.8b" #
4213 "|cmle.8b\t$dst, $src1, $src2}",
4215 def : InstAlias<"{cmle\t$dst.16b, $src1.16b, $src2.16b" #
4216 "|cmle.16b\t$dst, $src1, $src2}",
4218 def : InstAlias<"{cmle\t$dst.4h, $src1.4h, $src2.4h" #
4219 "|cmle.4h\t$dst, $src1, $src2}",
4221 def : InstAlias<"{cmle\t$dst.8h, $src1.8h, $src2.8h" #
4222 "|cmle.8h\t$dst, $src1, $src2}",
4224 def : InstAlias<"{cmle\t$dst.2s, $src1.2s, $src2.2s" #
4225 "|cmle.2s\t$dst, $src1, $src2}",
4227 def : InstAlias<"{cmle\t$dst.4s, $src1.4s, $src2.4s" #
4228 "|cmle.4s\t$dst, $src1, $src2}",
4230 def : InstAlias<"{cmle\t$dst.2d, $src1.2d, $src2.2d" #
4231 "|cmle.2d\t$dst, $src1, $src2}",
4389 def : InstAlias<"cmle $dst, $src1, $src2",
4437 defm CMLE : SIMDCmpTwoScalarD< 1, 0b01001, "cmle", AArch64cmlez>;