Home
last modified time | relevance | path

Searched refs:xname (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/cpu/
Dmep-rhcop.cpu171 (define-pmacro (dncp116i xname xcomment xattrs xsyntax xformat xsemantics xtiming) (dni-isa xname
172 (define-pmacro (dncp132i xname xcomment xattrs xsyntax xformat xsemantics xtiming) (dni-isa xname
173 (define-pmacro (dncp148i xname xcomment xattrs xsyntax xformat xsemantics xtiming) (dni-isa xname
174 (define-pmacro (dncp164i xname xcomment xattrs xsyntax xformat xsemantics xtiming) (dni-isa xname
Dsh64-compact.cpu27 (define-pmacro (dshcf xname xcomment ignored xstart xlength)
28 (dnf xname xcomment ((ISA compact)) xstart xlength))
32 (define-pmacro (dshcop xname xcomment ignored xhardware xfield)
33 (dnop xname xcomment ((ISA compact)) xhardware xfield))
315 (define-pmacro (dshci xname xcomment xattrs xsyntax xformat xsemantics)
317 (name (.sym xname -compact))
Dmep-core.cpu974 (define-pmacro (dni-isa xname xcomment xattrs xsyntax xformat xsemantics xtiming isa)
976 (name xname)
986 (define-pmacro (dnmi-isa xname xcomment xattrs xsyntax xemit isa)
987 (dnmi xname xcomment (.splice (.unsplice xattrs) (ISA isa)) xsyntax xemit)
1000 (define-pmacro (dnci xname xcomment xattrs xsyntax xformat xsemantics xtiming)
1001 (dni-isa xname xcomment xattrs xsyntax xformat xsemantics xtiming all-core-isa-list)
1003 (define-pmacro (dncmi xname xcomment xattrs xsyntax xemit)
1004 (dnmi-isa xname xcomment xattrs xsyntax xemit all-core-isa-list)
1008 ;(define-pmacro (dncpi xname xcomment xattrs xsyntax xformat xsemantics xtiming) (dni-isa xname xc…
Dsh64-media.cpu28 (define-pmacro (dshmf xname xcomment ignored xstart xlength)
29 (dnf xname xcomment ((ISA media)) xstart xlength))
33 (define-pmacro (dshmop xname xcomment ignored xhardware xfield)
34 (dnop xname xcomment ((ISA media)) xhardware xfield))
38 (define-pmacro (dshmi xname xcomment xattrs xsyntax xformat xsemantics)
40 (name xname)
Dmep-avc.cpu37 (define-pmacro (dncpi xname xcomment xattrs xsyntax xformat xsemantics xtiming)
38 … (dni xname xcomment (.splice (.unsplice xattrs) avc-core-isa) xsyntax xformat xsemantics xtiming))
39 (define-pmacro (dn16i xname xcomment xattrs xsyntax xformat xsemantics xtiming)
40 (dni xname xcomment (.splice (.unsplice xattrs) avc-16-isa) xsyntax xformat xsemantics xtiming))
41 (define-pmacro (dn32i xname xcomment xattrs xsyntax xformat xsemantics xtiming)
42 (dni xname xcomment (.splice (.unsplice xattrs) avc-32-isa) xsyntax xformat xsemantics xtiming))
Dmep-avc2.cpu37 (define-pmacro (dncpi xname xcomment xattrs xsyntax xformat xsemantics xtiming)
38 …(dni xname xcomment (.splice (.unsplice xattrs) avc2-core-isa) xsyntax xformat xsemantics xtiming))
39 (define-pmacro (dn16i xname xcomment xattrs xsyntax xformat xsemantics xtiming)
40 (dni xname xcomment (.splice (.unsplice xattrs) avc2-16-isa) xsyntax xformat xsemantics xtiming))
41 (define-pmacro (dn32i xname xcomment xattrs xsyntax xformat xsemantics xtiming)
42 (dni xname xcomment (.splice (.unsplice xattrs) avc2-32-isa) xsyntax xformat xsemantics xtiming))
Depiphany.cpu851 (.pmacro (xname xnum)
852 (define-pmacro ((.sym hcr- xname)) (reg h-core-registers xnum)))
Dfrv.cpu2090 (define-pmacro (dann xname xcomment xmode xparse xprint)
2092 (name xname)
3093 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode)
3095 (name xname)
3105 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse)
3107 (name xname)
/toolchain/binutils/binutils-2.25/gold/
Darchive.cc236 std::string xname; in setup() local
237 header_size = this->read_header(off, true, &xname, NULL); in setup()
242 if (xname == "/") in setup()