Lines Matching refs:Ldr
221 struct Ldr { struct
250 static bool parseLdr(uint32_t insn, Ldr &ldr) { in parseLdr()
295 static bool isLiteralLdrEligible(const Ldr &ldr) { in isLiteralLdrEligible()
299 static void writeLiteralLdr(void *loc, const Ldr &ldr) { in writeLiteralLdr()
322 static bool isImmediateLdrEligible(const Ldr &ldr) { in isImmediateLdrEligible()
333 static void writeImmediateLdr(void *loc, const Ldr &ldr) { in writeImmediateLdr()
424 Ldr ldr; in applyAdrpLdr()
448 Ldr ldr; in applyAdrpLdrGot()
474 Ldr ldr; in applyAdrpAddLdr()
489 Ldr literalLdr = ldr; in applyAdrpAddLdr()
515 Ldr immediateLdr = ldr; in applyAdrpAddLdr()
535 Ldr ldr2; in applyAdrpLdrGotLdr()
549 Ldr ldr3; in applyAdrpLdrGotLdr()
568 Ldr literalLdr = ldr2; in applyAdrpLdrGotLdr()