X86_MOVQ           73 core/vm-x86.c          X86_MOVQ(op.a, PN_TRUE); 			/* -A(%rbp) = TRUE */ \
X86_MOVQ           75 core/vm-x86.c          X86_MOVQ(op.a, PN_FALSE) 			/* -A(%rbp) = FALSE */
X86_MOVQ          261 core/vm-x86.c        X86_MOVQ(regs + argx, PN_NIL);
X86_MOVQ          292 core/vm-x86.c    X86_MOVQ(op.a, op.b);
X86_MOVQ          418 core/vm-x86.c      X86_MOVQ(op.a, PN_NIL);
X86_MOVQ          424 core/vm-x86.c      if (!nnil) { X86_MOVQ(op.a, PN_NIL); }
X86_MOVQ          627 core/vm-x86.c    X86_MOVQ(op.a, test ? PN_FALSE : PN_TRUE); 		// -A(%rbp) = TRUE
X86_MOVQ          629 core/vm-x86.c    X86_MOVQ(op.a, test ? PN_TRUE : PN_FALSE); 		// -A(%rbp) = FALSE
X86_MOVQ          799 core/vm-x86.c    X86_MOVQ(op.a, op.b);
X86_MOVQ          804 core/vm-x86.c    X86_MOVQ(start - 3, P);