Searched refs:WILL_TRAP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_load_store.S | 180 #undef WILL_TRAP 182 #define WILL_TRAP 0 macro 184 #define WILL_TRAP 1 macro 188 load_unaligned_test WILL_TRAP, l16si, .short, 0x00001234, 0x00001234 189 load_unaligned_test WILL_TRAP, l16si, .short, 0x000089ab, 0xffff89ab 190 load_unaligned_test WILL_TRAP, l16ui, .short, 0x00001234, 0x00001234 206 #undef WILL_TRAP 208 #define WILL_TRAP 0 macro 210 #define WILL_TRAP 1 macro 214 store_unaligned_test WILL_TRAP, s16i, l16ui, .short, 0x00001234 [all …]
|