TAG_JMPB 190 core/vm-x86.c TAG_JMPB(0x74, l2); /* je l2 */ \ TAG_JMPB 199 core/vm-x86.c TAG_JMPB(0x75, l2); /* jne l2 */ \ TAG_JMPB 202 core/vm-x86.c TAG_JMPB(0x75, l2); /* jne l2 */ \ TAG_JMPB 205 core/vm-x86.c TAG_JMPB(0x74, l2); /* je l2 */ \ TAG_JMPB 214 core/vm-x86.c TAG_JMPB(0x75, l2); /* jne l2 */ \ TAG_JMPB 232 core/vm-x86.c TAG_JMPB(0x7a, l9); /* jp [ret_false] # wide */ \ TAG_JMPB 233 core/vm-x86.c TAG_JMPB(nop, l9); /* jne [ret_false] # wide (negated iop) */ \ TAG_JMPB 242 core/vm-x86.c TAG_JMPB(0x75, l24); /* je l24 */ \ TAG_JMPB 245 core/vm-x86.c TAG_JMPB(0xeb, l8); /* jmp l8 */ \