Searched refs:invd (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/i386/i386/ |
H A D | locore.S | 720 invd 730 invd 733 invd /* Start with guaranteed clean cache */ 772 invd
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dsymbolsem.d | 4378 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 D | X86InstrSystem.td | 458 def INVD : I<0x08, RawFrm, (outs), (ins), "invd", []>, TB;
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-opc.tbl | 988 invd, 0xf08, i486, NoSuf, {}
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-opc.tbl | 887 invd, 0xf08, None, Cpu486, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf, {}
|