Home
last modified time | relevance | path

Searched refs:reloc_arm_movw (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMRelocations.h56 reloc_arm_movw enumerator
DARMELFWriterInfo.cpp48 case ARM::reloc_arm_movw: return ELF::R_ARM_MOVW_ABS_NC; break; in getRelocationType()
DARMJITInfo.cpp322 case ARM::reloc_arm_movw: { in relocate()
DARMCodeEmitter.cpp417 assert(((Reloc == ARM::reloc_arm_movt) || (Reloc == ARM::reloc_arm_movw)) in getMovi32Value()
691 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF; in emitMOVi32immInstruction()
1025 ARM::reloc_arm_movw); in emitDataProcessingInstruction()