Searched refs:highera (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | ppc64-tls-ld-preemptable.s | 25 ori 5, 5, i@dtprel@highera # R_PPC64_DTPREL16_HIGHERA
|
| H A D | ppc64-reloc-addr.s | 41 li 3, a@highera
|
| H A D | ppc64-local-exec-tls.s | 84 ori 4, 4, b@tprel@highera
|
| H A D | ppc64-dtprel.s | 62 ori 4, 4, k@dtprel@highera
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-fixups.s | 132 # CHECK-BE: li 3, target@highera # encoding: [0x38,0x60,A,A] 133 # CHECK-LE: li 3, target@highera # encoding: [A,A,0x60,0x38] 134 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@highera, kind: f… 135 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@highera, kind: f… 138 li 3, target@highera 405 # CHECK-BE: addi 3, 3, target@tprel@highera # encoding: [0x38,0x63,A,A] 406 # CHECK-LE: addi 3, 3, target@tprel@highera # encoding: [A,A,0x63,0x38] 411 addi 3, 3, target@tprel@highera 501 # CHECK-BE: addi 3, 3, target@dtprel@highera # encoding: [0x38,0x63,A,A] 502 # CHECK-LE: addi 3, 3, target@dtprel@highera # encoding: [A,A,0x63,0x38] [all …]
|
| H A D | tls-le-v2-abi.s | 50 ori 3, 3, i@tprel@highera
|
| H A D | ppc64-fixup-apply.s | 50 addi 1, 1, target7@highera
|
| H A D | tls-ld-v2-abi.s | 103 ori 4, 4, i@dtprel@highera
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 408 static uint16_t highera(uint64_t v) { return (v + 0x8000) >> 32; } in highera() function 1261 write16(loc, highera(val)); in relocate()
|