Searched refs:load_unaligned_test (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_load_store.S | 23 .macro load_unaligned_test will_trap, op, type, data, value macro 61 .macro load_unaligned_test will_trap, op, type, data, value 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 191 load_unaligned_test WILL_TRAP, l16ui, .short, 0x000089ab, 0x000089ab 192 load_unaligned_test WILL_TRAP, l32i, .word, 0x12345678, 0x12345678 194 load_unaligned_test 1, l32ai, .word, 0x12345678, 0x12345678
|