Searched refs:asmstring (Results 1 – 4 of 4) 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 | 3007 FileScopeAsmDecl(DeclContext *DC, StringLiteral *asmstring, in FileScopeAsmDecl() argument 3009 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 899 // syntax. If the asmstring contains {|} characters in them, this integer
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 4180 class SYSalias<dag ins, string asmstring> 4181 : A64I_system<0b0, (outs), ins, asmstring, [], NoItinerary> {
|