Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp648 const uint32_t uval32 = data.GetU32(&offset); in CalculateMnemonicOperandsAndComment() local
649 m_opcode.SetOpcode32(uval32, byte_order); in CalculateMnemonicOperandsAndComment()
651 mnemonic_strm.Printf("0x%8.8x", uval32); in CalculateMnemonicOperandsAndComment()