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

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp337 /// getMovi32Value - Return binary encoding of operand for movw/movt. If the
340 unsigned getMovi32Value(const MachineInstr &MI,const MachineOperand &MO,
425 /// getMovi32Value - Return binary encoding of operand for movw/movt. If the
427 unsigned ARMCodeEmitter::getMovi32Value(const MachineInstr &MI, function in class:ARMCodeEmitter
702 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF;
715 unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
1033 unsigned Lo16 = getMovi32Value(MI, MI.getOperand(OpIdx),
1041 unsigned Hi16 = (getMovi32Value(MI, MI.getOperand(OpIdx),

Completed in 100 milliseconds