Searched refs:asmstring (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 141 multiclass FPBinary<SDNode OpNode, Format fp, string asmstring> { 164 !strconcat("f", asmstring, "{s}\t$src")> { 168 !strconcat("f", asmstring, "{l}\t$src")> { 197 !strconcat("fi", asmstring, "{s}\t$src")> { 201 !strconcat("fi", asmstring, "{l}\t$src")> { 250 multiclass FPUnary<SDNode OpNode, bits<8> opcode, string asmstring> { 257 def _F : FPI<opcode, RawFrm, (outs), (ins), asmstring>, D9;
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2845 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() argument 2847 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 781 // syntax. If the asmstring contains {|} characters in them, this integer
|