Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/Utility/
DRegisterContextTest.cpp27 constexpr MMSReg st_from_comp(uint64_t mantissa, uint16_t sign_exp) { in st_from_comp() argument
30 ret.comp.sign_exp = sign_exp; in st_from_comp()
/external/llvm-project/lldb/test/Shell/Register/Inputs/
Dx86-fp-read.cpp5 uint16_t sign_exp; member
Dx86-multithread-read.cpp13 uint16_t sign_exp; member
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContext_x86.cpp28 st_regs[st].comp.sign_exp & 0x7fff; // Discard the sign bit. in AbridgedToFullTagWord()
DRegisterContext_x86.h246 uint16_t sign_exp; member