Searched refs:asmstring (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 453 !strconcat(asmstring, ".b\t$rs, $rd"), 457 !strconcat(asmstring, "\t$rs, $rd"), 462 !strconcat(asmstring, ".b\t$src, $rd"), 466 !strconcat(asmstring, "\t$src, $rd"), 482 !strconcat(asmstring, ".b\t$imm, $rd"), 486 !strconcat(asmstring, "\t$imm, $rd"), 490 !strconcat(asmstring, ".b\t$imm, $rd"), 494 !strconcat(asmstring, "\t$imm, $rd"), 499 !strconcat(asmstring, ".b\t$rs, $dst"), 503 !strconcat(asmstring, "\t$rs, $dst"), [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 89 multiclass FPBinary<SDPatternOperator OpNode, Format fp, string asmstring, 129 !strconcat("f", asmstring, "{s}\t$src")>; 132 !strconcat("f", asmstring, "{l}\t$src")>; 178 !strconcat("fi", asmstring, "{s}\t$src")>; 181 !strconcat("fi", asmstring, "{l}\t$src")>; 251 multiclass FPUnary<SDPatternOperator OpNode, Format fp, string asmstring> { 258 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 555 class LoadSPLS<string asmstring, PatFrag opNode> 557 !strconcat(asmstring, "\t$src, $Rd"), 653 class StoreSPLS<string asmstring, PatFrag opNode> 655 !strconcat(asmstring, "\t$Rd, $dst"),
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4381 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() argument 4383 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1697 // syntax. If the asmstring contains {|} characters in them, this integer
|