Home | History | Annotate | Download | only in X86

Lines Matching refs:emitByte

491     JCE.emitByte(0x49);          // REX prefix
492 JCE.emitByte(0xB8+2); // movabsq r10
495 JCE.emitByte(0x41); // REX prefix
496 JCE.emitByte(0xFF); // jmpq *r10
497 emitByte(2 | (4 << 3) | (3 << 6));
499 JCE.emitByte(0xE9);
506 JCE.emitByte(0x49); // REX prefix
507 JCE.emitByte(0xB8+2); // movabsq r10
510 JCE.emitByte(0x41); // REX prefix
511 JCE.emitByte(0xFF); // callq *r10
512 JCE.emitByte(2 | (2 << 3) | (3 << 6));
514 JCE.emitByte(0xE8); // Call with 32 bit pc-rel destination...
522 JCE.emitByte(0xCE); // Interrupt - Just a marker identifying the stub!