Home
last modified time | relevance | path

Searched refs:x86_fstsw (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dx86-codegen.h1336 #define x86_fstsw(inst) \ macro
H A Damd64-codegen.h643 #define amd64_fstsw_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_fstsw(inst); } w…
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dx86-codegen.h1336 #define x86_fstsw(inst) \ macro
H A Damd64-codegen.h643 #define amd64_fstsw_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_fstsw(inst); } w…
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h1503 #define x86_fstsw(inst) \ macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h1285 …ze) do { amd64_codegen_pre(inst); amd64_emit_rex ((inst),(size),0,0,0); x86_fstsw(inst); amd64_cod…
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86.c3657 x86_fstsw (code); in mono_arch_output_basic_block()