Lines Matching refs:LoadStore
1168 LoadStore(rt, src, LDRB_w, option); in ldrb()
1177 LoadStore(rt, dst, STRB_w, option); in strb()
1186 LoadStore(rt, src, rt.Is64Bits() ? LDRSB_x : LDRSB_w, option); in ldrsb()
1195 LoadStore(rt, src, LDRH_w, option); in ldrh()
1204 LoadStore(rt, dst, STRH_w, option); in strh()
1213 LoadStore(rt, src, rt.Is64Bits() ? LDRSH_x : LDRSH_w, option); in ldrsh()
1222 LoadStore(rt, src, LoadOpFor(rt), option); in ldr()
1231 LoadStore(rt, dst, StoreOpFor(rt), option); in str()
1241 LoadStore(xt, src, LDRSW_x, option); in ldrsw()
1250 LoadStore(rt, src, LDRB_w, option); in ldurb()
1259 LoadStore(rt, dst, STRB_w, option); in sturb()
1268 LoadStore(rt, src, rt.Is64Bits() ? LDRSB_x : LDRSB_w, option); in ldursb()
1277 LoadStore(rt, src, LDRH_w, option); in ldurh()
1286 LoadStore(rt, dst, STRH_w, option); in sturh()
1295 LoadStore(rt, src, rt.Is64Bits() ? LDRSH_x : LDRSH_w, option); in ldursh()
1304 LoadStore(rt, src, LoadOpFor(rt), option); in ldur()
1313 LoadStore(rt, dst, StoreOpFor(rt), option); in stur()
1323 LoadStore(xt, src, LDRSW_x, option); in ldursw()
5448 void Assembler::LoadStore(const CPURegister& rt, in LoadStore() function in vixl::aarch64::Assembler