Lines Matching refs:store
7 .macro ldctest load store argument
17 \store 0, c0, [r0, #:pc_g0:(f + 0x214)]
18 \store 0, c0, [r0, #:pc_g1:(f + 0x214)]
19 \store 0, c0, [r0, #:pc_g2:(f + 0x214)]
21 \store 0, c0, [r0, #:sb_g0:(f + 0x214)]
22 \store 0, c0, [r0, #:sb_g1:(f + 0x214)]
23 \store 0, c0, [r0, #:sb_g2:(f + 0x214)]
33 \store 0, c0, [r0, #:pc_g0:(f - 0x214)]
34 \store 0, c0, [r0, #:pc_g1:(f - 0x214)]
35 \store 0, c0, [r0, #:pc_g2:(f - 0x214)]
37 \store 0, c0, [r0, #:sb_g0:(f - 0x214)]
38 \store 0, c0, [r0, #:sb_g1:(f - 0x214)]
39 \store 0, c0, [r0, #:sb_g2:(f - 0x214)]
52 .macro fpa_test load store argument
62 \store f0, [r0, #:pc_g0:(f + 0x214)]
63 \store f0, [r0, #:pc_g1:(f + 0x214)]
64 \store f0, [r0, #:pc_g2:(f + 0x214)]
66 \store f0, [r0, #:sb_g0:(f + 0x214)]
67 \store f0, [r0, #:sb_g1:(f + 0x214)]
68 \store f0, [r0, #:sb_g2:(f + 0x214)]
78 \store f0, [r0, #:pc_g0:(f - 0x214)]
79 \store f0, [r0, #:pc_g1:(f - 0x214)]
80 \store f0, [r0, #:pc_g2:(f - 0x214)]
82 \store f0, [r0, #:sb_g0:(f - 0x214)]
83 \store f0, [r0, #:sb_g1:(f - 0x214)]
84 \store f0, [r0, #:sb_g2:(f - 0x214)]
97 .macro vfp_test load store reg
107 \store \reg, [r0, #:pc_g0:(f + 0x214)]
108 \store \reg, [r0, #:pc_g1:(f + 0x214)]
109 \store \reg, [r0, #:pc_g2:(f + 0x214)]
111 \store \reg, [r0, #:sb_g0:(f + 0x214)]
112 \store \reg, [r0, #:sb_g1:(f + 0x214)]
113 \store \reg, [r0, #:sb_g2:(f + 0x214)]
123 \store \reg, [r0, #:pc_g0:(f - 0x214)]
124 \store \reg, [r0, #:pc_g1:(f - 0x214)]
125 \store \reg, [r0, #:pc_g2:(f - 0x214)]
127 \store \reg, [r0, #:sb_g0:(f - 0x214)]
128 \store \reg, [r0, #:sb_g1:(f - 0x214)]
129 \store \reg, [r0, #:sb_g2:(f - 0x214)]