Home
last modified time | relevance | path

Searched refs:highesta (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-tls-ld-preemptable.s24 lis 5, i@dtprel@highesta # R_PPC64_DTPREL16_HIGHESTA
H A Dppc64-reloc-addr.s51 li 3, a@highesta
H A Dppc64-local-exec-tls.s83 lis 4, b@tprel@highesta
H A Dppc64-dtprel.s61 lis 4, k@dtprel@highesta
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-fixups.s140 # CHECK-BE: lis 3, target@highesta # encoding: [0x3c,0x60,A,A]
141 # CHECK-LE: lis 3, target@highesta # encoding: [A,A,0x60,0x3c]
142 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@highesta, kind: …
143 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@highesta, kind: …
146 lis 3, target@highesta
413 # CHECK-BE: addis 3, 2, target@tprel@highesta # encoding: [0x3c,0x62,A,A]
414 # CHECK-LE: addis 3, 2, target@tprel@highesta # encoding: [A,A,0x62,0x3c]
419 addis 3, 2, target@tprel@highesta
509 # CHECK-BE: addis 3, 2, target@dtprel@highesta # encoding: [0x3c,0x62,A,A]
510 # CHECK-LE: addis 3, 2, target@dtprel@highesta # encoding: [A,A,0x62,0x3c]
[all …]
H A Dtls-le-v2-abi.s49 lis 3, i@tprel@highesta
H A Dppc64-fixup-apply.s51 addis 1, 1, target7@highesta
H A Dtls-ld-v2-abi.s102 lis 4, i@dtprel@highesta
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp410 static uint16_t highesta(uint64_t v) { return (v + 0x8000) >> 48; } in highesta() function
1269 write16(loc, highesta(val)); in relocate()