Home
last modified time | relevance | path

Searched refs:asmstring (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td452 !strconcat(asmstring, ".b\t$rs, $rd"),
456 !strconcat(asmstring, "\t$rs, $rd"),
461 !strconcat(asmstring, ".b\t$src, $rd"),
465 !strconcat(asmstring, "\t$src, $rd"),
481 !strconcat(asmstring, ".b\t$imm, $rd"),
485 !strconcat(asmstring, "\t$imm, $rd"),
489 !strconcat(asmstring, ".b\t$imm, $rd"),
493 !strconcat(asmstring, "\t$imm, $rd"),
498 !strconcat(asmstring, ".b\t$rs, $dst"),
502 !strconcat(asmstring, "\t$rs, $dst"),
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFPStack.td188 multiclass FPBinary<SDPatternOperator OpNode, Format fp, string asmstring,
228 !strconcat("f", asmstring, "{s}\t$src")>;
231 !strconcat("f", asmstring, "{l}\t$src")>;
277 !strconcat("fi", asmstring, "{s}\t$src")>;
280 !strconcat("fi", asmstring, "{l}\t$src")>;
350 multiclass FPUnary<SDPatternOperator OpNode, Format fp, string asmstring> {
357 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td555 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"),
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4083 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() argument
4085 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td1517 // syntax. If the asmstring contains {|} characters in them, this integer