Home
last modified time | relevance | path

Searched refs:GP (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp903 int32_t GP = pParent.getGPAddress(); in hi16() local
904 pReloc.result() = ((AHL + GP - P) - (int16_t)(AHL + GP - P)) >> 16; in hi16()
928 int32_t GP = pParent.getGPAddress(); in lo16() local
929 pReloc.result() = AHL + GP - P + 4; in lo16()
949 uint64_t GP = pParent.getGPAddress(); in gprel16() local
953 pReloc.result() = A + S + GP0 - GP; in gprel16()
955 pReloc.result() = A + S - GP; in gprel16()
1030 uint64_t GP = pParent.getGPAddress(); in gprel32() local
1032 pReloc.result() = A + S + GP0 - GP; in gprel32()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp770 Relocator::DWord GP = pParent.getTarget().getGP(); in relocGPREL() local
772 uint32_t result = (uint32_t)(S + A - GP); in relocGPREL()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td465 HelpText<"Set the maximum size of objects to be optimized using GP">;