Searched refs:TagWordTestVector (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/unittests/Process/Utility/ |
D | RegisterContextTest.cpp | 20 struct TagWordTestVector { struct 45 const std::array<TagWordTestVector, 8> tag_word_test_vectors{ argument 46 TagWordTestVector{0x3800, 0x3fff, 0x80, 1}, 47 TagWordTestVector{0x3000, 0x2fff, 0xc0, 2}, 48 TagWordTestVector{0x2800, 0x27ff, 0xe0, 3}, 49 TagWordTestVector{0x2000, 0x25ff, 0xf0, 4}, 50 TagWordTestVector{0x1800, 0x25bf, 0xf8, 5}, 51 TagWordTestVector{0x1000, 0x25af, 0xfc, 6}, 52 TagWordTestVector{0x0800, 0x25ab, 0xfe, 7}, 53 TagWordTestVector{0x0000, 0x25a8, 0xff, 8},
|