<?xml version="1.0" ?><?xml-stylesheet type="text/xsl" encoding="UTF-8" href="iform.xsl" version="1.0"?><!DOCTYPE instructionsection  PUBLIC '-//ARM//DTD instructionsection //EN'  'iform-p.dtd'><!-- Copyright (c) 2010-2026 Arm Limited or its affiliates. All rights reserved. --><!-- This document is Non-Confidential. This document may only be used and distributed in accordance with the terms of the agreement entered into by Arm and the party that Arm delivered this document to. --><instructionsection id="PLD_r" title="PLD, PLDW (register) -- AArch32" type="instruction">
  <docvars>
    <docvar key="instr-class" value="general"/>
  </docvars>
  <heading>PLD, PLDW (register)</heading>
  <desc>
    <brief>
      <para>Preload Data (register)</para>
    </brief>
    <authored>
      <para>Preload Data (register) signals the memory system that data memory
accesses from a specified address are likely in the near future. The
memory system can respond by taking actions that are expected to
speed up the memory accesses when they do occur, such as preloading
the cache line containing the specified address into the data cache.</para>
      <para>The <instruction>PLD</instruction> instruction signals that the likely memory access is a
read, and the <instruction>PLDW</instruction> instruction signals that it is a write.</para>
      <para>The effect of a <instruction>PLD</instruction> or <instruction>PLDW</instruction> instruction is
