Home
last modified time | relevance | path

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

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dx86-codegen.h1664 #define x86_fptan(inst) do { *(inst)++ = (unsigned char)0xd9; *(inst)++ = (unsigned char)0xf2; } wh… macro
H A Damd64-codegen.h697 #define amd64_fptan_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_fptan(inst); } w…
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dx86-codegen.h1664 #define x86_fptan(inst) do { *(inst)++ = (unsigned char)0xd9; *(inst)++ = (unsigned char)0xf2; } wh… macro
H A Damd64-codegen.h697 #define amd64_fptan_size(inst,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_fptan(inst); } w…
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h1946 #define x86_fptan(inst) do { x86_codegen_pre(&(inst), 2); *(inst)++ = (unsigned char)0xd9; *(inst)+… macro
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86.c3645 x86_fptan (code); in mono_arch_output_basic_block()
3662 x86_fptan (code); in mono_arch_output_basic_block()
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h1342 #define amd64_fptan_size(inst,size) do { amd64_codegen_pre(inst); x86_fptan(inst); amd64_codegen_po…