Searched refs:asmstring (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 140 multiclass FPBinary<SDNode OpNode, Format fp, string asmstring> { 163 !strconcat("f", asmstring, "{s}\t$src")> { 167 !strconcat("f", asmstring, "{l}\t$src")> { 196 !strconcat("fi", asmstring, "{s}\t$src")> { 200 !strconcat("fi", asmstring, "{l}\t$src")> { 266 multiclass FPUnary<SDNode OpNode, Format fp, string asmstring> { 273 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 3295 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() argument 3297 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | Target.td | 1021 // syntax. If the asmstring contains {|} characters in them, this integer
|