Home
last modified time | relevance | path

Searched refs:invd (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/i386/i386/
H A Dlocore.S720 invd
730 invd
733 invd /* Start with guaranteed clean cache */
772 invd
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d4378 override void visit(InvariantDeclaration invd) in visit() argument
4380 if (invd.semanticRun >= PASS.semanticdone) in visit()
4382 if (invd._scope) in visit()
4384 sc = invd._scope; in visit()
4385 invd._scope = null; in visit()
4388 invd.parent = sc.parent; in visit()
4389 Dsymbol p = invd.parent.pastMixin(); in visit()
4393 …error(invd.loc, "`invariant` can only be a member of aggregate, not %s `%s`", p.kind(), p.toChars(… in visit()
4394 invd.type = Type.terror; in visit()
4395 invd.errors = true; in visit()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSystem.td458 def INVD : I<0x08, RawFrm, (outs), (ins), "invd", []>, TB;
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.tbl988 invd, 0xf08, i486, NoSuf, {}
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.tbl887 invd, 0xf08, None, Cpu486, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf, {}