Searched refs:nibble (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | StdStringExtractor.cpp | 185 uint8_t nibble = xdigit_to_sint(m_packet[m_index]); in GetHexMaxU32() local 188 result |= nibble; in GetHexMaxU32() 236 uint8_t nibble = xdigit_to_sint(m_packet[m_index]); in GetHexMaxU64() local 239 result |= nibble; in GetHexMaxU64()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | StringExtractor.cpp | 192 uint8_t nibble = xdigit_to_sint(m_packet[m_index]); in GetHexMaxU32() local 195 result |= nibble; in GetHexMaxU32() 243 uint8_t nibble = xdigit_to_sint(m_packet[m_index]); in GetHexMaxU64() local 246 result |= nibble; in GetHexMaxU64()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | block-var-layout.m | 36 // many sizeof(void*) chunks to skip (high nibble) and then how many 37 // to scan (low nibble). A zero byte says that we've reached the end
|
| H A D | arc-captured-32bit-block-var-layout.m | 26 // many sizeof(void*) chunks to skip (high nibble) and then how many 27 // to scan (low nibble). A zero byte says that we've reached the end
|
| H A D | arc-captured-block-var-layout.m | 26 // many sizeof(void*) chunks to skip (high nibble) and then how many 27 // to scan (low nibble). A zero byte says that we've reached the end
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | disasm-gdb-remote.pl | 1062 my $nibble; 1065 foreach $nibble (@_) 1073 print $nibble; 1213 my $nibble; 1216 foreach $nibble (@_) 1219 print $nibble;
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrMMA.td | 101 // Upper nibble of XO field for acc/non-acc version is 0x4/0x6. 135 // bits. Upper nibble are masked with 0x8, 0x4, 0xC for negating operands. 179 // Upper nibble are masked with 0x8, 0x4, 0xC for negating operands. 200 // Upper nibble are masked with 0x8, 0x4, 0xC for negating operands. 244 // Upper nibble are masked with 0x8, 0x4, 0xC for negating operands.
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | variable.rst | 564 can help, but if the bits actually span nibble boundaries, the help is limited.
|