TAG_PREP 70 core/vm-x86.c TAG_PREP(tag); \ TAG_PREP 109 core/vm-x86.c TAG_PREP(dbl_a); ASM(0x74); ASM(0); /* je [a] */ \ TAG_PREP 111 core/vm-x86.c if (two) { TAG_PREP(dbl_a1); ASM(0x74); ASM(0); /* je [a] */ } \ TAG_PREP 113 core/vm-x86.c TAG_PREP(end_b); ASM(0xEB); ASM(0); /* jmp [b] */ \ TAG_PREP 138 core/vm-x86.c TAG_PREP(dbl_b); ASM(0x74);ASM(0); /* je [dbl_b] */ \ TAG_PREP 140 core/vm-x86.c TAG_PREP(dbl_a); ASM(0x74);ASM(0); /* je [dbl_a] */ \ TAG_PREP 143 core/vm-x86.c TAG_PREP(true_1); ASM(iop); ASM(0); /* j? [true] */ \ TAG_PREP 144 core/vm-x86.c TAG_PREP(false_); ASM(0xEB); ASM(0); /* jmp [false] */ \ TAG_PREP 153 core/vm-x86.c TAG_PREP(cmp_dbl); ASM(0xEB);ASM(0); /* jmp [cmp_dbl] */ \ TAG_PREP 166 core/vm-x86.c TAG_PREP(true_2); ASM(xop); ASM(0); /* j? [true] */ \ TAG_PREP 186 core/vm-x86.c TAG_PREP(_end); ASM(0xE9); ASMI(0); /* jmp [_end] */ \ TAG_PREP 236 core/vm-x86.c TAG_PREP(_end1); ASM(0xEB); ASM(0); /* jmp [_end] */ \ TAG_PREP 864 core/vm-x86.c TAG_PREP(false1); ASM(0x74); ASM(0); // je false (+13,21) TAG_PREP 866 core/vm-x86.c TAG_PREP(false2); ASM(0x74); ASM(0); // jz false (+9,16) TAG_PREP 868 core/vm-x86.c TAG_PREP(true1); ASM(0xEB); ASM(0); // jmp true (+7,14) TAG_PREP 917 core/vm-x86.c TAG_PREP(tag); TAG_PREP 943 core/vm-x86.c TAG_PREP(tag_a1); TAG_PREP 946 core/vm-x86.c TAG_PREP(tag_a2); TAG_PREP 952 core/vm-x86.c TAG_PREP(tag_c); TAG_PREP 968 core/vm-x86.c TAG_PREP(tag_d); TAG_PREP 979 core/vm-x86.c TAG_PREP(tag_b);