X86_MOVQ 167 core/vm-x86.c TAG_LABEL(false_); X86_MOVQ(op.a, PN_FALSE); /* false: -A(%rbp) = FALSE */ \ X86_MOVQ 170 core/vm-x86.c X86_MOVQ(op.a, PN_TRUE); /* true: -A(%rbp) = TRUE */ X86_MOVQ 185 core/vm-x86.c X86_MOVQ(op.a, PN_FALSE); /* movl FALSE, -A(%rbp) */ \ X86_MOVQ 235 core/vm-x86.c X86_MOVQ(op.a, PN_TRUE); /* true: -A(%rbp) = TRUE */ \ X86_MOVQ 445 core/vm-x86.c X86_MOVQ(regs + argx, PN_NIL); X86_MOVQ 478 core/vm-x86.c X86_MOVQ(op.a, op.b); X86_MOVQ 639 core/vm-x86.c X86_MOVQ(op.a, PN_NIL); X86_MOVQ 645 core/vm-x86.c if (!nnil) { X86_MOVQ(op.a, PN_NIL); } X86_MOVQ 867 core/vm-x86.c X86_MOVQ(op.a, test ? PN_FALSE : PN_TRUE); // -A(%rbp) = TRUE X86_MOVQ 870 core/vm-x86.c X86_MOVQ(op.a, test ? PN_TRUE : PN_FALSE); // -A(%rbp) = FALSE X86_MOVQ 1053 core/vm-x86.c X86_MOVQ(op.a, op.b); X86_MOVQ 1058 core/vm-x86.c X86_MOVQ(start - 3, P);