Lines Matching refs:emitByte
485 JCE.emitByte(0x49); // REX prefix
486 JCE.emitByte(0xB8+2); // movabsq r10
489 JCE.emitByte(0x41); // REX prefix
490 JCE.emitByte(0xFF); // jmpq *r10
491 JCE.emitByte(2 | (4 << 3) | (3 << 6));
493 JCE.emitByte(0xE9);
500 JCE.emitByte
501 JCE.emitByte(0xB8+2); // movabsq r10
504 JCE.emitByte(0x41); // REX prefix
505 JCE.emitByte(0xFF); // callq *r10
506 JCE.emitByte(2 | (2 << 3) | (3 << 6));
508 JCE.emitByte(0xE8); // Call with 32 bit pc-rel destination...
516 JCE.emitByte(0xCE); // Interrupt - Just a marker identifying the stub!