Lines Matching refs:cmle
2773 defm CMLE : SIMDCmpTwoVector<1, 0b01001, "cmle", AArch64cmlez>;
3123 def : InstAlias<"{cmle\t$dst.8b, $src1.8b, $src2.8b" #
3124 "|cmle.8b\t$dst, $src1, $src2}",
3126 def : InstAlias<"{cmle\t$dst.16b, $src1.16b, $src2.16b" #
3127 "|cmle.16b\t$dst, $src1, $src2}",
3129 def : InstAlias<"{cmle\t$dst.4h, $src1.4h, $src2.4h" #
3130 "|cmle.4h\t$dst, $src1, $src2}",
3132 def : InstAlias<"{cmle\t$dst.8h, $src1.8h, $src2.8h" #
3133 "|cmle.8h\t$dst, $src1, $src2}",
3135 def : InstAlias<"{cmle\t$dst.2s, $src1.2s, $src2.2s" #
3136 "|cmle.2s\t$dst, $src1, $src2}",
3138 def : InstAlias<"{cmle\t$dst.4s, $src1.4s, $src2.4s" #
3139 "|cmle.4s\t$dst, $src1, $src2}",
3141 def : InstAlias<"{cmle\t$dst.2d, $src1.2d, $src2.2d" #
3142 "|cmle.2d\t$dst, $src1, $src2}",
3295 def : InstAlias<"cmle $dst, $src1, $src2",
3343 defm CMLE : SIMDCmpTwoScalarD< 1, 0b01001, "cmle", AArch64cmlez>;