Searched refs:cmps (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAsmAlias.td | 518 // cmps aliases. Mnemonic suffix being omitted because it's implicit 520 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSB dstidx8:$dst, srcidx8:$src), 0, "intel">; 521 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSW dstidx16:$dst, srcidx16:$src), 0, "intel">; 522 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSL dstidx32:$dst, srcidx32:$src), 0, "intel">; 523 def : InstAlias<"cmps\t{$dst, $src|$src, $dst}", (CMPSQ dstidx64:$dst, srcidx64:$src), 0, "intel">,…
|
| H A D | X86InstrMisc.td | 349 "cmps{l|d}\t{$dst, $src|$src, $dst}", []>, OpSize32;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1245 defm CMPSWSX : RRNCm<"cmps.w.sx", 0x7A, I32, i32>; 1246 let cx = 1 in defm CMPSWZX : RRNCm<"cmps.w.zx", 0x7A, I32, i32, cmpi>; 1249 defm CMPSL : RRNCm<"cmps.l", 0x6A, I64, i64, cmpi>;
|