Searched refs:highesta (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | ppc64-tls-ld-preemptable.s | 24 lis 5, i@dtprel@highesta # R_PPC64_DTPREL16_HIGHESTA
|
| H A D | ppc64-reloc-addr.s | 51 li 3, a@highesta
|
| H A D | ppc64-local-exec-tls.s | 83 lis 4, b@tprel@highesta
|
| H A D | ppc64-dtprel.s | 61 lis 4, k@dtprel@highesta
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-fixups.s | 140 # 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 D | tls-le-v2-abi.s | 49 lis 3, i@tprel@highesta
|
| H A D | ppc64-fixup-apply.s | 51 addis 1, 1, target7@highesta
|
| H A D | tls-ld-v2-abi.s | 102 lis 4, i@dtprel@highesta
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 410 static uint16_t highesta(uint64_t v) { return (v + 0x8000) >> 48; } in highesta() function 1269 write16(loc, highesta(val)); in relocate()
|