Searched refs:asmstring (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/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/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/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 558 class LoadSPLS<string asmstring, PatFrag opNode> 560 !strconcat(asmstring, "\t$src, $Rd"), 656 class StoreSPLS<string asmstring, PatFrag opNode> 658 !strconcat(asmstring, "\t$Rd, $dst"),
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3427 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() argument 3429 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | Target.td | 782 // syntax. If the asmstring contains {|} characters in them, this integer
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1144 // syntax. If the asmstring contains {|} characters in them, this integer
|