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

/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp490 JCE.emitByte(0x49); // REX prefix
491 JCE.emitByte(0xB8+2); // movabsq r10
494 JCE.emitByte(0x41); // REX prefix
495 JCE.emitByte(0xFF); // jmpq *r10
496 JCE.emitByte(2 | (4 << 3) | (3 << 6));
498 JCE.emitByte(0xE9);
505 JCE.emitByte(0x49); // REX prefix
506 JCE.emitByte(0xB8+2); // movabsq r10
509 JCE.emitByte(0x41); // REX prefix
510 JCE.emitByte(
[all...]
H A DX86CodeEmitter.cpp366 MCE.emitByte(ModRMByte(3, RegOpcodeFld, X86_MC::getX86RegNum(ModRMReg)));
371 MCE.emitByte(ModRMByte(3, RegOpcodeFld, 0));
379 MCE.emitByte(ModRMByte(SS, Index, Base));
386 MCE.emitByte(Val & 255);
488 MCE.emitByte(ModRMByte(0, RegOpcodeField, 5));
517 MCE.emitByte(ModRMByte(0, RegOpcodeField, 5));
527 MCE.emitByte(ModRMByte(0, RegOpcodeField, BaseRegNo));
533 MCE.emitByte(ModRMByte(1, RegOpcodeField, BaseRegNo));
539 MCE.emitByte(ModRMByte(2, RegOpcodeField, BaseRegNo));
553 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);
213 emitByte(C);
215 emitByte(0);
H A DMachineCodeEmitter.h82 /// emitByte - This callback is invoked when a byte needs to be written to the
85 void emitByte(uint8_t B) { function in class:llvm::MachineCodeEmitter
185 emitByte(Byte);
200 emitByte(Byte);
210 emitByte(C);
212 emitByte(0);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp90 JCE->emitByte(dwarf::DW_CFA_advance_loc4);
101 JCE->emitByte(dwarf::DW_CFA_def_cfa_offset);
103 JCE->emitByte(dwarf::DW_CFA_def_cfa);
114 JCE->emitByte(dwarf::DW_CFA_def_cfa_register);
124 JCE->emitByte(dwarf::DW_CFA_offset_extended_sf);
128 JCE->emitByte(dwarf::DW_CFA_offset + Reg);
131 JCE->emitByte(dwarf::DW_CFA_offset_extended);
395 JCE->emitByte(dwarf::DW_EH_PE_omit);
397 JCE->emitByte(dwarf::DW_EH_PE_absptr);
401 JCE->emitByte(dwar
[all...]
/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 490 milliseconds