Home
last modified time | relevance | path

Searched refs:x86_pushfd (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dx86-codegen.h1422 #define x86_pushfd(inst) do { *(inst)++ = (unsigned char)0x9c; } while (0) macro
H A Damd64-codegen.h655 #define amd64_pushfd_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_pushfd(inst); }…
H A Dppc32_x86_trans.c237 x86_pushfd(b->jit_ptr); in ppc32_update_cr()
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dx86-codegen.h1422 #define x86_pushfd(inst) do { *(inst)++ = (unsigned char)0x9c; } while (0) macro
H A Damd64-codegen.h655 #define amd64_pushfd_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_pushfd(inst); }…
H A Dppc32_x86_trans.c243 x86_pushfd(b->jit_ptr); in ppc32_update_cr()
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h1599 #define x86_pushfd(inst) do { *(inst)++ = (unsigned char)0x9c; } while (0) macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h1297 …e) do { amd64_codegen_pre(inst); amd64_emit_rex ((inst),(size),0,0,0); x86_pushfd(inst); amd64_cod…