Lines Matching refs:wide

1151 .macro OP_SGET load="ldr", volatile_load="ldar", maybe_extend="", wide="0"
1160 .if \wide
1187 .if \wide
1204 .macro OP_SPUT store="str", volatile_store="stlr", wide="0":
1213 .if \wide
1240 .if \wide
1257 .macro OP_IPUT store="str", volatile_store="stlr", wide="0":
1265 .if \wide
1288 .if \wide
1301 .macro OP_IGET load="ldr", volatile_load="ldar", maybe_extend="", wide="0"
1309 .if \wide
1332 .if \wide
1862 OP_SGET load="ldrb", volatile_load="ldarb", maybe_extend="", wide=0
1865 OP_SGET load="ldrsb", volatile_load="ldarb", maybe_extend="sbfx w0, w0, #0, #8", wide=0
1868 OP_SGET load="ldrh", volatile_load="ldarh", maybe_extend="", wide=0
1871 OP_SGET load="ldrsh", volatile_load="ldarh", maybe_extend="sbfx w0, w0, #0, #16", wide=0
1874 OP_SGET load="ldr", volatile_load="ldar", maybe_extend="", wide=1
1877 OP_SGET load="ldr", volatile_load="ldar", maybe_extend="", wide=0
1880 OP_SPUT store="str", volatile_store="stlr", wide=0
1884 OP_SPUT store="strb", volatile_store="stlrb", wide=0
1888 OP_SPUT store="strh", volatile_store="stlrh", wide=0
1891 OP_SPUT store="str", volatile_store="stlr", wide=1
1894 OP_IPUT store="str", volatile_store="stlr", wide=0
1898 OP_IPUT store="strb", volatile_store="stlrb", wide=0
1902 OP_IPUT store="strh", volatile_store="stlrh", wide=0
1905 OP_IPUT store="str", volatile_store="stlr", wide=1
1908 OP_IGET load="ldrb", volatile_load="ldarb", maybe_extend="", wide=0
1911 OP_IGET load="ldrsb", volatile_load="ldarb", maybe_extend="sbfx w0, w0, #0, #8", wide=0
1914 OP_IGET load="ldrh", volatile_load="ldarh", maybe_extend="", wide=0
1917 OP_IGET load="ldrsh", volatile_load="ldarh", maybe_extend="sbfx w0, w0, #0, #16", wide=0
1920 OP_IGET load="ldr", volatile_load="ldar", maybe_extend="", wide=1
1923 OP_IGET load="ldr", volatile_load="ldar", maybe_extend="", wide=0