Home
last modified time | relevance | path

Searched refs:neg_first (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c96 static void init_test_data_s8(bool neg_first) in init_test_data_s8() argument
102 neg_first ? "neg first" : "pos first"); in init_test_data_s8()
104 *ptr++ = get_byte(i, neg_first); in init_test_data_s8()
106 *ptr++ = get_byte(i, !neg_first); in init_test_data_s8()
375 static bool read_test_data_s8(int offset, bool neg_first) in read_test_data_s8() argument
389 if (neg_first && first < 0 && second > 0) { in read_test_data_s8()
392 } else if (!neg_first && first > 0 && second < 0) { in read_test_data_s8()
396 ml_printf("Error %d %c %d\n", first, neg_first ? '<' : '>', second); in read_test_data_s8()
404 static bool read_test_data_s16(int offset, bool neg_first) in read_test_data_s16() argument
411 offset, neg_first ? "neg" : "pos"); in read_test_data_s16()
[all …]