Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/MachO/Arch/
HDARM64.cpp366 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdd() local
369 if (!parseAdrp(ins1, adrp) || !parseAdd(ins2, add)) in applyAdrpAdd()
395 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdrp() local
397 if (!parseAdrp(ins1, adrp1) || !parseAdrp(ins2, adrp2)) in applyAdrpAdrp()
422 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdr() local
425 if (!parseAdrp(ins1, adrp) || !parseLdr(ins2, ldr)) in applyAdrpLdr()
446 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdrGot() local
449 if (parseAdd(ins2, add)) in applyAdrpLdrGot()
451 else if (parseLdr(ins2, ldr)) in applyAdrpLdrGot()
469 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAddLdr() local
[all …]