Searched refs:emitByte (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp491 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 JCE.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(
[all...]
H A DX86CodeEmitter.cpp367 MCE.emitByte(ModRMByte(3, RegOpcodeFld, getX86RegNum(ModRMReg)));
372 MCE.emitByte(ModRMByte(3, RegOpcodeFld, 0));
380 MCE.emitByte(ModRMByte(SS, Index, Base));
387 MCE.emitByte(Val & 255);
489 MCE.emitByte(ModRMByte(0, RegOpcodeField, 5));
518 MCE.emitByte(ModRMByte(0, RegOpcodeField, 5));
528 MCE.emitByte(ModRMByte(0, RegOpcodeField, BaseRegNo));
534 MCE.emitByte(ModRMByte(1, RegOpcodeField, BaseRegNo));
540 MCE.emitByte(ModRMByte(2, RegOpcodeField, BaseRegNo));
554 MCE.emitByte(ModRMByt
[all...]
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h77 /// emitByte - This callback is invoked when a byte needs to be written to the
80 void emitByte(uint8_t B) { function in class:llvm::JITCodeEmitter
181 emitByte(Byte);
187 emitByte(Byte);
203 emitByte(Byte);
212 emitByte(C);
214 emitByte(0);
H A DMachineCodeEmitter.h81 /// emitByte - This callback is invoked when a byte needs to be written to the
84 void emitByte(uint8_t B) { function in class:llvm::MachineCodeEmitter
184 emitByte(Byte);
199 emitByte(Byte);
209 emitByte(C);
211 emitByte(0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 342 milliseconds