Home
last modified time | relevance | path

Searched refs:x86_shift_reg (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dmips64_x86_trans.c1615 x86_shift_reg(b->jit_ptr,X86_SHL,X86_EAX); in DECLARE_INSN()
1672 x86_shift_reg(b->jit_ptr,X86_SAR,X86_EBX); in DECLARE_INSN()
1729 x86_shift_reg(b->jit_ptr,X86_SHR,X86_EBX); in DECLARE_INSN()
2424 x86_shift_reg(b->jit_ptr,X86_SHL,X86_EAX); in DECLARE_INSN()
2642 x86_shift_reg(b->jit_ptr,X86_SAR,X86_EAX); in DECLARE_INSN()
2677 x86_shift_reg(b->jit_ptr,X86_SHR,X86_EAX); in DECLARE_INSN()
H A Dppc32_x86_trans.c3178 x86_shift_reg(iop->ob_ptr,X86_ROL,hreg_t0); in DECLARE_INSN()
3228 x86_shift_reg(iop->ob_ptr,X86_SHL,hreg_t0); in DECLARE_INSN()
3323 x86_shift_reg(iop->ob_ptr,X86_SHR,hreg_t0); in DECLARE_INSN()
H A Dx86-codegen.h704 #define x86_shift_reg(inst,opc,reg) \ macro
H A Damd64-codegen.h566 …ize(inst,opc,reg,size) do { amd64_emit_rex ((inst),(size),0,0,(reg)); x86_shift_reg((inst),(opc),(…
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dmips64_x86_trans.c1643 x86_shift_reg(b->jit_ptr,X86_SHL,X86_EAX); in DECLARE_INSN()
1700 x86_shift_reg(b->jit_ptr,X86_SAR,X86_EBX); in DECLARE_INSN()
1757 x86_shift_reg(b->jit_ptr,X86_SHR,X86_EBX); in DECLARE_INSN()
2484 x86_shift_reg(b->jit_ptr,X86_SHL,X86_EAX); in DECLARE_INSN()
2702 x86_shift_reg(b->jit_ptr,X86_SAR,X86_EAX); in DECLARE_INSN()
2737 x86_shift_reg(b->jit_ptr,X86_SHR,X86_EAX); in DECLARE_INSN()
H A Dppc32_x86_trans.c3145 x86_shift_reg(iop->ob_ptr,X86_ROL,hreg_t0); in DECLARE_INSN()
3195 x86_shift_reg(iop->ob_ptr,X86_SHL,hreg_t0); in DECLARE_INSN()
3290 x86_shift_reg(iop->ob_ptr,X86_SHR,hreg_t0); in DECLARE_INSN()
H A Dx86-codegen.h704 #define x86_shift_reg(inst,opc,reg) \ macro
H A Damd64-codegen.h566 …ize(inst,opc,reg,size) do { amd64_emit_rex ((inst),(size),0,0,(reg)); x86_shift_reg((inst),(opc),(…
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-x86.c2830 x86_shift_reg (code, X86_SHL, ins->dreg); in mono_arch_output_basic_block()
2834 x86_shift_reg (code, X86_SAR, ins->dreg); in mono_arch_output_basic_block()
2846 x86_shift_reg (code, X86_SHR, ins->dreg); in mono_arch_output_basic_block()
2857 x86_shift_reg (code, X86_SHL, ins->sreg1); in mono_arch_output_basic_block()
2874 x86_shift_reg (code, X86_SAR, ins->backend.reg3); in mono_arch_output_basic_block()
2891 x86_shift_reg (code, X86_SHR, ins->backend.reg3); in mono_arch_output_basic_block()
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h795 #define x86_shift_reg(inst,opc,reg) \ macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h1208 … { amd64_codegen_pre(inst); amd64_emit_rex ((inst),(size),0,0,(reg)); x86_shift_reg((inst),(opc),(…