Lines Matching refs:X86
1 //===-- X86JITInfo.cpp - Implement the JIT interfaces for the X86 target --===//
10 // This file implements the JIT interfaces for the X86 target.
42 // X86 doesn't need to invalidate the processor cache, so just invalidate
87 // No need to save EAX/EDX for X86-64.
332 llvm_unreachable("Cannot call X86CompilationCallback() on a non-x86 arch!");
385 "X86-64 doesn't support rewriting non-stub lazy compilation calls:"
538 switch ((X86::RelocationType)MR->getRelocationType()) {
539 case X86::reloc_pcrel_word: {
546 case X86::reloc_picrel_word: {
553 case X86::reloc_absolute_word:
554 case X86::reloc_absolute_word_sext:
559 case X86::reloc_absolute_dword: