1 # arm testcase for ldr${cond} $rd,??? 2 # mach: unfinished 3 4 .include "testutils.inc" 5 6 start 7 8 .global str_post_dec_imm_offset 9 str_post_dec_imm_offset: 10 ldr0 pc,??? 11 12 pass 13 # arm testcase for ldr${cond}t $rd,??? 14 # mach: unfinished 15 16 .include "testutils.inc" 17 18 start 19 20 .global str_post_dec_nonpriv_imm_offset 21 str_post_dec_nonpriv_imm_offset: 22 ldr0t pc,??? 23 24 pass 25 # arm testcase for str${cond}t $rd,??? 26 # mach: unfinished 27 28 .include "testutils.inc" 29 30 start 31 32 .global str_post_dec_nonpriv_reg_offset 33 str_post_dec_nonpriv_reg_offset: 34 str0t pc,??? 35 36 pass 37 # arm testcase for str${cond} $rd,??? 38 # mach: unfinished 39 40 .include "testutils.inc" 41 42 start 43 44 .global str_post_dec_reg_offset 45 str_post_dec_reg_offset: 46 str0 pc,??? 47 48 pass 49 # arm testcase for ldr${cond} $rd,??? 50 # mach: unfinished 51 52 .include "testutils.inc" 53 54 start 55 56 .global str_post_inc_imm_offset 57 str_post_inc_imm_offset: 58 ldr0 pc,??? 59 60 pass 61 # arm testcase for ldr${cond}t $rd,??? 62 # mach: unfinished 63 64 .include "testutils.inc" 65 66 start 67 68 .global str_post_inc_nonpriv_imm_offset 69 str_post_inc_nonpriv_imm_offset: 70 ldr0t pc,??? 71 72 pass 73 # arm testcase for str${cond}t $rd,??? 74 # mach: unfinished 75 76 .include "testutils.inc" 77 78 start 79 80 .global str_post_inc_nonpriv_reg_offset 81 str_post_inc_nonpriv_reg_offset: 82 str0t pc,??? 83 84 pass 85 # arm testcase for str${cond} $rd,??? 86 # mach: unfinished 87 88 .include "testutils.inc" 89 90 start 91 92 .global str_post_inc_reg_offset 93 str_post_inc_reg_offset: 94 str0 pc,??? 95 96 pass 97 # arm testcase for ldr${cond} $rd,??? 98 # mach: unfinished 99 100 .include "testutils.inc" 101 102 start 103 104 .global str_pre_dec_imm_offset 105 str_pre_dec_imm_offset: 106 ldr0 pc,??? 107 108 pass 109 # arm testcase for str${cond} $rd,??? 110 # mach: unfinished 111 112 .include "testutils.inc" 113 114 start 115 116 .global str_pre_dec_reg_offset 117 str_pre_dec_reg_offset: 118 str0 pc,??? 119 120 pass 121 # arm testcase for ldr${cond} $rd,??? 122 # mach: unfinished 123 124 .include "testutils.inc" 125 126 start 127 128 .global str_pre_dec_wb_imm_offset 129 str_pre_dec_wb_imm_offset: 130 ldr0 pc,??? 131 132 pass 133 # arm testcase for str${cond} $rd,??? 134 # mach: unfinished 135 136 .include "testutils.inc" 137 138 start 139 140 .global str_pre_dec_wb_reg_offset 141 str_pre_dec_wb_reg_offset: 142 str0 pc,??? 143 144 pass 145 # arm testcase for ldr${cond} $rd,??? 146 # mach: unfinished 147 148 .include "testutils.inc" 149 150 start 151 152 .global str_pre_inc_imm_offset 153 str_pre_inc_imm_offset: 154 ldr0 pc,??? 155 156 pass 157 # arm testcase for str${cond} $rd,??? 158 # mach: unfinished 159 160 .include "testutils.inc" 161 162 start 163 164 .global str_pre_inc_reg_offset 165 str_pre_inc_reg_offset: 166 str0 pc,??? 167 168 pass 169 # arm testcase for ldr${cond} $rd,??? 170 # mach: unfinished 171 172 .include "testutils.inc" 173 174 start 175 176 .global str_pre_inc_wb_imm_offset 177 str_pre_inc_wb_imm_offset: 178 ldr0 pc,??? 179 180 pass 181 # arm testcase for str${cond} $rd,??? 182 # mach: unfinished 183 184 .include "testutils.inc" 185 186 start 187 188 .global str_pre_inc_wb_reg_offset 189 str_pre_inc_wb_reg_offset: 190 str0 pc,??? 191 192 pass 193