TAG_JMPF 80 core/vm-x86.c #define TAG_JMPFW(insn, tag) TAG_JMPF(insn, tag) TAG_JMPF 178 core/vm-x86.c TAG_JMPF(0x74, l23); /* je l23 */ \ TAG_JMPF 183 core/vm-x86.c TAG_JMPF(0x74, l12); /* je l12 */ \ TAG_JMPF 193 core/vm-x86.c TAG_JMPF(0x75, l14); /* jne l14 */ \ TAG_JMPF 208 core/vm-x86.c TAG_JMPF(0x75, l16); /* jne l16 */ \ TAG_JMPF 218 core/vm-x86.c TAG_JMPF(0x74, l5); /* je l5 */ \ TAG_JMPF 225 core/vm-x86.c TAG_JMPF(0x74, l7); /* je l7 */ \