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