Home
last modified time | relevance | path

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

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dx86-codegen.h965 #define x86_mov_mem_imm(inst,mem,imm,size) \ macro
H A Damd64-codegen.h595 …m_size(inst,mem,imm,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_mov_mem_imm((inst),(mem),…
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dx86-codegen.h965 #define x86_mov_mem_imm(inst,mem,imm,size) \ macro
H A Damd64-codegen.h595 …m_size(inst,mem,imm,size) do { amd64_emit_rex ((inst),(size),0,0,0); x86_mov_mem_imm((inst),(mem),…
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h1089 #define x86_mov_mem_imm(inst,mem,imm,size) \ macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h1237 … do { amd64_codegen_pre(inst); amd64_emit_rex ((inst),(size),0,0,0); x86_mov_mem_imm((inst),(mem),…
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86.c2490 x86_mov_mem_imm (code, ins->inst_p0, ins->inst_c0, 4); in mono_arch_output_basic_block()