Searched refs:STOREX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arc/lib/ |
H A D | memcpy-archs-unaligned.S | 13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] macro 18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] macro 33 STOREX (r6, r3) 34 STOREX (r8, r3) 35 STOREX (r10, r3) 36 STOREX (r4, r3)
|
H A D | memcpy-archs.S | 26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] macro 31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] macro 69 STOREX (r6, r3) 70 STOREX (r8, r3) 71 STOREX (r10, r3) 72 STOREX (r4, r3)
|