ASM_MOV_EBP        55 core/vm-x86.c  #define X86_MOV_RBP(reg, x) X86_PRE(); ASM(reg); ASM_MOV_EBP(0x45,x)
ASM_MOV_EBP        58 core/vm-x86.c          ASM(0xC7); ASM_MOV_EBP(0x45,reg)	/* movl -A(%rbp) */ \
ASM_MOV_EBP        63 core/vm-x86.c          X86_PRE(); ASM(0x89); ASM_MOV_EBP(0x45,reg)	       	/* movq %rax, -A(%rbp) */
ASM_MOV_EBP       107 core/vm-x86.c          if (two) { X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x55,op.b) }	/* mov -B(%rbp) %edx */	\
ASM_MOV_EBP       135 core/vm-x86.c          X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x55,op.a)	/* mov -A(%rbp) %rdx */ \
ASM_MOV_EBP       180 core/vm-x86.c          X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x55,op.a)	/* mov -A(%rbp) %rdx */ \
ASM_MOV_EBP       340 core/vm-x86.c  	ASM(0x8b); ASM_MOV_EBP(0x55,regn) 			//mov -0x8(%ebp), %edx
ASM_MOV_EBP       349 core/vm-x86.c  	ASM(0x89); ASM_MOV_EBP(0x55,regn)			//mov %edx, regn(%ebp)
ASM_MOV_EBP       360 core/vm-x86.c        X86_PRE(); ASM(out ? 0x8b : 0x89); ASM_MOV_EBP(0x7d,regn) // mov -regn(%rbp), %rdi
ASM_MOV_EBP       367 core/vm-x86.c        X86_PRE(); ASM(out ? 0x8b : 0x89); ASM_MOV_EBP(0x75,regn)
ASM_MOV_EBP       374 core/vm-x86.c        X86_PRE(); ASM(out ? 0x8b : 0x89); ASM_MOV_EBP(0x55,regn)
ASM_MOV_EBP       381 core/vm-x86.c        X86_PRE(); ASM(out ? 0x8b : 0x89); ASM_MOV_EBP(0x4d,regn)
ASM_MOV_EBP       388 core/vm-x86.c        ASM(0x4c); ASM(out ? 0x8b : 0x89); ASM_MOV_EBP(0x45,regn)
ASM_MOV_EBP       395 core/vm-x86.c        ASM(0x4c); ASM(out ? 0x8b : 0x89); ASM_MOV_EBP(0x4d,regn)
ASM_MOV_EBP       400 core/vm-x86.c  	X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x5d,regn) // mov %rbp(A) %rbx
ASM_MOV_EBP       408 core/vm-x86.c  	X86_PRE(); ASM(0x89); ASM_MOV_EBP(0x5d,regn) // mov %rbp(A) %rbx
ASM_MOV_EBP       527 core/vm-x86.c    X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x55, op.a) 	// mov %rsp(A) %rdx
ASM_MOV_EBP       539 core/vm-x86.c    X86_PRE(); ASM(0x89); ASM_MOV_EBP(0x55, regs + op.b)// a: mov %rdx %rsp(B)
ASM_MOV_EBP       554 core/vm-x86.c    X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x55, op.a) 		// mov -A(%rbp) %edx
ASM_MOV_EBP       567 core/vm-x86.c    X86_PRE(); ASM(0x89); ASM_MOV_EBP(0x45, op.a) 	// mov %eax -A(%rbp)
ASM_MOV_EBP       586 core/vm-x86.c      X86_PRE();ASM(0x8b);ASM_MOV_EBP(0x55,op.b-ASM_TPL_IMM); // mov -B-1024(%rbp) %rdx
ASM_MOV_EBP       920 core/vm-x86.c    X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x55, op.b)		// mov -B(%rbp) %rdx
ASM_MOV_EBP       922 core/vm-x86.c    ASM(0x89); ASM(0x54); ASM_MOV_EBP(0x85, op.a + 2)	// mov %edx -A(%ebp,%eax,4)
ASM_MOV_EBP       941 core/vm-x86.c    X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x45, op.a)		// mov %rbp(A) %rax
ASM_MOV_EBP       959 core/vm-x86.c    X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x45, op.a)		// mov %rbp(A) %rax
ASM_MOV_EBP       963 core/vm-x86.c    X86_PRE(); ASM(0x89); ASM_MOV_EBP(0x45, op.a)		// mov %rax %rbp(A)
ASM_MOV_EBP       984 core/vm-x86.c    X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x45, op.a)      // d: mov %rbp(A) %rax
ASM_MOV_EBP      1064 core/vm-x86.c        X86_PRE(); ASM(0x8B); ASM_MOV_EBP(0x55, lregs + opp.b) // mov upval %rdx