Searched refs:asmstring (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 140 multiclass FPBinary<SDNode OpNode, Format fp, string asmstring, 180 !strconcat("f", asmstring, "{s}\t$src")>; 183 !strconcat("f", asmstring, "{l}\t$src")>; 229 !strconcat("fi", asmstring, "{s}\t$src")>; 232 !strconcat("fi", asmstring, "{l}\t$src")>; 296 multiclass FPUnary<SDNode OpNode, Format fp, string asmstring> { 303 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3406 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() argument 3408 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1082 // syntax. If the asmstring contains {|} characters in them, this integer
|