<arm-defined-word>IMPLEMENTATION DEFINED</arm-defined-word>.  For more information,
see <xref linkend="ARMARM_CEGJJFCA">Preloading caches</xref>.</para>
    </authored>
    <encodingnotes>
      <para>For more information about the <arm-defined-word>CONSTRAINED UNPREDICTABLE</arm-defined-word> behavior of this instruction, see <xref linkend="ARMARM_CJAEGDJC">Architectural Constraints on UNPREDICTABLE behaviors</xref>.</para>
    </encodingnotes>
  </desc>
  <alias_list howmany="0"/>
  <classes>
    <classesintro count="2">
      <txt>It has encodings from the following instruction sets:</txt>
      <txt> A32 (</txt>
      <a href="#iclass_a1">A1</a>
      <txt>)</txt>
      <txt> and </txt>
      <txt> T32 (</txt>
      <a href="#iclass_t1">T1</a>
      <txt>)</txt>
      <txt>.</txt>
    </classesintro>
    <iclass name="A1" oneof="2" id="iclass_a1" no_encodings="4" isa="A32">
      <docvars>
        <docvar key="armarmheading" value="A1"/>
        <docvar key="instr-class" value="general"/>
        <docvar key="isa" value="A32"/>
      </docvars>
      <iclassintro count="4"/>
      <regdiagram form="32" psname="A32.uncond_as.uncondhints.preload_reg.PLD_r_A1" tworows="1">
        <box hibit="31" width="7" settings="7">
          <c>1</c>
          <c>1</c>
          <c>1</c>
          <c>1</c>
          <c>0</c>
          <c>1</c>
          <c>1</c>
        </box>
        <box hibit="24" name="D" usename="1" settings="1" psbits="x">
          <c>1</c>
        </box>
        <box hibit="23" width="1" name="U" usename="1">
          <c colspan="1"/>
        </box>
        <box hibit="22" width="1" name="R" usename="1">
          <c colspan="1"/>
        </box>
        <box hibit="21" width="2" settings="2">
          <c>0</c>
          <c>1</c>
        </box>
        <box hibit="19" width="4" name="Rn" usename="1">
          <c colspan="4"/>
        </box>
        <box hibit="15" width="4" settings="4">
          <c>(1)</c>
          <c>(1)</c>
          <c>(1)</c>
          <c>(1)</c>
        </box>
        <box hibit="11" width="5" name="imm5" usename="1">
          <c colspan="5"/>
        </box>
        <box hibit="6" width="2" name="stype" usename="1">
          <c colspan="2"/>
        </box>
        <box hibit="4" width="1" settings="1">
          <c>0</c>
        </box>
        <box hibit="3" width="4" name="Rm" usename="1">
          <c colspan="4"/>
        </box>
      </regdiagram>
      <encoding name="PLD_r_A1" oneofinclass="4" oneof="6" label="Preload read, optional shift or rotate" bitdiffs="R == 1 &amp;&amp; !(imm5 == 00000 &amp;&amp; stype == 11)">
        <docvars>
          <docvar key="armarmheading" value="A1"/>
          <docvar key="instr-class" value="general"/>
          <docvar key="isa" value="A32"/>
          <docvar key="mnemonic" value="PLD"/>
          <docvar key="preload-type-shift-type" value="pld-shift-no-rrx"/>
        </docvars>
        <box hibit="22" width="1" name="R">
          <c>1</c>
        </box>
        <asmtemplate><text>PLD{</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: see x[Standard assembler syntax fields](Babbefhf). &lt;c&gt; must be AL or omitted." link="AL_option">&lt;c&gt;</a><text>}{</text><a hover="See x[Standard assembler syntax fields](Babbefhf)." link="qw_option">&lt;q&gt;</a><text>}  [</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field. The PC can be used." link="Rn__36">&lt;Rn&gt;</a><text>, {</text><a hover="Specifies the index register is added to or subtracted from the base register, defaulting to + if omitted and " link="plus_or_minus_option__3">+/-</a><text>}</text><a hover="Is the general-purpose index register, encoded in the &quot;Rm&quot; field." link="Rm__16">&lt;Rm&gt;</a><text> {, </text><a hover="Is the type of shift to be applied to the index register, " link="shift_option__9">&lt;shift&gt;</a><text> #</text><a hover="For the &quot;Preload read, optional shift or rotate&quot; and &quot;Preload write, optional shift or rotate&quot; variants: is the shift amount, in the range 1 to 31 (when &lt;shift&gt; = LSL or ROR) or 1 to 32 (when &lt;shift&gt; = LSR or ASR) encoded in the &quot;imm5&quot; field as &lt;amount&gt; modulo 32." link="amount__2">&lt;amount&gt;</a><text>}]</text></asmtemplate>
      </encoding>
      <encoding name="PLD_r_A1_RRX" oneofinclass="4" oneof="6" label="Preload read, rotate right with extend" bitdiffs="R == 1 &amp;&amp; imm5 == 00000 &amp;&amp; stype == 11">
        <docvars>
          <docvar key="armarmheading" value="A1"/>
          <docvar key="instr-class" value="general"/>
          <docvar key="isa" value="A32"/>
          <docvar key="mnemonic" value="PLD"/>
          <docvar key="preload-type-shift-type" value="pld-rrx"/>
        </docvars>
        <box hibit="22" width="1" name="R">
          <c>1</c>
        </box>
        <box hibit="11" width="5" name="imm5">
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
        </box>
        <box hibit="6" width="2" name="stype">
          <c>1</c>
          <c>1</c>
        </box>
        <asmtemplate><text>PLD{</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: see x[Standard assembler syntax fields](Babbefhf). &lt;c&gt; must be AL or omitted." link="AL_option">&lt;c&gt;</a><text>}{</text><a hover="See x[Standard assembler syntax fields](Babbefhf)." link="qw_option">&lt;q&gt;</a><text>}  [</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field. The PC can be used." link="Rn__36">&lt;Rn&gt;</a><text>, {</text><a hover="Specifies the index register is added to or subtracted from the base register, defaulting to + if omitted and " link="plus_or_minus_option__3">+/-</a><text>}</text><a hover="Is the general-purpose index register, encoded in the &quot;Rm&quot; field." link="Rm__16">&lt;Rm&gt;</a><text> , RRX]</text></asmtemplate>
      </encoding>
      <encoding name="PLDW_r_A1" oneofinclass="4" oneof="6" label="Preload write, optional shift or rotate" bitdiffs="R == 0 &amp;&amp; !(imm5 == 00000 &amp;&amp; stype == 11)">
        <docvars>
          <docvar key="armarmheading" value="A1"/>
          <docvar key="instr-class" value="general"/>
          <docvar key="isa" value="A32"/>
          <docvar key="mnemonic" value="PLDW"/>
          <docvar key="preload-type-shift-type" value="pldw-shift-no-rrx"/>
        </docvars>
        <box hibit="22" width="1" name="R">
          <c>0</c>
        </box>
        <asmtemplate><text>PLDW{</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: see x[Standard assembler syntax fields](Babbefhf). &lt;c&gt; must be AL or omitted." link="AL_option">&lt;c&gt;</a><text>}{</text><a hover="See x[Standard assembler syntax fields](Babbefhf)." link="qw_option">&lt;q&gt;</a><text>}  [</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field. The PC can be used." link="Rn__36">&lt;Rn&gt;</a><text>, {</text><a hover="Specifies the index register is added to or subtracted from the base register, defaulting to + if omitted and " link="plus_or_minus_option__3">+/-</a><text>}</text><a hover="Is the general-purpose index register, encoded in the &quot;Rm&quot; field." link="Rm__16">&lt;Rm&gt;</a><text> {, </text><a hover="Is the type of shift to be applied to the index register, " link="shift_option__9">&lt;shift&gt;</a><text> #</text><a hover="For the &quot;Preload read, optional shift or rotate&quot; and &quot;Preload write, optional shift or rotate&quot; variants: is the shift amount, in the range 1 to 31 (when &lt;shift&gt; = LSL or ROR) or 1 to 32 (when &lt;shift&gt; = LSR or ASR) encoded in the &quot;imm5&quot; field as &lt;amount&gt; modulo 32." link="amount__2">&lt;amount&gt;</a><text>}]</text></asmtemplate>
      </encoding>
      <encoding name="PLDW_r_A1_RRX" oneofinclass="4" oneof="6" label="Preload write, rotate right with extend" bitdiffs="R == 0 &amp;&amp; imm5 == 00000 &amp;&amp; stype == 11">
        <docvars>
          <docvar key="armarmheading" value="A1"/>
          <docvar key="instr-class" value="general"/>
          <docvar key="isa" value="A32"/>
          <docvar key="mnemonic" value="PLDW"/>
          <docvar key="preload-type-shift-type" value="pldw-rrx"/>
        </docvars>
        <box hibit="22" width="1" name="R">
          <c>0</c>
        </box>
        <box hibit="11" width="5" name="imm5">
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
        </box>
        <box hibit="6" width="2" name="stype">
          <c>1</c>
          <c>1</c>
        </box>
        <asmtemplate><text>PLDW{</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: see x[Standard assembler syntax fields](Babbefhf). &lt;c&gt; must be AL or omitted." link="AL_option">&lt;c&gt;</a><text>}{</text><a hover="See x[Standard assembler syntax fields](Babbefhf)." link="qw_option">&lt;q&gt;</a><text>}  [</text><a hover="For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field. The PC can be used." link="Rn__36">&lt;Rn&gt;</a><text>, {</text><a hover="Specifies the index register is added to or subtracted from the base register, defaulting to + if omitted and " link="plus_or_minus_option__3">+/-</a><text>}</text><a hover="Is the general-purpose index register, encoded in the &quot;Rm&quot; field." link="Rm__16">&lt;Rm&gt;</a><text> , RRX]</text></asmtemplate>
      </encoding>
      <ps_section howmany="1">
        <ps name="A32.uncond_as.uncondhints.preload_reg.PLD_r_A1" sections="1" secttype="noheading">
          <pstext mayhavelinks="1" section="Decode" rep_section="decode">let n : integer = UInt(Rn);
let m : integer = UInt(Rm);
let add : boolean = (U == '1');
let is_pldw : boolean = (R == '0');
let (shift_t, shift_n) : (<a link="type_SRType" file="shared_pseudocode.xml">SRType</a>, integer) = <a link="func_DecodeImmShift_2" file="shared_pseudocode.xml">DecodeImmShift</a>(stype, imm5);
if m == 15 || (n == 15 &amp;&amp; is_pldw) then UnpredictableProcedure(); end;</pstext></ps>
      </ps_section>
    </iclass>
    <iclass name="T1" oneof="2" id="iclass_t1" no_encodings="2" isa="T32">
      <docvars>
        <docvar key="address-form" value="register-offset"/>
        <docvar key="armarmheading" value="T1"/>
        <docvar key="instr-class" value="general"/>
        <docvar key="isa" value="T32"/>
      </docvars>
      <iclassintro count="2"/>
      <regdiagram form="16x2" psname="T32.w.ldst.ldst_unsigned_reg.PLD_r_T1" tworows="1">
        <box hibit="31" width="10" settings="10">
          <c>1</c>
          <c>1</c>
          <c>1</c>
          <c>1</c>
          <c>1</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
        </box>
        <box hibit="21" width="1" name="W" usename="1">
          <c colspan="1"/>
        </box>
        <box hibit="20" name="L" usename="1" settings="1" psbits="x">
          <c>1</c>
        </box>
        <box hibit="19" width="4" name="Rn" usename="1" settings="4" constraint="!= 1111">
          <c colspan="4">!= 1111</c>
        </box>
        <box hibit="15" width="4" name="Rt" usename="1" settings="4" psbits="xxxx">
          <c>1</c>
          <c>1</c>
          <c>1</c>
          <c>1</c>
        </box>
        <box hibit="11" width="6" settings="6">
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
          <c>0</c>
        </box>
        <box hibit="5" width="2" name="imm2" usename="1">
          <c colspan="2"/>
        </box>
        <box hibit="3" width="4" name="Rm" usename="1">
          <c colspan="4"/>
        </box>
      </regdiagram>
      <encoding name="PLD_r_T1" oneofinclass="2" oneof="6" label="Preload read" bitdiffs="W == 0">
        <docvars>
          <docvar key="address-form" value="register-offset"/>
          <docvar key="armarmheading" value="T1"/>
          <docvar key="instr-class" value="general"/>
          <docvar key="isa" value="T32"/>
          <docvar key="mnemonic" value="PLD"/>
          <docvar key="preload-type" value="pld"/>
        </docvars>
        <box hibit="21" width="1" name="W">
          <c>0</c>
        </box>
        <asmtemplate><text>PLD{</text><a hover="For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: see x[Standard assembler syntax fields](Babbefhf)." link="AL_option__6">&lt;c&gt;</a><text>}{</text><a hover="See x[Standard assembler syntax fields](Babbefhf)." link="qw_option">&lt;q&gt;</a><text>}  [</text><a hover="For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field." link="Rn__14">&lt;Rn&gt;</a><text>, {</text><a hover="Specifies the index register is added to the base register." link="opt_plus">+</a><text>}</text><a hover="Is the general-purpose index register, encoded in the &quot;Rm&quot; field." link="Rm__16">&lt;Rm&gt;</a><text> {, LSL #</text><a hover="For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: is the shift amount, in the range 0 to 3, defaulting to 0 and encoded in the &quot;imm2&quot; field." link="amount__16">&lt;amount&gt;</a><text>}]</text></asmtemplate>
      </encoding>
      <encoding name="PLDW_r_T1" oneofinclass="2" oneof="6" label="Preload write" bitdiffs="W == 1">
        <docvars>
          <docvar key="address-form" value="register-offset"/>
          <docvar key="armarmheading" value="T1"/>
          <docvar key="instr-class" value="general"/>
          <docvar key="isa" value="T32"/>
          <docvar key="mnemonic" value="PLDW"/>
          <docvar key="preload-type" value="pldw"/>
        </docvars>
        <box hibit="21" width="1" name="W">
          <c>1</c>
        </box>
        <asmtemplate><text>PLDW{</text><a hover="For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: see x[Standard assembler syntax fields](Babbefhf)." link="AL_option__6">&lt;c&gt;</a><text>}{</text><a hover="See x[Standard assembler syntax fields](Babbefhf)." link="qw_option">&lt;q&gt;</a><text>}  [</text><a hover="For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field." link="Rn__14">&lt;Rn&gt;</a><text>, {</text><a hover="Specifies the index register is added to the base register." link="opt_plus">+</a><text>}</text><a hover="Is the general-purpose index register, encoded in the &quot;Rm&quot; field." link="Rm__16">&lt;Rm&gt;</a><text> {, LSL #</text><a hover="For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: is the shift amount, in the range 0 to 3, defaulting to 0 and encoded in the &quot;imm2&quot; field." link="amount__16">&lt;amount&gt;</a><text>}]</text></asmtemplate>
      </encoding>
      <ps_section howmany="1">
        <ps name="T32.w.ldst.ldst_unsigned_reg.PLD_r_T1" sections="1" secttype="noheading">
          <pstext mayhavelinks="1" section="Decode" rep_section="decode">if Rn == '1111' then See(&quot;PLD (literal)&quot;); end;
let n : integer = UInt(Rn);
let m : integer = UInt(Rm);
let add : boolean = TRUE;
let is_pldw : boolean = (W == '1');
let shift_t : <a link="type_SRType" file="shared_pseudocode.xml">SRType</a> = <a link="enum_SRType_LSL" file="shared_pseudocode.xml">SRType_LSL</a>;
let shift_n : integer = UInt(imm2);
// Armv8-A removes UNPREDICTABLE for R13
if m == 15 then UnpredictableProcedure(); end;</pstext></ps>
      </ps_section>
    </iclass>
  </classes>
  <explanations scope="all">
    <explanation enclist="PLD_r_A1, PLD_r_A1_RRX, PLDW_r_A1, PLDW_r_A1_RRX" symboldefcount="1">
      <symbol link="AL_option">&lt;c&gt;</symbol>
      <account encodedin="">
        <intro>
          <para>For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: see <xref linkend="Babbefhf">Standard assembler syntax fields</xref>. <syntax>&lt;c&gt;</syntax> must be <value>AL</value> or omitted.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_T1, PLDW_r_T1" symboldefcount="2">
      <symbol link="AL_option__6">&lt;c&gt;</symbol>
      <account encodedin="">
        <intro>
          <para>For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: see <xref linkend="Babbefhf">Standard assembler syntax fields</xref>.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_A1, PLD_r_A1_RRX, PLDW_r_A1, PLDW_r_A1_RRX, PLD_r_T1, PLDW_r_T1" symboldefcount="1">
      <symbol link="qw_option">&lt;q&gt;</symbol>
      <account encodedin="">
        <intro>
          <para>See <xref linkend="Babbefhf">Standard assembler syntax fields</xref>.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_A1, PLD_r_A1_RRX, PLDW_r_A1, PLDW_r_A1_RRX" symboldefcount="1">
      <symbol link="Rn__36">&lt;Rn&gt;</symbol>
      <account encodedin="Rn">
        <intro>
          <para>For the &quot;Preload read, optional shift or rotate&quot;, &quot;Preload read, rotate right with extend&quot;, &quot;Preload write, optional shift or rotate&quot;, and &quot;Preload write, rotate right with extend&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field. The PC can be used.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_T1, PLDW_r_T1" symboldefcount="2">
      <symbol link="Rn__14">&lt;Rn&gt;</symbol>
      <account encodedin="Rn">
        <intro>
          <para>For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: is the general-purpose base register, encoded in the &quot;Rn&quot; field.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_A1, PLD_r_A1_RRX, PLDW_r_A1, PLDW_r_A1_RRX" symboldefcount="1">
      <symbol link="plus_or_minus_option__3">+/-</symbol>
      <definition encodedin="U">
        <intro>Specifies the index register is added to or subtracted from the base register, defaulting to + if omitted and </intro>
        <table class="valuetable">
          <tgroup cols="2">
            <thead>
              <row>
                <entry class="bitfield">U</entry>
                <entry class="symbol">+/-</entry>
              </row>
            </thead>
            <tbody>
              <row>
                <entry class="bitfield">0</entry>
                <entry class="symbol">-</entry>
              </row>
              <row>
                <entry class="bitfield">1</entry>
                <entry class="symbol">+</entry>
              </row>
            </tbody>
          </tgroup>
        </table>
      </definition>
    </explanation>
    <explanation enclist="PLD_r_A1, PLD_r_A1_RRX, PLDW_r_A1, PLDW_r_A1_RRX, PLD_r_T1, PLDW_r_T1" symboldefcount="1">
      <symbol link="Rm__16">&lt;Rm&gt;</symbol>
      <account encodedin="Rm">
        <intro>
          <para>Is the general-purpose index register, encoded in the &quot;Rm&quot; field.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_A1, PLDW_r_A1" symboldefcount="1">
      <symbol link="shift_option__9">&lt;shift&gt;</symbol>
      <definition encodedin="stype">
        <intro>Is the type of shift to be applied to the index register, </intro>
        <table class="valuetable">
          <tgroup cols="2">
            <thead>
              <row>
                <entry class="bitfield">stype</entry>
                <entry class="symbol">&lt;shift&gt;</entry>
              </row>
            </thead>
            <tbody>
              <row>
                <entry class="bitfield">00</entry>
                <entry class="symbol">LSL</entry>
              </row>
              <row>
                <entry class="bitfield">01</entry>
                <entry class="symbol">LSR</entry>
              </row>
              <row>
                <entry class="bitfield">10</entry>
                <entry class="symbol">ASR</entry>
              </row>
              <row>
                <entry class="bitfield">11</entry>
                <entry class="symbol">ROR</entry>
              </row>
            </tbody>
          </tgroup>
        </table>
      </definition>
    </explanation>
    <explanation enclist="PLD_r_A1, PLDW_r_A1" symboldefcount="1">
      <symbol link="amount__2">&lt;amount&gt;</symbol>
      <account encodedin="imm5">
        <intro>
          <para>For the &quot;Preload read, optional shift or rotate&quot; and &quot;Preload write, optional shift or rotate&quot; variants: is the shift amount, in the range 1 to 31 (when &lt;shift&gt; = LSL or ROR) or 1 to 32 (when &lt;shift&gt; = LSR or ASR) encoded in the &quot;imm5&quot; field as &lt;amount&gt; modulo 32.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_T1, PLDW_r_T1" symboldefcount="2">
      <symbol link="amount__16">&lt;amount&gt;</symbol>
      <account encodedin="imm2">
        <intro>
          <para>For the &quot;Preload read&quot; and &quot;Preload write&quot; variants: is the shift amount, in the range 0 to 3, defaulting to 0 and encoded in the &quot;imm2&quot; field.</para>
        </intro>
      </account>
    </explanation>
    <explanation enclist="PLD_r_T1, PLDW_r_T1" symboldefcount="1">
      <symbol link="opt_plus">+</symbol>
      <account encodedin="">
        <intro>
          <para>Specifies the index register is added to the base register.</para>
        </intro>
      </account>
    </explanation>
  </explanations>
  <ps_section howmany="1">
    <ps name="A32.uncond_as.uncondhints.preload_reg.PLD_r_A1" sections="1" secttype="Operation">
      <pstext mayhavelinks="1" section="Execute" rep_section="execute">if <a link="func_ConditionPassed_0" file="shared_pseudocode.xml">ConditionPassed</a>() then
    EncodingSpecificOperations();
    let offset : bits(32) = Shift{}(<a link="accessor_R_1" file="shared_pseudocode.xml">R</a>(m), shift_t, shift_n, <a link="global_PSTATE" file="shared_pseudocode.xml">PSTATE</a>.C);
    let address : bits(32) = if add then (<a link="accessor_R_1" file="shared_pseudocode.xml">R</a>(n) + offset) else (<a link="accessor_R_1" file="shared_pseudocode.xml">R</a>(n) - offset);
    if is_pldw then
        Hint_PreloadDataForWrite(address);
    else
        Hint_PreloadData(address);
    end;
end;</pstext></ps>
  </ps_section>
  <timestamp>2026-03-26 20:27:25</timestamp>
  <commit_id>2026-03_rel</commit_id>
</instructionsection>