Home
last modified time | relevance | path

Searched refs:x86_pushad (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dx86-codegen.h1421 #define x86_pushad(inst) do { *(inst)++ = (unsigned char)0x60; } while (0) macro
H A Damd64-codegen.h654 #define amd64_pushad_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_pushad(inst); }…
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dx86-codegen.h1421 #define x86_pushad(inst) do { *(inst)++ = (unsigned char)0x60; } while (0) macro
H A Damd64-codegen.h654 #define amd64_pushad_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_pushad(inst); }…
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h1598 #define x86_pushad(inst) do { *(inst)++ = (unsigned char)0x60; } while (0) macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h1296 …e) do { amd64_codegen_pre(inst); amd64_emit_rex ((inst),(size),0,0,0); x86_pushad(inst); amd64_cod…