Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DStdStringExtractor.cpp185 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 DStringExtractor.cpp192 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 Dblock-var-layout.m36 // 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 Darc-captured-32bit-block-var-layout.m26 // 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 Darc-captured-block-var-layout.m26 // 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 Ddisasm-gdb-remote.pl1062 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 DPPCInstrMMA.td101 // 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 Dvariable.rst564 can help, but if the bits actually span nibble boundaries, the help is limited.