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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-sparc.c578 /* sethi %hi(.-.plt0),%g1. We fill in the address later. */
620 unsigned int sethi, ba;
626 sethi = 0x03000000 | (index * PLT64_ENTRY_SIZE);
630 bfd_put_32 (output_bfd, (bfd_vma) sethi, entry);
709 0x05000000, /* sethi %hi(_GLOBAL_OFFSET_TABLE_+8), %g2 */
719 0x03000000, /* sethi %hi(_GLOBAL_OFFSET_TABLE_+f@got), %g1 */
724 0x03000000, /* sethi %hi(f@pltindex), %g1 */
740 0x03000000, /* sethi %hi(f@got), %g1 */
745 0x03000000, /* sethi %hi(f@pltindex), %g1 */
3608 /* Relocate the initial sethi
619 unsigned int sethi, ba; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp5777 unsigned sethi = MI->getOperand(6).getReg(); local
5779 BuildMI(BB, dl, TII->get(TargetOpcode::COPY), ARM::R1).addReg(sethi);

Completed in 144 milliseconds